Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Speech to text using TensorFlow [closed]

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%

like image 213
Chesser Avatar asked Nov 13 '15 21:11

Chesser


1 Answers

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.

like image 144
Anurag Ranjan Avatar answered Sep 22 '22 20:09

Anurag Ranjan