Monday, February 25, 2019

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

Thank you Tin Le for your interesting.  Thank you Jason for your valuable advice.

On Sun, Feb 24, 2019 at 7:41 PM Jason <jjohns98684@gmail.com> wrote:
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 deployment, I'd suggest you look at writing a python command line program instead  .In order to get this working with django, you would need to have a browser side interface to capture the audio and send it to django via ajax, and then have the server process the audio and return a response in which the browser renders.  That requires you to use two languages at minimum, and from what it sounds like, you are not familiar with django at all.  That's a substantial learning curve to tackle in a month, let aside designing, implementing and packaging a research project.

If I were you, I'd just make a command line program with python and have it execute directly on the machine being used.  No need for Django or web frameworks for this, and the smaller scope means you'll probably make the deadline without a great deal of additional stress.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/eb658ada-c678-4a7b-bebb-1c7b3b24579f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALEaTU6NHQsB%2Bz_Vp-RLUbna9NV_Yveq%2B%3DjB9QXJ8%2Bmz4ukH%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment