Skip to content
/ CRNN Public
forked from sun1638650145/CRNN

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

sneedgers/CRNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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. Welcome to communicate with the author.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%