tomAIto/yolov8_pytorch_python-main
2023-12-28 18:46:31 +01:00
..
.gitignore add web app things 2023-12-28 11:16:12 +01:00
best.onnx modify for tomatos 2023-12-28 18:40:41 +01:00
best.pt add web app things 2023-12-28 11:16:12 +01:00
example_picture.png modify for tomatos 2023-12-28 18:40:41 +01:00
index.html modify for tomatos 2023-12-28 18:40:41 +01:00
LICENSE add web app things 2023-12-28 11:16:12 +01:00
object_detector.py modify for tomatos 2023-12-28 18:40:41 +01:00
README.md modify README 2023-12-28 18:46:31 +01:00
requirements.txt add web app things 2023-12-28 11:16:12 +01:00

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 green and red tomatos.

Install

  • Cloning instruction coming soon
  • Go to the root of cloned repository
  • Install dependencies by running pip3 install -r requirements.txt

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.