Skip to content

Stock predictions in python using Alphavantage to get stock data and Keras for ML.

svdorn/py-stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-stocks

Stock predictions in python using Alphavantage to get stock data and Keras for ML.

Getting Started

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.

Prerequisites

Built With

Deployment

N/A yet

Useful Commands

Activate the environment

conda activate py-stocks

Deactivate the environment when done

conda deactivate

Update the anaconda environment

conda env update

License

This project is licensed under the MIT License.

Author

About

Stock predictions in python using Alphavantage to get stock data and Keras for ML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages