8000 GitHub - Coolcoder009/Sales-Demand-Forecaster
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Coolcoder009/Sales-Demand-Forecaster

Repository files navigation

Demand Forecaster

Demand Forecaster is a project aimed at predicting sales demand using RandomForestRegressor based on historical sales data for various products.

Installation

  1. Clone the repository
git clone <repository-url>
cd <repository-directory>
  1. To install the required dependencies, run the following command:
pip install -r requirements.txt
  1. Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate   # On Windows, use `venv\Scripts\activate`

How It Works

Algorithms Used

The project utilizes RandomForestRegressor for predicting sales demand based on historical data.

Model Training

The model is trained on a dataset of sales data, incorporating features such as lagged sales, differences, and rolling averages.

Example Usage

To run the application and predict sales demand:

Open Streamlit Application:

streamlit run main.py

Upload Sales Data:

Upload your sales data in CSV format through the interface.

View Predictions:

Explore the predicted sales for each product for the upcoming weeks. Find the forecasted results here https://sales-demand-forecaster.onrender.com/ for the dataset i've used.

Screenshots




UI Page Image Description

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0