All Projects → stardut → LSTM-CTC-recaptcha

stardut / LSTM-CTC-recaptcha

Licence: other
recaptcha with lstm and mxnet

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to LSTM-CTC-recaptcha

Mxnet Seq2seq
Sequence to sequence learning with MXNET
Stars: ✭ 51 (+82.14%)
Mutual labels:  mxnet, rnn
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+24125%)
Mutual labels:  mxnet, rnn
wagtail-django-recaptcha
A simple recaptcha field for Wagtail Form Pages
Stars: ✭ 47 (+67.86%)
Mutual labels:  recaptcha
recaptcha
An easy-to-use reCAPTCHA package
Stars: ✭ 55 (+96.43%)
Mutual labels:  recaptcha
ML2017FALL
Machine Learning (EE 5184) in NTU
Stars: ✭ 66 (+135.71%)
Mutual labels:  rnn
onnx2tensorRt
tensorRt-inference darknet2onnx pytorch2onnx mxnet2onnx python version
Stars: ✭ 14 (-50%)
Mutual labels:  mxnet
altair
Assessing Source Code Semantic Similarity with Unsupervised Learning
Stars: ✭ 42 (+50%)
Mutual labels:  rnn
mxbox
Simple, efficient and flexible vision toolbox for mxnet framework.
Stars: ✭ 31 (+10.71%)
Mutual labels:  mxnet
AspNetCore-ReCAPTCHAv3
reCAPTCHA v3 Usage in Asp.Net Core MVC
Stars: ✭ 17 (-39.29%)
Mutual labels:  recaptcha
rindow-neuralnetworks
Neural networks library for machine learning on PHP
Stars: ✭ 37 (+32.14%)
Mutual labels:  rnn
ms-convSTAR
[RSE21] Pytorch code for hierarchical time series classification with multi-stage convolutional RNN
Stars: ✭ 17 (-39.29%)
Mutual labels:  rnn
pytorch convolutional rnn
PyTorch implementation of Convolutional Recurrent Neural Network
Stars: ✭ 117 (+317.86%)
Mutual labels:  rnn
totally humans
rnn trained on r/totallynotrobots 🤖
Stars: ✭ 23 (-17.86%)
Mutual labels:  rnn
2captcha-php
PHP package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.
Stars: ✭ 25 (-10.71%)
Mutual labels:  recaptcha
vue-programmatic-invisible-google-recaptcha
🔒A simple invisible Google reCAPTCHA component focused solely on programmatic invocation.
Stars: ✭ 28 (+0%)
Mutual labels:  recaptcha
mxnet-audio
Implementation of music genre classification, audio-to-vec, song recommender, and music search in mxnet
Stars: ✭ 42 (+50%)
Mutual labels:  mxnet
ContactEtc
Laraval package to instantly add a customisable contact form to your site.
Stars: ✭ 21 (-25%)
Mutual labels:  recaptcha
2captcha-python
Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.
Stars: ✭ 140 (+400%)
Mutual labels:  recaptcha
invisible-recaptcha
An invisible reCAPTCHA package for Laravel, Lumen, CI or native PHP.
Stars: ✭ 15 (-46.43%)
Mutual labels:  recaptcha
sgrnn
Tensorflow implementation of Synthetic Gradient for RNN (LSTM)
Stars: ✭ 40 (+42.86%)
Mutual labels:  rnn

My Deep Learning Practices

Recaptcha

Introduce

基于mxnet、lstm、ctc的6位 数字+字符 验证码识别

同时可以扩展到身份证、银行卡、车牌识别等等

代码改于官方的4位数字验证码识别

  1. 将纯4位 数字 验证码扩展到6位 数字+字符
  2. 修改为训练本地自己的数据,而不是运行中代码生成的数据

ocr-captchar

Main Blog

详细介绍博客: Stardust的博客

http://ranjun.me

Effect

effect

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].