A real-time speech assistance program made with python with the help of google-text-to-speech api, pyaudio and speech_recognition, neuralintents and pyttsx3
Install git
sudo apt install gitClone this repository
git clone https://github.com/ShahabAthar25/Voice-Recognition-Python.gitInstall python3
sudo apt install python3Install pip3
sudo apt install python3-pipInstall the requirements
sudo pip3 install -r requirements.txtif the command above gives an error on installing view this page
Run the program
python3 speech_assistant.pyThis Program captures voice and interacts with you. This can can be used to make chat bots or assistance like google assistance in phones
- Make sure the microphone is connected
- Make sure requirment.txt is installed
- SpeechRecognition Documentation