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