Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.56 KB

File metadata and controls

29 lines (21 loc) · 1.56 KB

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