How to make voice assistant of my own using python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make voice assistant of my own using python ?

8th Nov 2018, 2:12 PM
Muthukkunalan.M
Muthukkunalan.M - avatar
8 Answers
+ 1
There are many issues you have to think about: -you will need to execute python on a mobile (right? Do you want to build it for pc?) so you will need something like Kivy. -I think the best way to recognize human voice is using Google Speech API (I've never used it). Here is the first link I found https://www.google.com/intl/en/chrome/demos/speech.html -I suggest you to look at this https://pythonspot.com/personal-assistant-jarvis-in-python/ But if you only want to do this for fun, IFTTT has some amazung function that make things happen when you use google assistant (or amazon alexa)
16th Nov 2018, 10:13 AM
Daniele Bonomi
Daniele Bonomi - avatar
0
First , thanks for responding my question..... -i have no idea about coding.....
16th Nov 2018, 11:58 AM
Muthukkunalan.M
Muthukkunalan.M - avatar
0
But I want to learn
16th Nov 2018, 11:58 AM
Muthukkunalan.M
Muthukkunalan.M - avatar
0
I like to build voice assistant for both pc and Android supporting thing
16th Nov 2018, 11:59 AM
Muthukkunalan.M
Muthukkunalan.M - avatar
0
But I like to build for Android first
16th Nov 2018, 12:03 PM
Muthukkunalan.M
Muthukkunalan.M - avatar
0
bueno
17th Nov 2018, 2:10 AM
enrique
0
Sorry I don't know Spanish ! 😅
17th Nov 2018, 3:58 AM
Muthukkunalan.M
Muthukkunalan.M - avatar
0
Use google translate 😆
24th Nov 2021, 7:57 AM
Chris
Chris - avatar