--- 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