Skip to content

abuwildanm/food-recognition

Repository files navigation

Indonesian Food Recognition

Introduction

In this project, we try to build a model to recognize Indonesian foods such as rice, omelette, tempeh, and tofu. For now, our model can only recognize that four types of food. Our hope is that in the future we can improve the performance of the model so that the model can recognize more types of Indonesian food

Demo

Getting Started

  1. Follow this notebook to create custom dataset from Google Images
  2. Annotate the image dataset using labelImg tool
  3. Follow this notebook to train the model
  4. If you want to create custom dataset for model training in Vertex AI, you can follow this notebook
  5. Follow this instruction to deploy the model
  6. If you want to convert your model to Tensorflow model or Tensorflow Lite model, you can follow this notebook