Skip to content

RickyHFR/cs4243_captcha_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a captcha generator created for NUS CS4243 mini project. It uses Wasserstein Generative Adversarial Network (WGAN) and generates individual characters. The dataset that we used to train is not included in this directory. Below is a sample output after training the model for 1000 epochs with main.py.

14311731554525_ pic

After generating the individual characters, we used a OCR tool to filter out ambiguous characters with check_image_validity.py. If the output is still not satisfying, we can manually label each images generated with manual_label.py. Lastly, we ensemble the characters into captchas by adding colours, distracted blacklines and changing their proportions in process_captcha.py.

13741731519987_ pic

We have also included our trained model in model folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages