NutriLens is a mobile application that helps users identify and classify different types of food using machine learning techniques. It provides information about the nutritional content of various food items and allows users to make informed dietary choices.
- Food Detection: Take a photo or choose an image from the gallery to identify and classify the food item using machine learning.
- Nutritional Information: Get detailed nutritional information about the detected food, including calories, macronutrients, and vitamins.
- Scan History: View a history of previously scanned food items and access their nutritional information.
- User Profile: Create and manage a user profile with personalized settings and preferences.
- Clone the repository:
git clone https://github.com/your-username/NutriLens.git
- Install the necessary dependencies:
flutter pub get
- Run the app on a simulator or physical device:
flutter run
- Flutter: A cross-platform framework for building mobile applications.
- TensorFlow Lite: A lightweight machine learning framework for deploying models on mobile and embedded devices.
- Firebase: A backend-as-a-service platform for authentication, storage, and database functionalities.
This project is licensed under the MIT License.