Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 331 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 331 Bytes

Digit Recognition

Requirements

tensorflow: 2.0+

numpy

pillow, Image, for Image processing.

Train model

Base CNN

Put mnist.npz in ~/.keras/datasets.

python src/train_base_cnn.py

Test model

Base CNN

python src/test_base_rnn.py image_path

Notes

Currently, 8 cannot be easily recognized.