modify README

This commit is contained in:
anetla 2023-12-28 18:46:31 +01:00
parent 9293dc57e2
commit 71a80a5613
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
This is a modified code from [this](https://dev.to/andreygermanov/a-practical-introduction-to-object-detection-with-yolov8-neural-network-3n8c) article. This is a modified code from [this](https://dev.to/andreygermanov/a-practical-introduction-to-object-detection-with-yolov8-neural-network-3n8c) article.
This is a web interface to [YOLOv8 object detection neural network](https://ultralytics.com/yolov8) This is a web interface to [YOLOv8 object detection neural network](https://ultralytics.com/yolov8)
implemented on [Python](https://www.python.org) that uses a model to detect tomato maturity and road signs on images. implemented on [Python](https://www.python.org) that uses a model to detect level of ripeness for green and red tomatos.
## Install ## Install