Skip to content

Sidel-Meril/captcha-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

captcha-generator

This small project provides Mail.ru Captcha Generator with using NumPy and SciPy for model training purposes

Original Generated

Usage

  1. Clone repo
git clone -b main https://github.com/sidel-meril/captcha-generator.git
  1. Install NumPy and SciPy
python3.9 -m pip install numpy
python3.9 -m pip install scipy
  1. Generate samples
  • Captcha generation
import MRCaptcha

# Count specifies number of generated captcha samples
MRCaptcha.generate_captcha(count=10)

Note: This method saves all images during generation steps. All samples is saved into separated folders. Final results is saved into /lined

  • Distorted symbols generation
import MRCaptcha

# Count specifies number of generated symbols for each from list
MRCaptcha.generate_symbols(count=10)

License

MIT

About

Mail.ru captcha generator for OCR purposes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages