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 git
Clone this repository
git clone https://github.com/ShahabAthar25/Voice-Recognition-Python.git
Install python3
sudo apt install python3
Install pip3
sudo apt install python3-pip
Install the requirements
sudo pip3 install -r requirements.txt
if the command above gives an error on installing view this page
Run the program
python3 speech_assistant.py
This 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