Skip to content

iATROS (improved ATROS) is a speech and handwritten text recogniser whose core is a Viterbi-like search on a Hidden Markov Model network.

License

Notifications You must be signed in to change notification settings

PRHLT/iatros-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iATROS (improved ATROS) is an implementation of a previous speech recogniser (ATROS) that can be used in both speech and handwritten text recognition. iATROS provides a modular structure that can be used to build different systems whose core is a Viterbi-like search on a Hidden Markov Model network. iATROS provides standard tools for off-line recognition and on-line speech recognition (based on ALSA modules).

iATROS is composed of two preprocessing and feature extraction modules (for speech signal and handwriting images) and a core recognition module. The preprocessing and feature extraction modules provide feature vectors to the recognition module, that using HMM models and language models performs the search for the best recognition hypothesis. All the modules are implemented in C.

How to build iATROS:

$ mkdir build
$ cd build
$ ../configure --build-type release
$ make
$ make install

About

iATROS (improved ATROS) is a speech and handwritten text recogniser whose core is a Viterbi-like search on a Hidden Markov Model network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published