Millions of people struggle to make informed dietary choices due to a lack of clear nutritional information on food products. Individuals with allergies also face significant risks when consuming products without knowing their ingredients.
Download the APK from Google Drive
HealthEye is a Flutter-based mobile application that helps users make healthier food choices by scanning food labels or barcodes to:
- Instantly retrieve nutritional details of food items.
- Detect allergens to prevent allergic reactions.
- Log and track daily nutrition using AI-driven insights.
- Flutter (for cross-platform mobile development)
- Gemini API (for AI-based food analysis and nutrition assessment)
- Open FoodFacts API (for retrieving food product details and nutritional data)
- Flutter-Specific Backend Library (for backend setup and database management)
- Barcode Scanner (for quick product identification)
To run HealthEye locally, follow these steps:
- Clone the repository:
git clone https://github.com/Ace91Ace/HealthEye.git
- Navigate to the project directory:
cd HealthEye
- Install dependencies:
flutter pub get
- Run the app:
flutter run
- Open the app and log in or sign up.
- Scan a product using the barcode scanner or take a picture of the food label.
- View nutrition details such as calorie count, macronutrients, and allergens retrieved using Open FoodFacts API.
- AI-Powered Analysis: Get AI-driven insights on food healthiness using Gemini API.
- Save products and track your nutritional intake in the dashboard.
- Used to fetch food product details, nutritional content, and ingredient lists.
- API Documentation
- Used for AI-powered analysis of food healthiness and personalized nutrition insights.
- API Documentation
For any queries or suggestions, reach out via [nagavamshi53@gmail.com] or create an issue in this repository.