Skip to content

yogeshwaran08/Digit-Recognition-Using-CNN-With-Python-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Sample Outputs output1

output2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published