This app uses the YOLOv8 object detection model to detect and classify different Euro coins.
The model was trained on a custom dataset featuring 150 images with annotated Euro coins.
mAP:
- mAP@.5 = 0.91
- mAP@.5-.95 = 0.89
- clone this repo
- cd into
/server
- start Flask application (
python main.py
orpython -m flask --app main.py run
)