This project aims to forecast product demand to enhance inventory management. By predicting future demand, businesses can optimize stock levels, minimize costs, and prevent stockouts or overstock situations.
To set up the demand forecasting system on your local machine, follow these steps:
git clone https://github.com/username/demand-forecasting.git
cd demand-forecasting
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
To start forecasting demand, run the main script with your sales data:
python demand_forecasting.py --input