nickliqian/cnn_captcha
A TensorFlow-based CNN implementation for recognizing characters in captcha images.

Velocity · 7d
+1.0
★ / day
Trend
→steady
star history
This project implements a convolutional neural network using TensorFlow to recognize and decode character-based captcha images. It provides modular components for dataset validation, training, verification, inference, and API serving. The project aims to reduce the time and effort required to build captcha recognition systems.