Spaces:
Sleeping
Sleeping
File size: 415 Bytes
b5f4f2e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ---
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.
|