tomAIto/tomAIto_web_app/README.md

29 lines
915 B
Markdown
Raw Permalink Normal View History

2023-12-28 18:40:41 +01:00
# Tomato maturity detection web application
2023-12-28 11:16:12 +01:00
<div align="center">
2023-12-28 18:40:41 +01:00
<img src="example_picture.png"/>
2023-12-28 11:16:12 +01:00
</div>
2023-12-28 18:40:41 +01:00
This is a modified code from [this](https://dev.to/andreygermanov/a-practical-introduction-to-object-detection-with-yolov8-neural-network-3n8c) article.
2023-12-28 11:16:12 +01:00
This is a web interface to [YOLOv8 object detection neural network](https://ultralytics.com/yolov8)
2023-12-28 18:48:36 +01:00
implemented on [Python](https://www.python.org) that uses a model to detect level of ripeness for big and small tomatos.
2023-12-28 11:16:12 +01:00
## Install
2023-12-28 18:40:41 +01:00
* Cloning instruction coming soon
2023-12-28 11:16:12 +01:00
* 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.