A cross-platform mobile app that uses AI to analyse meals from a photo. Snap, analyse, and export your food data in seconds.
- 📸 Capture food photos using the device camera
- 🖼️ Select images from your gallery
- 🤖 AI-powered food analysis and nutritional feedback
- ⚡ Fast and intuitive user interface
- 🧠 Built with Expo Router and React Native
- 📥 Export analysis results to JSON or PDF
npm install
npx expo start
Then choose to run the app on:
- 📱 Expo Go
- 🧪 Development build
- 🤖 Android emulator
- 🍏 iOS simulator
- All source code lives in the
app/
directory. - File-based routing is powered by expo-router.
To build your app for production:
npx expo export
To build for native platforms:
eas build
Make sure EAS CLI is installed.
Made with ❤️ using Expo & Gemini