leeyunjai commited on
Commit
7da5337
1 Parent(s): 8a151ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Number and Operator Detection Based on YOLO11x
2
 
3
  This repository contains a PyTorch-exported model for detecting numbers (0-10) and basic arithmetic operators (`+`, `-`, `×`, `÷`, `=`) using the YOLO11x architecture. The model has been trained to recognize these symbols in images and return their locations and classifications.
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: ultralytics
5
+ pipeline_tag: object-detection
6
+ tags:
7
+ - yolo
8
+ - object-detect
9
+ - yolo11
10
+ - yolov11
11
+ ---
12
+
13
  # Number and Operator Detection Based on YOLO11x
14
 
15
  This repository contains a PyTorch-exported model for detecting numbers (0-10) and basic arithmetic operators (`+`, `-`, `×`, `÷`, `=`) using the YOLO11x architecture. The model has been trained to recognize these symbols in images and return their locations and classifications.