leeyunjai commited on
Commit
e538daa
1 Parent(s): d86ed3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Rock Paper Scissors Detection Based on YOLO11x
2
 
3
  This repository contains a PyTorch-exported model for detecting R.P.S. 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
  # Rock Paper Scissors Detection Based on YOLO11x
14
 
15
  This repository contains a PyTorch-exported model for detecting R.P.S. using the YOLO11x architecture. The model has been trained to recognize these symbols in images and return their locations and classifications.