Skip to content

Ata-Xan/FoodSight

Repository files navigation

FoodSight

Food Recognition and Leftover Estimation System

Description

This project is a computer vision system designed to recognize food items and estimate leftovers in a canteen setting. The system uses a combination of techniques including Hough Circle Transform for localization, Speeded-Up Robust Features (SURF) algorithm for food recognition, and Hue, Saturation, and Value (HSV) color space for segmentation.

Features

  • Food item recognition and localization in tray images
  • Segmentation of each food item
  • Estimation of the quantity of leftovers

Installation

Prerequisites

(you can use the docker file as well to install all the prerequisites) Before you begin, ensure you have met the following requirements:

Installing

To install , follow these steps:

  1. Clone the repository:

    git clone https://github.com/Ata-Xan/FoodSight.git
  2. Navigate to the project directory:

    cd FoodSight
  3. Create a new build directory and navigate into it:

    mkdir build && cd build
  4. Run CMake to configure the project:

    cmake ..
  5. Compile the project:

    make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors