Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 410 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 410 Bytes

Digits-Recognition

Recognition of digits using Convolution Neural Networks and openCV Concept

Notes

First Run this requirements.txt to install all the required modules

For Python2.0 +:

pip install -r requirements.txt

For Python3.0 +:

pip3 install -r requirements.txt

To Check the Output:

For Python2.0 +:

python CNN_Test.py

For Python3.0 +:

python3 CNN_Test.py