Skip to content

vanJefferson/Waffles-or-Ice-Cream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waffles & Ice Cream Detector

We all enjoy waffles or ice cream unless you are lactose-intolerant. This basic web app is able to detect and identify waffles or ice cream in a photo.

YoloV5 was used to train the default model and labelling the images was done using MakeSense. The Waffles or Ice-Cream dataset was used for training and validation.

Screenshot<script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

Setup Guide

Few steps to follow before getting started.

  1. Download the YoloV5 github repository
  2. Create a directory called runs with the following subdirectories train\weights
  3. Move best.py to the newly created directly (this contains the weights of the trained model)

Notes

  • The model only used 74 images for training and validation. It can be significantly improved for better results
  • Training was done using Google Colab using a GPU

About

YoloV5 app to detect waffles and ice cream

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published