Forecastr

screenshot of Forecastr

A flask app that leverages Facebook Prophet to provide people with the ability to build simple baseline forecasts from within a guided user interface

Overview

forecastr is a Flask web app designed to provide users with a guided interface to build simple baseline forecasts using Facebook Prophet. The app consists of 3 steps that help users upload data, configure forecast settings, and view the generated forecast without storing any data long-term.

Features

  • Guided Interface: Users are led through 3 simple steps to build a forecast.
  • Upload CSV: Allows users to upload their data for forecasting.
  • Configuration Options: Users can choose forecast length and model type.
  • Real-time Data Handling: Data is stored temporarily on the client-side for processing.
  • Data Privacy: App does not store uploaded data in a database.
  • User Experience Tracking: Utilizes Google Analytics to track user interactions.

Summary

forecastr is a Flask app that simplifies the process of building baseline forecasts using Facebook Prophet. Its guided interface, real-time data processing, and focus on data privacy make it user-friendly and secure. Additionally, the utilization of Google Analytics for user experience tracking provides valuable insights into user interactions with the app.