From 71a80a561399eb35bed80e5d66eeb04390faded7 Mon Sep 17 00:00:00 2001 From: anetla Date: Thu, 28 Dec 2023 18:46:31 +0100 Subject: [PATCH] modify README --- yolov8_pytorch_python-main/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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