Skip to content

A Python project that compares the performances of several machine learning models on how well they accurately recognise textual CAPTCHA images.

Notifications You must be signed in to change notification settings

CMPUT466-ML-CAPTCHA/ML_CAPTCHA_Images_Decoder

Repository files navigation

Welcome to CMPUT466 CAPTCHA project 😃

Project Introduction: Analytical Study of CAPTCHA Recognition Models

This is the repository of our project for Winter 2021 CMPUT466 (Introduction to Machine Learning) at the University of Alberta taught by Dr. Alona Fyshe.

CAPTCHA is the acronym for "Completely Automated Public Turing test to tell Computers and Humans Apart".

Our goal is to study and compare the performance of four machine learning algorithms predicting text-based CAPTCHA images, including two segmentation-free algorithms, convolutional neural network (CNN) and recurrent neural network (RNN), and two segmentation-based algorithms, support vector machine (SVM) and k-nearest neighbours algorithm (k-NN).


For a brief overview, please see the presentation slides or watch the short presentation YouTube video below.

If you are looking for more details, please read the following project final report.

Colaboratory Notebook

Use this notebook to run the code if possible, as many of the .py files in the repository contain duplicate code and some of them may be out-of-date.

This notebook combines all the code in this GitHub repository organised in sections. In case you do not own a University of Alberta email account, please click here to see the notebook.

Data

  • CAPTCHA images dataset: Link

  • CAPTCHA images generator: Link

Contributors

Contributors

About

A Python project that compares the performances of several machine learning models on how well they accurately recognise textual CAPTCHA images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published