Digit Recognition using CNN with Python Tensorflow
This is a beginner friendly model done using Convolutional neural network(CNN) using Python Tensorflow mode. To run this module open terminal and type
$ git clone https://github.com/yogeshwaran08/Digit-Recognition-Using-CNN-With-Python-Tensorflow.git
$ cd Digit-Recognition-Using-CNN-With-Python-Tensorflow
$ python -m pip install -r requirements.txt
$ python -m jupyter notebook main.ipynb
If haven't installed the jupyter notebook before install it with following command and open the notebook file
$ python -m pip install notebook
$ python -m jupyter notebook main.ipynb