Skip to content

Simple Handwriting Recognition (HWR) with scikit-image and scikit-learn.

License

Notifications You must be signed in to change notification settings

dmlls/hwr-explained

Repository files navigation

HWR Explained

Lanuch Binder
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!

About

Simple Handwriting Recognition (HWR) with scikit-image and scikit-learn.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published