This app allows users to take a picture of their food and annotate it with information such as the dish name, ingredients, and any other relevant notes. The annotated images can then be saved and organized for future reference.
- Take a photo of your food
- Add annotations such as dish name, ingredients, and notes
- Save and organize your annotated images
- Save position of annotation in json files
- View a history of all your annotated images
- Install the latest version of Flutter (https://flutter.dev/docs/get-started/install)
- Clone the repository:
git clone https://github.com/main-c/Food-annotation-app-with-flutter.git
- Navigate to the project directory:
cd food-annotation-image-app
- Run the app on an emulator or device:
flutter run
- A device or emulator running Android
- The latest version of Flutter
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Flutter documentation for providing guidance on building the app
- Dart documentation for providing guidance on programming the app
Note
This is a school project and you should consider the data and information inside this app as for educational purpose only.