yhng2525 commited on
Commit
a83b7a8
·
verified ·
1 Parent(s): b1e26d0

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: apache-2.0
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
+