tomaito_web/README.md

986 B

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.