CUISINE DETECT (PRODUCT)

The object detection model is trained on specific Pakistani cuisine, covering 20 food classes in the first phase.

0

Description

Cultural Intelligence

The Cuisine Detect model is the first of its kind, specifically trained to recognize 20 popular Pakistani dishes. Utilizing YOLOv8, it detects food items on a plate with high precision, accounting for local plating styles and lighting.

Menu Coverage

  • Classic Curries: Biryani, Karahi, Korma, Daal Chana.
  • Grills & Snacks: Seekh Kabab, Chapli Kabab, Samosa, Burger.
  • Breakfast: Fry Egg, Paratha variants.

Technical Specs

Provided as a PyTorch (.pt) file. Optimized for real-time mobile apps, digital menu kiosks, and dietary tracking platforms focused on South Asian diets.

Live Deployment Sandbox

Smart Cuisine Detector (Pakistani/Indian)
Culinary Core Active
Click to browse or drop a food image here (Biryani, Karahi, Sajji, etc.)

API Integration Guide

curl --location 'https://api.aimodelplace.com/api/v1/predict' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--form 'model_slug="cuisine-detect_45"' \
--form 'file=@"/path/to/your/dish.jpg"'

Successful response format (JSON):

{
    "success": true,
    "predictions": [
        {
            "label": "Chicken Biryani",
            "confidence": 98.2
        },
        {
            "label": "Aloo Keema",
            "confidence": 1.5
        }
    ]
}

For more detailed parameters and SDK examples, visit our Full API Documentation.

Post Your Comments

Login to comment

Comments

Average Ratings