diff --git a/yolov8_pytorch_python-main/README.md b/yolov8_pytorch_python-main/README.md index 69b4c2b..00fd79c 100644 --- a/yolov8_pytorch_python-main/README.md +++ b/yolov8_pytorch_python-main/README.md @@ -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 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