Skip to content

An AutoML for CRNN, you can perform captcha recognition with just a few lines of code.

License

Notifications You must be signed in to change notification settings

sun1638650145/CRNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRNN

An AutoML for CRNN, you can perform captcha recognition with just a few lines of code, read this in other languages: 简体中文

pipeline

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.

custom

If you want higher accuracy and higher efficiency, you can use custom mode(Suitable for experts).

  1. You can use the model API and tools API to build your own model.
  2. You are welcome to reach/communicate the author.