Skip to content

utkarshbelkhede/Prophet_Forecasting_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prophet Forecasting App Open On Render

A Streamlit WebApp.

How to use this App?

Clone this repository

  git clone https://github.com/utkarshbelkhede/Prophet_Forecasting_App.git

Method 1 - Using Docker

Prerequisite - Docker

  1. Build Docker Images
  docker build -t prophetforecastingapp:latest .
  1. Run App in Docker Container
  docker run prophetforecastingapp:latest

Method 2 - Using Virtual Environment

Prerequisite - Conda, Python

  1. Create a Conda Virtual Environment
  conda create -n prophetforecastingapp
  1. Activate Virtual Environment
  conda activate prophetforecastingapp
  1. Install Requirements.txt
  pip install -r requirements.txt
  1. Run Streamlit App
  streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published