Web Version
Jupyter Notebook Version
This notebook is mean to be an introduction to Handwriting Recognition (HWR), explaining step by step the pre-processing of the images, the segmenting of the letters, the training of a small classifier, and finally the prediction of some handwritten words as an example.
If you want to interactively run the Jupyter Notebook, don't forget to install the required Python modules by running:
pip install -r requirements.txt
In case you spot any typos or mistakes, feel free to open a new Issue and I'll take a look. Thanks!