Skip to content

RamyaNandhan/modelDeployment

Repository files navigation

# SuperKart Retail Sales Forecasting

![Python](https://img.shields.io/badge/Python-3.10-blue)

![ML](https://img.shields.io/badge/Machine%20Learning-Yes-green)

![Status](https://img.shields.io/badge/Project-Complete-brightgreen)

Machine learning project to forecast product sales across multiple retail outlets.

## Problem Statement

Predict total product sales using historical store and product data.

## Business Value

- Improve inventory planning

- Reduce stockouts

- Optimize supply chain

- Improve pricing strategy

## Models Tested

- Decision Tree

- Random Forest

- XGBoost

## Final Model

Random Forest Regressor

## Performance

R² Score: 0.9239

RMSE: 0.1016

MAE: 0.0389

## Project Structure

superkart-sales-forecasting/

├── data/

├── notebooks/

├── src/

├── api/

├── deployment_files/

├── requirements.txt

└── README.md

## Run Project

pip install -r requirements.txt

python src/train.py

python api/app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors