I'm new to TensorFlow and I am looking for help on a speech to text recognition project. Is there an example that showcases how to use TensorFlow for speech to text? I hear that it was used within Google to improve accuracy by 25%
Asked
Active
Viewed 1.3k times
1 Answers
6
Although there is no speech to text demo in tensorflow. There are demos involving sequence-to-sequence modelling which can be easily used in the context of speech to text.

Anurag Ranjan
- 2,001
- 2
- 13
- 6
-
1Yep, take a look at wavenet: https://github.com/itzikgili/speech-to-text-wavenet – Itzik Gili Jan 08 '17 at 20:25