The goal of this project is to bring me to try and experiment with the seq2seq neural network architecture with attention mechanism and latest dynamic decode API of tensorflow. This is done by solving a toy example about optical character recognition. For simplicity purposes, vocabulary only include digits. But you can hack more bigger vocabulary by modify the code with little effort.
Fixed a bug
opencv
python3.6