Use machine learning to guide your trading. Stock ๐ uses Facebook Research's Prophet model to predict equities # based on historical prices. Read the Prophet paper here.
Use the package manager pip to install the application's dependencies.
pip install -r requirements.txt
Navigate to the project directory and start the Streamlit server.
streamlit run app.py
The application is deployed through Streamlit Sharing and can be found here. The project also supports Heroku deployment.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.