CAPTCHA
Digit recognizer
A deep learning model for classifying images with four digits
implement classification for CAPTCHA in TensorFlow
68 stars
6 watching
25 forks
Language: Python
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jackonyang/captcha-tensorflow | A project demonstrating image classification using Convolutional Neural Networks (CNNs) to solve captchas | 997 |
aaronshan/12306-captcha | Deep learning-based system to recognize and classify 12306 captcha images | 280 |
chxj1992/captcha_cracker | An image recognition system using a deep learning model to classify characters from verification codes | 188 |
patricklib/captcha_recognize | A Python library for training and recognizing image-based captchas using TensorFlow without requiring image segmentation. | 556 |
amitshekhariitbhu/androidtensorflowmnistexample | A machine learning project that trains an Android model to recognize handwritten digits using TensorFlow and MNIST dataset. | 464 |
skyduy/cnn_keras | An implementation of a Convolutional Neural Network using Keras for CAPTCHA recognition and classification | 288 |
soloice/chinese-character-recognition | This project demonstrates how to build and train a convolutional neural network (CNN) to recognize Chinese characters. | 200 |
collective/collective.z3cform.norobots | Provides a human captcha widget based on question/answer pairs | 5 |
taosir/cnn_handwritten_chinese_recognition | A Python-based web application that recognizes handwritten Chinese characters using a Convolutional Neural Network (CNN), allowing users to input text via an online writing board and receive recognition results. | 508 |
zhengwh/captcha-svm | Automated solution to recognize simple CAPTCHAs using support vector machines | 206 |
996refuse/zheye | A Python-based OCR system designed to recognize handwritten Chinese characters in vertical captcha images | 798 |
chapternewscu/image-captioning-with-semantic-attention | A deep learning model for generating image captions with semantic attention | 51 |
aaronhma/ngconf-2020 | A repository containing code and slides for a machine learning tutorial on using TensorFlow.js to classify handwritten digits | 11 |
chenxi116/pnasnet.tf | An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. | 102 |
guillaumegenthial/sequence_tagging | Named Entity Recognition model using LSTM and CRF with character embeddings | 1,946 |