View on GitHub

CNN-BLSTM-CTC

A Tensorflow Implementation of CNN BLSTM CTC Architecture

A Hybrid Model for End to End Online Handwriting Recognition (CNN-BLSTM-CTC)


A Tensorflow implementation of a CNN-BLSTM-CTC architecture used for Online Handwriting Recognition. This work is accepted under the title “A Hybrid Model for End to End Online Handwriting Recognition” in the 14th IAPR International Conference on Document Analysis and Recognition, 2017.

Requirements

  1. Python 2.7
  2. Tensorflow 0.12
  3. H5Py

Usage Instruction

The implementaion is mostly inspired from the work of @igormq as given here.