- python 3.8
- alpha_vantage
- pandas
- numpy
- sklearn
- keras
- tensorflow
- matplotlib
- xlrd
- requests
- Clone the repo or use command line
git clone https://github.com/quangkhoi1228/predicting_stock_with_LSTM.git
- Go to source code folder
cd parentDir/predicting_stock_with_LSTM
- Create runtime environment
pip3 install virtualenv
virtualenv envs
source envs/bin/activate
pip install -r requirements.txt --use-feature=2020-resolver
Clone the repo or use command line
git clone https://github.com/quangkhoi1228/predicting_stock_with_LSTM.git
- Go to source code folder
cd parentDir\predicting_stock_with_LSTM
- Create runtime environment
pip3 install virtualenv
virtualenv envs
.\envs\Scripts\activate
pip install -r requirements.txt --use-feature=2020-resolver
- Open master_file.py and change stock symbol
- Run the python file to see the magic