T A simple Python-based voice assistant that uses Google Speech Recognition to understand voice commands and responds with speech via pyttsx3. Supports basic commands like greetings, telling the time, and exiting, and can be easily extended with custom commands.
A simple Python-based voice assistant that listens to your voice commands, processes them, and responds with speech.
pyttsx3
).git clone https://github.com/sujit-codezen/voice_assistance.git cd voice-command-assistant
python -m venv venv source venv/bin/activate # Linux/macOS venv\Scripts\activate # Windows
pip install -r requirements.txt