Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 748 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 748 Bytes

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.