CoolFace
Apppublic

stellars/superkart-sales-prediction-frontend

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
App README

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.