AltHub

kerlomz/captcha_trainer alternatives

captcha recognition / OCR

A TensorFlow-based training framework for captcha and image-text recognition using CNN/ResNet/DenseNet with RNN/CTC.

3.2kPythonApache-2.0slowing · last push 10mo agoGitHub

Drop-in peers

Same problem, same approach. Swapping one for another is a config change, not a rewrite.

weinman/cnn_lstm_ctc_ocr

When you want a simpler independent CNN+CTC TensorFlow OCR trainer instead of the seed's project-management framework; note GPL-3.0 license.

Tensorflow-based CNN+LSTM trained with CTC-loss for OCR

502
Python
GPL-3.0
dormant4.9y ago
ilovin/lstm_ctc_ocr

When you need a minimal CTC+TensorFlow OCR implementation and don't require the seed's config-heavy pipeline.

Use CTC + tensorflow to OCR

351
Python
none
dormant8.1y ago
czczup/Captcha-Recognition

When you want a TensorFlow captcha recognizer supporting Chinese characters and prefer a straightforward example over the seed's full framework.

基于深度学习和TensorFlow的英文和汉字验证码识别

186
Python
none
dormant6.2y ago
watsonyanghx/CNN_LSTM_CTC_Tensorflow

When you want an MIT-licensed TensorFlow CNN+CTC OCR baseline without the seed's multi-project management layer.

CNN+LSTM+CTC based OCR implemented using tensorflow.

368
Python
MIT
dormant8.3y ago
ypwhs/captcha_break

When you want a widely used Jupyter notebook to train captcha recognition models and need a quicker starting point than the seed's full project configuration.

验证码识别

2.8k
Jupyter Notebook
MIT
dormant4.5y ago

Same job, different approach

Solves the same problem with a different architecture or at a different layer. Expect to rewrite the integration.

chibohe/text_recognition_toolbox

When you prefer PyTorch and focus on scene text recognition rather than captcha specifically.

text_recognition_toolbox: The reimplementation of a series of classical scene text recognition papers with Pytorch in a uniform way.

178
Python
none
dormant5.0y ago
GabrielDornelles/pytorch-ocr

When you want a PyTorch-based OCR training framework with MIT license instead of TensorFlow.

Simple Pytorch framework to train OCRs. Supports CRNNs, Attention, CTC and Cross Entropy Loss.

89
Python
MIT
dormant2.8y ago

Older generation, or narrower

An earlier or more limited way to do the job. Still the right call when you need something small, proven, or CPU-only.

lyl8213/Plate_Recognition-LPRnet

When you specifically need license-plate recognition with a lightweight CNN+CTC network rather than general captcha training.

Tensorflow based. Use CNN and CTC loss. It is a light network for Plate Recognition

284
Python
none
dormant7.0y ago

Listed as an alternative to

These projects were analysed and named captcha_trainer among their alternatives. The relationship is not symmetric — how captcha_trainer rates them is a separate judgement, made when captcha_trainer is analysed in its own right.

tesseract-ocr/tesseract

calls captcha_trainercaptcha-specific OCR model training pipeline; choose if your task is captcha character recognition and you can train your own model.

Tesseract Open Source OCR Engine (main repository)

76.1kC++active