Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 336 Bytes

CTC + Tensorflow Example

A toy example showing how to get CTC cost function working with Tensorflow for automatic speech recognition.

Requirements

  • Python 2.7+
  • Tensorflow 1.0+
  • python_speech_features
  • numpy
  • scipy

License

This project is licensed under the terms of the MIT license.

See README for more information.