Skip to content

Speech Recognition and Text-To-Speech implemented using Google Text-To-Speech Service.

Notifications You must be signed in to change notification settings

ishandeveloper/Speech_Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech Recognition

Speech Recognition and Text-To-Speech implemented using Google Text-To-Speech Service in Python.

Examples

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)

Installation

clone code

git clone https://github.com/ishandeveloper/Speech_Recognition
cd Speech_Recognition

pyaudio

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

Install requirements

pip install -r requirements.txt
Made with ♥ by ishandeveloper

forthebadge

Releases

No releases published

Packages

No packages published

Languages