A Machine Learning Handwriting Digitizer
MLHD is built off of a CNN model utilizing convolutional & pooling layers and trained on E-MNIST data. The model itself is set up mostly in Python; Tensorflow 2 handles the ML backend w/ tight Keras integration, and JS & React handle user interaction.