Go to file
anetla 2c9cca06fd ad 2024-01-21 22:28:59 +01:00
.gitignore initial commit 2023-12-28 22:09:32 +01:00
LICENSE initial commit 2023-12-28 22:09:32 +01:00
README.md ad 2024-01-21 22:28:59 +01:00
best.onnx initial commit 2023-12-28 22:09:32 +01:00
example_picture.jpg modify picture 2024-01-21 22:26:44 +01:00
index.html enlarge label 2024-01-21 22:20:43 +01:00
object_detector.py Add legend and box colors 2024-01-20 22:09:57 +01:00
requirements.txt update readme and requirements 2024-01-16 16:23:16 +01:00

README.md

Tomato maturity detection web application

This is a modified code from this article.

This is a web interface to YOLOv8 object detection neural network implemented on Python that uses a model to detect level of ripeness for big and small tomatos.

Install

Run

Execute:

python3 object_detector.py

It will start a webserver on http://localhost:8080. Use any web browser to open the web interface.

Using the interface you can upload the image to the object detector and see bounding boxes of all objects detected on it.