Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
library_name: ultralytics
|
| 4 |
+
pipeline_tag: object-detection
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
tags:
|
| 7 |
+
- yolo
|
| 8 |
+
- openvino
|
| 9 |
+
- int8
|
| 10 |
+
- object-detection
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Coin Detection Model (YOLO + OpenVINO INT8)
|
| 14 |
+
|
| 15 |
+
This repository contains a YOLO-based object detection model
|
| 16 |
+
exported to **OpenVINO INT8** format for efficient CPU inference.
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
- Architecture: YOLO (Ultralytics)
|
| 20 |
+
- Export format: OpenVINO IR (INT8)
|
| 21 |
+
- Task: Object Detection (Coin classification)
|
| 22 |
+
|
| 23 |
+
## Repository Structure
|
| 24 |
+
|