Project Structure:
- src: voice assistant source code
For the application to work correctly, you need to install several additional Python modules through the terminal/command line.
To install, run the command - pip install SpeechRecognition
To install, run the command - pip install PyAudio
- For Linux (Ubuntu) owners, pre-execute -
sudo apt-get install python3-audio
- For macOS owners, pre-execute (you'll need the Homebrew tool) -
brew install portaudio
To install, run the command - pip install gTTS
To install, run the command - pip install PlaySound
- For macOS owners, pre-run -
pip install PyObjC