Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 315 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 315 Bytes

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 🎉