How to build a software which can recognise your speech? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How to build a software which can recognise your speech?

How can I build a software which recognises all the Indian languages and would change itā€™s own language as the language of user changes and is compatible with all sort of accents? I don't want to use any already availabe API because some are costly and some do not support our accent. Can I use c++ for this task.

10th Jun 2019, 5:27 PM
Kamakshi Trivedi
3 Respostas
+ 3
Cpp Idk But python it's very easy to implementšŸ˜Š Disclaimer: I AM NOT PYTHON FAN.šŸ˜†
10th Jun 2019, 7:32 PM
Rohit
0
... if you dont want to use a api u gonna need to have like a few 100 TB is data...
10th Jun 2019, 5:42 PM
Cat Sauce
Cat Sauce - avatar
0
What if I want to make changes in the existing package like speech_ recognition in python? Actually speech_recognition package is not responding correctly to Indian accent, which halts the implementation. So is there any way in which I can make it compatible with the desired accent?
11th Jun 2019, 4:16 AM
Kamakshi Trivedi