Creating a Python Forecasting App with Streamlit and Prophet
I recently cobbled together a data web app using the Streamlit open-source framework. Users can upload their own data, visualize trends and features, and finally download the newly created forecast back to their computer.
If you want to try it out yourself, you can see it in action here, assuming I have not gone over 25 hours of free app time on Heroku 😂
Streamlit is an awesome tool for quickly creating front ends to consume you data and analytics products.