kirmorozov
commited on
Commit
•
65b5fe6
1
Parent(s):
dd5eb76
Update README.md
Browse filesAdded some details to readme
README.md
CHANGED
@@ -1,15 +1,29 @@
|
|
1 |
---
|
2 |
library_name: keras
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
-
|
|
|
|
|
8 |
|
9 |
## Intended uses & limitations
|
10 |
|
11 |
-
|
|
|
12 |
|
13 |
## Training and evaluation data
|
14 |
|
15 |
-
|
|
|
|
|
|
1 |
---
|
2 |
library_name: keras
|
3 |
+
license: apache-2.0
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
pipeline_tag: image-to-text
|
7 |
+
tags:
|
8 |
+
- magento
|
9 |
+
- adobecommerce
|
10 |
+
- captcha
|
11 |
+
- solver
|
12 |
---
|
13 |
|
14 |
## Model description
|
15 |
|
16 |
+
Model solves default 200x50px Magento/Adobe captcha with accuracy 94%+.
|
17 |
+
Trained with 4-5 length case-sennsitive captcha
|
18 |
+
|
19 |
|
20 |
## Intended uses & limitations
|
21 |
|
22 |
+
To assist with testing of captcha.
|
23 |
+
|
24 |
|
25 |
## Training and evaluation data
|
26 |
|
27 |
+
Used 50630 images, trained on 90%, tested using 10%
|
28 |
+
|
29 |
+
Accuracy: 0.9415 Matches: 4767/5063
|