Skip to content

xzong0619/Fruit-Ripeness-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fruit Ripeness Detection React Application

This app can be used for real time object detection by leveraging TensorFlow Object Detection API, React, Tensorflow JS and IBM Cloud. This repository contains the code and Google Colab notebook for training a detector of banana ripeness.

Problem Statement

The model is used to detect the ripeness process of bananas. Images used for training and test are taken from Roboflow. There are 5.3K images for training and 757 images for test.

The corresponding labels are:

  • Freshripe
  • Freshunripe
  • Overripe
  • Ripe
  • Rotten
  • Unripe

Model output examples

freshunripe ripe

Live web app detection

  • Test image from web app

web_app

Lessons learned

  • Input image complexity In some of the training images, it's difficult to distinguish different stages of banana ripeness. Data augmentation process needs to be improved to consider more cases and improve the model detection accuracy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published