AI-powered kitchen management that scans your groceries, tracks expiry dates, and generates recipes from what you already have.
From scanning a barcode to generating tonight's dinner plan, FoodAI handles the entire kitchen workflow.
Point your camera at any product. Barcode recognition, AI image identification, and OCR-based expiry date extraction, all in one scan.
Generates recipes based on what you actually have in stock. Prioritizes ingredients close to expiry to minimize food waste.
Weekly meal calendar with automatic ingredient deduction. Plan ahead, and your shopping list builds itself from what's missing.
Auto-calculated from your meal plan. Syncs with the Bring! app so your list is always in your pocket at the store.
Full support for German, English, Spanish, French, and Italian. Switch languages on the fly in settings.
Your data stays on your server. No cloud dependency, no subscriptions. Runs on Docker with SQLite, zero external services required.
Choose any provider. Switch models without restarting. Use local models for full offline operation.
Docker Compose is all you need. Multi-architecture support for amd64 and arm64.
# Clone the repository git clone https://github.com/JiroMusik/FoodAI.git cd FoodAI # Start with Docker Compose docker compose up -d # Open in browser open https://localhost:3000
HTTPS is auto-configured with self-signed certificates for camera access on mobile devices.
FoodAI is free, open source, and ready to deploy. Join the project on GitHub.