fastapi_last / README.md
sujal7102003's picture
Upload folder using huggingface_hub
dabcbab verified
---
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
1. Get a token using `/token`
2. Use `/predict/{model}` to get predictions