Description
Application for calculating calories based on a photograph of food. Just take a picture of your meal, and the application with the implemented AI will determine the overall information about your dish: name, calories, proteins, fats, carbohydrates.
Functionality: Photography: The application allows the user to photograph his dish using the device camera. Image analysis: the application analyzes the photo, determines the food in the image and their quantity. Caloria calculation: the application uses LLAMA Model to identify information about the dish. Product Information: the application provides information about each food product, including the name, calorie content and other important characteristics.
Why was the product created? The project was inspired by the desire to simplify the process of monitoring nutrition and health. Many people are faced with difficulties in calculating calories and macro elements in their diet due to the complexity of diets and the lack of time for a thorough analysis of each product. We sought to create a convenient solution that would allow users to easily and quickly find out the calorie content of their meal, simply photographing it.
The purpose of the product? The purpose of our application is to satisfy the needs of users in the exact and quick calculation of calories based on a photograph of food. We want to help people who want to control their food, but have difficulties with accurate calculation of calories and macro elements. Our application helps to make this process easier and more effective, freeing user time for other tasks.
What is the best anallain? Our application differs in its simplicity of use. In the difference from many other applications that require the entry of each ingredient manually, our application analyzes the photo and determines the food products on it, and then uses the calorie database to calculate the total number of calories. This makes the process much faster and more convenient for the user
Requirements iOS 11.0 or higher Android 5.0 (API LEVEL 21) or higher Camera of a device for photographing dishes Internet connection to download the database of food and calorie products
Installation
Install Flutter SDK on your computer, following the instructions on the official Flutter website. Install Android Studio or Xcode, depending on your platform, and configure the developer's environment. Clon the application repository with GitHub. Go to the project directory and execute the Flutter Pub Get command to install dependencies. Run the application using the Flutter Run command.