jidicula / producesort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

producesort

A tool for determining if clementines are rotten based on image recognition.

Dependencies

Use python3 -m pip install --user -r req.txt to install the necessary dependencies.

Getting started

Download the repo and unzip. Load your images into the img directory. Use python3 Main.py and select the fruit image for analysis. For demonstration purposes, the application will display the input image, the edge mask, the input image with its background subtracted, and blemishes on the input image found by the blob detection algorithm.

About

License:Apache License 2.0


Languages

Language:Python 100.0%