How can I make a program kinda Siri? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I make a program kinda Siri?

I'd like to make a program that replies you when you say something to it, but I'm a bit lost and I don't know how to do it. Which languages should I use? Would it be difficult?

25th Mar 2018, 9:22 PM
Ángela
Ángela - avatar
10 Answers
+ 9
keep me posted...this is interesting...hopefully more people come so we can get more info!
26th Mar 2018, 6:51 AM
blue
blue - avatar
+ 5
@ariela I liked #4...the stock price prediction graph...ill make that later when I learn python
26th Mar 2018, 10:38 PM
blue
blue - avatar
+ 4
I’d suggest using python and machine learning. It’d be pretty hard if you want the responses to make sense.
25th Mar 2018, 9:42 PM
Ariela
Ariela - avatar
+ 3
Here’s a video series in python that might be a good foundation (the channel in general is amazing for machine learning) But in the first vid, they show code for converting an audio clip to written words. I suggest taking the code, but instead of using a pre-made clip, look on google for python libraries that let you access the microphone and record sound. https://m.youtube.com/watch?list=PL2-dafEMk2A6QKz1mrk1uIGfHkC1zZ6UU&params=OAFIAVgB&v=T5pRlIbr6gg&mode=NORMAL
26th Mar 2018, 10:20 PM
Ariela
Ariela - avatar
+ 2
Machine learning?
25th Mar 2018, 9:55 PM
Ángela
Ángela - avatar
+ 2
And can I program the responses? Like for example: If you say "Hi", could I program it to reply "How are you?"?
25th Mar 2018, 9:57 PM
Ángela
Ángela - avatar
+ 2
Machine learning is when you take a set of data and the computer will learn from it to predict results. And you could. You will need libraries to process the speech input.
25th Mar 2018, 10:20 PM
Ariela
Ariela - avatar
+ 1
@blue Yeah, sure! 😉 I hope so too 😄
26th Mar 2018, 1:08 PM
Ángela
Ángela - avatar
0
@Ariela Oh thanks!! And how could I do it?
26th Mar 2018, 1:07 PM
Ángela
Ángela - avatar
0
@Ariela Thank you so much!! I'll check it 😉😊
27th Mar 2018, 5:54 AM
Ángela
Ángela - avatar