Re: how to recognize the voice using speech recognition in django

2019-02-25 Thread Veer Manhas
You could look into AWS https://aws.amazon.com/transcribe/ Plug the APIs and AWS does all the work for you. On 24-Feb-2019 at 09:34, > wrote: Hi all, Currently, I am doing my research work on speech recognition using Django. I have only one month to submit my research work. Recognize the word i

Re: how to recognize the voice using speech recognition in django

2019-02-25 Thread senthu nithy
Thank you Tin Le for your interesting. Thank you Jason for your valuable advice. K.Senthuja Undergraduate Student (UOJ), https://www.linkedin.com/in/senthuja/ https://medium.com/@senthujakarunanithy On Sun, Feb 24, 2019 at 7:41 PM Jason wrote: > I'm really unsure django is the right thing for

Re: how to recognize the voice using speech recognition in django

2019-02-24 Thread Jason
I'm really unsure django is the right thing for this, because it is a WEB framework. Meaning its for the construction and development of high quality web applications. You could definitely do a speech recognition addin to django, but if you don't need the browser interface or server deployme

RE: how to recognize the voice using speech recognition in django

2019-02-24 Thread Tin Le
com/fwlink/?LinkId=550986> for Windows 10 From: django-users@googlegroups.com on behalf of senthu nithy Sent: Saturday, February 23, 2019 10:04:19 PM To: django-users@googlegroups.com Subject: how to recognize the voice using speech recognition in django

how to recognize the voice using speech recognition in django

2019-02-23 Thread senthu nithy
Hi all, Currently, I am doing my research work on speech recognition using Django. I have only one month to submit my research work. Recognize the word is a part of my research work. I don't know how to write the code part in Django. import speech_recognition as sr # get audio from the microphon