EdYuTo / Captcha-training-AI

The main purpose of this project is to test AI learning using a captcha database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Captcha-training-AI

The main purpose of this project is to test KNN using a captcha database.

Be aware that the training dataset has 250+ mb that will be downloaded when generating the model!

Before running install requirements with:

  • pip install -r requirements.txt

To run the windowed mode it may be necessary to install tkinter modules

  • use pacman -S tk if you are using arch/manjaro
  • use apt-get install python-tk if you are using ubuntu

Run knn.py to create model file, then run test.py

Alternatively just run window.py and follow the instructions

Some images:

image image image image

About

The main purpose of this project is to test AI learning using a captcha database.

License:MIT License


Languages

Language:Python 100.0%