A Streamlit WebApp.
git clone https://github.com/utkarshbelkhede/Prophet_Forecasting_App.gitPrerequisite - Docker
- Build Docker Images
docker build -t prophetforecastingapp:latest .- Run App in Docker Container
docker run prophetforecastingapp:latestPrerequisite - Conda, Python
- Create a Conda Virtual Environment
conda create -n prophetforecastingapp- Activate Virtual Environment
conda activate prophetforecastingapp- Install Requirements.txt
pip install -r requirements.txt- Run Streamlit App
streamlit run app.py