kerlomz
Results
7
repositories owned by
kerlomz
captcha_trainer
2.9k
Stars
819
Forks
Watchers
[验证码识别-训练] This project is based on CNN/ResNet/DenseNet+GRU/LSTM+CTC/CrossEntropy to realize verification code identification. This project is only for training the model.
captcha_platform
663
Stars
235
Forks
Watchers
[验证码识别-部署] This project is based on CNN+BLSTM+CTC to realize verificationtion. This projeccode identificat is only for deployment models.
captcha_demo_csharp
35
Stars
30
Forks
Watchers
本项目可以用来调用 https://github.com/kerlomz/captcha_trainer 项目训练的模型,使用TensorFlowSharp写的调用模型代码。
captcha_library_c
45
Stars
41
Forks
Watchers
本项目可以用来调用 https://github.com/kerlomz/captcha_trainer 项目训练的模型,使用动态库的方式调用验证码识别服务。