Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/esha-sm/forecastx

This is an interactive web application for forecasting sales data using the ARIMA model. Users can upload their own CSV files or use a default dataset to generate forecasts and visualizations.
https://github.com/esha-sm/forecastx

arima-model flask-api jupyter-notebook matplotlib pandas plotly python scikit-learn seaborn

Last synced: 3 days ago
JSON representation

This is an interactive web application for forecasting sales data using the ARIMA model. Users can upload their own CSV files or use a default dataset to generate forecasts and visualizations.

Awesome Lists containing this project

README

        

## ForecastX

This is an interactive web application for forecasting sales data using the ARIMA model. Users can upload their own CSV files or use a default dataset to generate forecasts and visualizations.

## Features

- **Data Loading and Processing**: Read CSV files, handle missing data, and convert date columns.
- **Data Visualization**: Create interactive plots using Plotly (line charts, box plots, bar charts) and Seaborn.
- **Time Series Forecasting**: Implement ARIMA models for forecasting sales data.
- **Error Handling**: Robust error handling for data loading, processing, and visualization.
- **User Interaction**: Streamlit widgets for file upload, number input, and buttons.

## How to Use

1. Clone the repository:
```sh
git clone
cd forecastx