stellars/superkart-sales-prediction-frontend
0
SuperKart Sales Prediction
Interactive Streamlit application for predicting product-store sales using machine learning.
Features
- Product information input (weight, sugar content, allocated area, MRP, shelf life)
- Store information input (ID, size, location, type, age)
- Real-time sales predictions via Flask backend API
- XGBoost model with 92.9% R² accuracy
Backend API
This frontend connects to the SuperKart Flask backend API deployed as a Docker Space.
