The Food you can see. An application built using Flutter and Tensorflow Lite to classify 10 different types of food and show their respective recipes.
- Flutter SDK
- Android studio or Visual studio code
- Install Flutter extension in Android studio or in VS code
- Android Emulator/Device
This repository contains the entire code for the project. All screen routes can be found in lib/main.dart
. The screens and widgets can be found in lib/screens
and lib/widgets/
respectively.
- Download or clone the files in repository. (
git clone https://github.com/sgcuber24/see_food.git
) - Install all packages. (
flutter pub get
) - Run the app. (
flutter run
)