Speech Recognition and Text-To-Speech implemented using Google Text-To-Speech Service in Python.
Jarvis >> How Can I Help You ?
You >> I want to search something on Google
Jarvis >> What do you want to search for?
You >> Cats
Jarvis >> Here's what I found for Cats
Jarvis >> How Can I Help You ?
You >> I want to look for a place
Jarvis >> Which place are you looking for?
You >> Nearest Subway Restaurant
Jarvis >> Here's The Location Of Nearest Subway Restaurant (opens Google Maps)
git clone https://github.com/ishandeveloper/Speech_Recognition
cd Speech_Recognition
requirements portaudio from http://www.portaudio.com/
git clone https://git.assembla.com/portaudio.git
./configure --prefix=/path/to/your/local
make
make install
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/your/local/lib
export LIDRARY_PATH=$LIBRARY_PATH:/path/to/your/local/lib
export CPATH=$CPATH:/path/to/your/local/include
source ~/.bashrc
pip install -r requirements.txt