mnist-cnn CNN made with PyTorch to recognize handwritten digits on MNIST dataset. Clone the repository and run: pip install -r requirements.txt To train or use a trained model, run: python3 train.py Results can be found on "results.png".