Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
MianXu
/
Captcha_Recognizer
like
1
MianXu/Captcha_image
English
code
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
MianXu
commited on
May 20, 2025
Commit
93b9b91
·
verified
·
1 Parent(s):
9db5b5d
Update README.md
Browse files
# 简介
本模型组合专为验证码识别任务打造,由两个独立训练的深度学习模型组成:YOLO 目标检测模型和 CRNN 字符识别模型。
模型训练和使用的源码见笔者的GitHub仓库
Files changed (1)
hide
show
README.md
+11
-3
README.md
CHANGED
Viewed
@@ -1,3 +1,11 @@
1
-
---
2
-
license: apache-2.0
3
-
---
1
+
---
2
+
license: apache-2.0
3
+
language:
4
+
- en
5
+
metrics:
6
+
- accuracy
7
+
base_model:
8
+
- Ultralytics/YOLO11
9
+
tags:
10
+
- code
11
+
---