Using Facebook Prophet to predict stock market timeseries data
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
From the root of the project folder, run streamlit run main.py
. This will open up a Streamlit web app on your browser.