battery-analytics / README.md
Dharun235's picture
Add FastAPI inference API
b5f4f2e
metadata
title: Battery Analytics
emoji: 🌍
colorFrom: yellow
colorTo: purple
sdk: docker
pinned: false
license: mit

This Space serves the battery capacity prediction API.

The service exposes:

  • GET /health
  • POST /predict

The model weights and scalers are downloaded at runtime from the public model repo Dharunkumar9/battery-capacity-predictor, so the Space repo only needs code, not binary artifacts.