Handwritten digits recognition solved with various algorithms for a understanding of artificial intelligence
cd sklearn
pip install -r requirements.txt
py main.py
cd custom
sh _prepare.sh # unzip dataset and move it to a `data`directory
g++ main.cpp --std=c++20 -lpthread -o knn # compile the c++ code
./knn 3 2 # execution