This repository is meant to provide Handwriting Recognition resources and examples. It also contains on-boarding instructions for new members joining the team. There are also a number of Colab notebooks designed to introduce you to Handwriting Recognition concepts and TensorFlow.
Documentation:
Colab Notebooks
- Hello World (TensorFlow)
- This notebook is designed to help you test out your skills with TensorFlow. The MNIST dataset is provided for you. Your job is to load the data, build the model, and write the training loop. A solution is also provided on the solution branch for your reference in case you get stuck.
- Baseline Detection & Segmentation (TensorFlow)
- Handwriting Recognition (Pytorch)
- Handwriting Recognition (TensorFlow)
- Named Entity Recognition (TensorFlow)
- Model Understanding (TensorFlow)
- Handwriting Augmentations (TensorFlow)