pip install -r requirements.txt
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
If you have cloned this repository run the draw.py to test model
If m.model is missing it will not work