/see_food

An app made using flutter which uses tensorflow lite to predict food labels.

Primary LanguageDart

SeeFood

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.

Table of contents

Requirements to run the app

Repository structure

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.

Steps to install

  • 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)