+ 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?
10 Answers
+ 9
keep me posted...this is interesting...hopefully more people come so we can get more info!
+ 5
@ariela I liked #4...the stock price prediction graph...ill make that later when I learn python
+ 4
Iâd suggest using python and machine learning. Itâd be pretty hard if you want the responses to make sense.
+ 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¶ms=OAFIAVgB&v=T5pRlIbr6gg&mode=NORMAL
+ 2
Machine learning?
+ 2
And can I program the responses? Like for example: If you say "Hi", could I program it to reply "How are you?"?
+ 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.
+ 1
@blue Yeah, sure! đ I hope so too đ
0
@Ariela Oh thanks!! And how could I do it?
0
@Ariela Thank you so much!! I'll check it đđ