Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 512 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 512 Bytes

Facebook Prophet - Stock Market Predictions

Using Facebook Prophet to predict stock market timeseries data

Creating the environment

cd into the root of the project directory and run conda env create --file environment.yaml

This should automatically install all the required dependencies in a new conda environment.

Then run conda activate stock-prediction-env

Running the app

From the root of the project folder, run streamlit run main.py. This will open up a Streamlit web app on your browser.