This project recognises digits using convolutional neural network. It is trained on the MNIST dataset. I am working on making the recognition custom. This will be updated soon
To run this project, open up your bash terminal and write
chmod -R 777 setup.sh
./setup.sh
This will set up the project enviornment for you. This must be run with administrator rights. After you set up the project, run:
sudo python3 run_me.py
*** virtual enviornment will be setup through setup.sh ***
source venv/bin/activate
pip install -r requirements.txt
python run_me.py
This project is strictly for educational purposes only.