superkart_backend / README.md
toddmattingly's picture
Update README.md
2f819ea verified
metadata
title: SuperKart Backend
emoji: 🛒
colorFrom: green
colorTo: blue
sdk: docker
sdk_version: '1.0'
python_version: '3.10'
app_file: app.py
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