This is a dataset of 60,000 28x28 grayscale images of the 10 digits, along with a test set of 10,000 images. More info can be found at the MNIST homepage.
- Anaconda or Miniconda
- Python
- Numpy for linear algebra
- Matplotlib for Visualization
- Keras for Datasets
git clone git@github.com:tiesen243/digit-recognition.git
cd digit-recognition
conda env create -f environment.yml
conda activate digit-recognition
open the jupyter notebook and run the cells
jupyter notebook
This project is licensed under the MIT License - see the LICENSE file for details.