Skip to content

Basic Speech Recognition Decoder implemented in Python.

License

Notifications You must be signed in to change notification settings

JJorgeDSIC/PyDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDecoder

Basic Speech Recognition Decoder implemented in Python.

Requirements

  • Python 3.7
  • Numpy

Not tested in versions <3.7, but it should work as well.

Structure

Run the code

To recognise the provided sample, run:

cd code
python -m decoder.Decoder

The output will be generated in the deco.info.log file.

TO DO

  • Include rescoring LM.
  • Generate Wordgraphs.
  • Advanced pruning.

About

Basic Speech Recognition Decoder implemented in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages