👋 This is a voice assistant, similar to Siri, Google Assistant, and Amazon Alexa, but with many differences and limitations
You will need to install Python 3.8 or newer with pip to run VoiceAssistant. Download and install the correct build and version of Python for your operating system here.
PyAudio
PYQt5
psutil
pyttsx3
speechrecognition
requests
macOS Users: If you prefer, you can install Python via Homebrew rather than from source.
windows Users: Currently using pip to install PyAudio does not work, you need to use PyAudio wheel to install or have the required Microsoft C++ Build Tools.
- Clone the repository
git clone https://github.com/anirbanmajumder0/Voice_Assistant
- Change the working directory
cd Voice_Assistant/src
- Install dependencies
pip install -r requirements.txt
- Run the app
python main.py
That's All !!!
macOS Users & linux Users: Voice_Assistant is only test on windows, so There might be some issues ...
Any kind of positive contribution is welcome! Please help to grow by contributing to the project.
If you wish to contribute, you can work on any feature or bugs. After adding your code, please send a Pull Request.
Please read
CONTRIBUTING
for details onCODE OF CONDUCT
, and the process for submitting pull requests .
Voice_Assistant is licensed under the MIT License. For more information, see the LICENSE
file for details.
Voice_Assistant is free and open-source software. You can find the code on GitHub.
To report any bugs, raise an issue on Github .
To request Features for VoiceAssistant are welcome! raise an feature request issue on Github or contact me by email at [email protected] .