DigitRecognizer Neural network to recognize digits from pictures DigitRecognizer is a small trained neural network to distinguish digits from pictures. Both by hand and printed. Installation python -m venv .venv source venv/bin/activate pip install -r requirements.txt Start .ipynb 🎉