You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎙️ Voice Call Mode — Tap the orb or mic to start a continuous voice conversation. Bite.ai listens, processes, speaks back, and auto-listens again — like a real phone call.
📷 Barcode Scanner — Scan any product barcode using your phone camera (supports multiple cameras) or type it manually. Fetches real nutrition data from Open Food Facts.
🧠 Hybrid Analysis Engine — Rule-based analyzer delivers instant, accurate verdicts. Ollama-hosted SLM provides natural language enhancement as a fallback.
👤 Personalized Profiles — Set your allergies (peanut, lactose, gluten, fish, soy), health conditions (diabetes, hypertension, cholesterol), and dietary preferences for tailored advice.
🔮 Interactive 3D Orb — A living, breathing Three.js orb that changes color and animation based on state: idle → listening → processing → speaking → verdict (eat/avoid/sometimes).
📱 Mobile-First Design — Fully responsive, works on phone browsers over local WiFi. Camera, voice, and touch — all native.
🗣️ Browser TTS/STT — No external APIs needed. Uses the Web Speech API for speech recognition and synthesis, with automatic voice selection for natural output.
Create a feature branch (git checkout -b feature/amazing-feature)
Commit your changes (git commit -m 'Add amazing feature')
Push to the branch (git push origin feature/amazing-feature)
Open a Pull Request
📄 License
This project is licensed under the MIT License — see the LICENSE file for details.
Bite.ai — Powered by Oumi Built with ❤️ for healthier food choices
About
An AI-powered voice food assistant that provides instant nutritional verdicts through natural conversation and barcode scanning. Built with FastAPI, Ollama, and a hybrid rule-based + SLM pipeline for personalized food recommendations. (website only for frontend showcase)