Skip to content

A simple Digit Recognizer using the inbuilt dataset in TensorFlow.

License

Notifications You must be signed in to change notification settings

Rohith04MVK/Digit-Recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digit-Recognizer

Simple digit recognizer made using the MNIST dataset in TensorFlow.

made-with-pythonmade-with-tensorflowmade-with-keras

Install dependencies

pip install -r requirements.txt 

Virtual Environment

conda create -n digit_recognizer python=3.8.5
conda activate digit_recognizer
python draw.py 

If conda is not recoganized as a command check if it is added to path

Draw Feature

If you have cloned this repository run the draw.py to test model

If m.model is missing it will not work

About

A simple Digit Recognizer using the inbuilt dataset in TensorFlow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages