Spaces:
Sleeping
Sleeping
metadata
title: FastAPI ML API
emoji: 🚀
colorFrom: indigo
colorTo: pink
sdk: docker
sdk_version: '1.0'
app_file: main.py
pinned: false
FastAPI ML API
This Space hosts a FastAPI backend for multiple ML models including ANN, XGBoost, Random Forest, and others.
Features
- JWT Authentication
- Predict using multiple ML models
- Deployed with Docker
How to Use
- Get a token using
/token - Use
/predict/{model}to get predictions