toddmattingly's picture
Update README.md
830f11f verified
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 info
  • GET /health → lightweight health check
  • POST /predict → returns predictions from the uploaded Random Forest model

Model file: Random_Forest_pipeline_for_hf.joblib
Framework: scikit‑learn