How can I do speech recognition for individuals in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I do speech recognition for individuals in python?

I am looking at writing a custom speech recognition software in python 3 and tensorflow.... How do I even start... Thanks in advance

4th Nov 2017, 9:36 PM
Phelix Ochieng'
Phelix Ochieng' - avatar
3 Answers
+ 7
It is a bit complex issue. You have to have some gigabytes of labeled data and pass it through your neural network you build in tensorflow. That looks like an arduous task.. ...or - look this link up ;) https://pypi.python.org/pypi/SpeechRecognition/
4th Nov 2017, 9:44 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
If you really want to understand speech recognition from the ground up, look for a good signal processing package for python and then read up on speech recognition independently of the software.
5th Nov 2017, 3:56 AM
Talluri Saisumanth
Talluri Saisumanth - avatar
- 1
Well,maybe you should listen to real speech’s and do that only in a similar way.
4th Nov 2017, 9:39 PM
WHY ILL CRUSH YOU!!!!!!