This is a submission for the "Predicting Stock Prices challenge" by @Sirajology on Youtube.
The python script "predict_stock.py" does the following:
The folder "demo" contains a test training 'Table 3' to the same network that is used to predict the price.
Install all the necesary dependencies. Then just run:
python predict_stock.py
It will ask you for a NASDAQ quote, e.j: AAPL, then if the sentiment is positive and the stock you entered exists it will start training the network and give you a result.
Credits to Siraj and to this blog post.
Do not use this code to invest in the stock market, if you are interested in stocks start by reading "The Intelligent Investor" by Benjamin Graham.