metadata
title: SuperKart Backend v2
emoji: 🚀
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
pinned: false
🛒 SuperKart — Flask Backend API
This Space hosts the SuperKart machine‑learning backend.
Endpoints:
GET /→ status + version infoGET /health→ lightweight health checkPOST /predict→ returns predictions from the uploaded Random Forest model
Model file: Random_Forest_pipeline_for_hf.joblib
Framework: scikit‑learn