Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 446 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 446 Bytes

Letter Recognition

A convolutional neural network implemented with Keras and TensorFlow. It uses a MNIST-like dataset with 26 uppercase alphanumeric symbols. The model is trained using data generated with data-generator.py, once trained the weights are saved and converted to a format supported by TensorFlow.js.

Live web app is here.