The main purpose of this project is to test KNN using a captcha database.
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 tkif you are using arch/manjaro - use
apt-get install python-tkif 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:



