Skip to content

GantZA/AttentionOCR.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AttentionOCR.jl

(WIP) Julia and Flux adaptation of the python package aocr.py https://github.com/emedvedev/attention-ocr using Seq2seq with Attention from https://github.com/merckxiaan/flux-seq2seq

The scope at the moment is only numeric digits 0-9

Current State

  • Package pre-compiles successfully
  • Flux model is able to train but slowly

Todo

  • Add predict function
  • Add unemmebeding function to take predictions from vectors to digits
  • Test that the model works on example data used successfully with aocr.py

About

(WIP) Julia and Flux adaptation of the python package aocr.py https://github.com/emedvedev/attention-ocr using Seq2seq with Attention from https://github.com/merckxiaan/flux-seq2seq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages