tcsenpai commited on
Commit
65378cc
1 Parent(s): 6fc5565

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -15,26 +15,26 @@ tags:
15
 
16
  * Captchot Images
17
 
18
- ** Captcha Images Prediction
19
 
20
  This model is the images version of the Captchot project, a from-scratch experimental project containing two models to predict image based captchas and text-to-image based captchas
21
 
22
- *** Dataset
23
 
24
  The dataset used is a dataset of 300k+ images taken from real-world captcha dumps (mainly reCaptcha 1 and 2 and hCaptcha plus others found to be used online) divided in categories (such as trains, cars, stairs...).
25
 
26
  The complete list of labels can be found in Structure.png.
27
 
28
- *** Files
29
 
30
  You can find the training overall informations in training_info.png, the .zip structure in Structure.png and the demo webapp screenshot in Webapp.png.
31
 
32
  Captchot_Images.zip contains the exported models for different frameworks: tensorflow, onnx, keras, a webapp demo, a python ready to use script and coreml .
33
 
34
- *** Model
35
 
36
  The model has been trained with EfficientNet at 1000 iterations and early stop to avoid overfitting. The full network has been trained.
37
 
38
- *** Useless info
39
 
40
  The training has been done on a M1 Pro Apple Silicon chip and took approximately 20h to fully train (plus the dataset importing phase).
 
15
 
16
  * Captchot Images
17
 
18
+ ** Captcha Images Prediction **
19
 
20
  This model is the images version of the Captchot project, a from-scratch experimental project containing two models to predict image based captchas and text-to-image based captchas
21
 
22
+ ** Dataset **
23
 
24
  The dataset used is a dataset of 300k+ images taken from real-world captcha dumps (mainly reCaptcha 1 and 2 and hCaptcha plus others found to be used online) divided in categories (such as trains, cars, stairs...).
25
 
26
  The complete list of labels can be found in Structure.png.
27
 
28
+ ** Files **
29
 
30
  You can find the training overall informations in training_info.png, the .zip structure in Structure.png and the demo webapp screenshot in Webapp.png.
31
 
32
  Captchot_Images.zip contains the exported models for different frameworks: tensorflow, onnx, keras, a webapp demo, a python ready to use script and coreml .
33
 
34
+ ** Model **
35
 
36
  The model has been trained with EfficientNet at 1000 iterations and early stop to avoid overfitting. The full network has been trained.
37
 
38
+ ** Useless info **
39
 
40
  The training has been done on a M1 Pro Apple Silicon chip and took approximately 20h to fully train (plus the dataset importing phase).