Stock predictions in python using Alphavantage to get stock data and Keras for ML.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
git clone https://github.com/svdorn/py-stocks.git
cd py-stocks
Install the required dependancies with Anaconda.
conda env create
Activate the environment
conda activate py-stocks
You should be good to go.
N/A yet
Activate the environment
conda activate py-stocks
Deactivate the environment when done
conda deactivate
Update the anaconda environment
conda env update
This project is licensed under the MIT License.