An AutoML for CRNN, you can perform captcha recognition with just a few lines of code, read this in other languages: 简体中文
This is a very simple example(Suitable for beginners).
from CRNN import CRNNPipeline
pipeline = CRNNPipeline('./captcha_images_v2/')
pipeline.run()
The dataset used in the example, click here.
If you want higher accuracy and higher efficiency, you can use custom mode(Suitable for experts).
- You can use the
model API
andtools API
to build your own model. - You are welcome to reach/communicate the author.