A virtual desktop assistant written in Python to help and perform the general day to day task.
-
Open your Terminal/cmd
-
git clone this project to your preferred directory.
-
cd virtual-assistant
-
python virtual_assistant.py
or Execute:
ExecuteVirtualAssistant.cmd
- pyttsx3 (https://pyttsx3.readthedocs.io/)
- SpeechRecognition (https://github.com/Uberi/speech_recognition)
- PyAudio (http://people.csail.mit.edu/hubert/pyaudio/)
Set up a virtual environment and install the dependencies:
pip install -r requirements.txt
This project is licensed under the terms of the GLP-3.0 license