11

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%

Chesser
  • 121
  • 1
  • 1
  • 4

1 Answers1

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