suriya-1403 / Digits-Recognition

Recognition of digits using Convolution Neural Networks and openCV Concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Recognition of digits using Convolution Neural Networks and openCV Concept

License:The Unlicense


Languages

Language:Python 100.0%