food_detection / README.md
subhan971's picture
Upload 3 files
83e3665 verified
|
Raw
History Blame Contribute Delete
368 Bytes
---
title: Desi Food Detection API
emoji: ๐Ÿ›
colorFrom: green
colorTo: red
sdk: docker
app_port: 7860
---
# Desi Food Detection API
Fine-tuned Qwen2.5-VL (LoRA) model serving Pakistani/desi food detection with a FastAPI `/predict` endpoint.
## Usage
```bash
curl -X POST "https://YOUR-USERNAME-YOUR-SPACE-NAME.hf.space/predict" \
-F "file=@your_image.jpg"
```