Spaces:
Build error
Build error
metadata
title: π½οΈ AI Food Menu Generator
emoji: πΈ
colorFrom: yellow
colorTo: red
sdk: docker
pinned: false
app_file: app.py
π½οΈ AI Food Menu Generator
Welcome to the AI Food Menu Generator β an intelligent web app that extracts food items from a menu image and generates realistic food images using text-to-image AI.
π Features
- πΈ Upload a food menu image
- π§ Extract food names using image-to-text models
- π¨ Generate food images using AI models like
gemma:3bor similar via Ollama - πΌοΈ View results instantly in your browser
- β‘ FastAPI backend + Hugging Face Spaces deployment via Docker
π§ͺ Example Usage
- Upload a food menu image
- The app extracts menu items (like
Paneer Tikka,Burger) - For each item, it generates a realistic food image using text-to-image AI
- Results are shown with image previews
π§ Tech Stack
- FastAPI - backend API server
- Ollama + Gemma - local model for image generation
- Docker - for containerized deployment
- Hugging Face Spaces - for live hosting
- Diffusers & Transformers - model inference
- Pillow - image handling
- Python - β€οΈ
π³ Docker Usage (Optional for Local Run)
docker build -t ai-food-menu .
docker run -p 7860:7860 ai-food-menu