File size: 472 Bytes
dabcbab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---

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