jretamales / streamlit_forecasting_app

This MVP data web app uses the Streamlit framework and Facebook's Prophet forecasting package to generate a dynamic forecast from your own data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📈 Automated Time Series Forecasting

Background: This MVP data web app uses the Streamlit framework and Facebook's Prophet forecasting package to generate a dynamic forecast from your own data.

Try it out here: https://autoforecast-prophet.herokuapp.com/ (assuming I have not run out of heroku run time on the free tier!)

You'll be able to import your data from a CSV file, visualize trends and features, analyze forecast performance, and finally download the created forecast 😵

In beta mode

Created by Zach Renwick: https://twitter.com/zachrenwick.

Code available here: https://github.com/zachrenwick/streamlit_forecasting_app

Screenshot1 Screenshot2 Screenshot3 Screenshot4

About

This MVP data web app uses the Streamlit framework and Facebook's Prophet forecasting package to generate a dynamic forecast from your own data.

License:MIT License


Languages

Language:Python 93.4%Language:Shell 6.6%