File size: 479 Bytes
0c6b31b 74a90b6 0c6b31b 1aebe36 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ---
title: Ingredient Detector Demo
emoji: 🥗
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
pinned: false
---
# Ingredient Detector Demo
This is a Streamlit-based interface for the Ingredient Detector VLM service.
## Configuration
This Space requires the following secrets to be set in the settings:
- `API_BASE_URL`: The URL of the backend API (e.g., AWS App Runner)
- `CLIENT_ID`: Your client identifier
- `APP_PASSWORD`: Access password for the demo interface |