|
|
|
|
|
by MikeTLive
3749 days ago
|
|
go to cache, copy cache $ mkdir jarvis; cd jarvis
$ vi jarvis.py
paste, then cleanup and read closely for badness $ chmod +x jarvis.py
$ brew doctor
$ brew update
$ brew install python3
$ pip install --upgrade pip
$ pip3 install --upgrade pip setuptools
$ pip3 install --upgrade gTTS
$ pip install --upgrade gTTS
$ brew install portaudio
$ pip3 install pyaudio
$ pip install SpeechRecognition
$ brew install flac
$ brew install mpg321
$ ./jarvis.py
Hi Mike, what can I do for you?
Say something!
You said: how are you
I am fine
Say something!
^
|
|