Tommy is a personal AI voice assistant built with Python. It provides a hands-free way to interact with your computer using simple voice commands. This project is a work in progress, and new features are continuously being added to make it more powerful and intuitive.
- Wake Word Detection: Activates only when it hears the wake phrase "Hey buddy."
- Voice Commands: Executes a variety of commands, including opening web pages and playing music.
- Text-to-Speech (TTS): Provides verbal feedback and responses to confirm commands.
- Media Control: Plays specific songs from a predefined YouTube music library.
- Python: Core programming language.
- speech_recognition: Converts spoken commands into text.
- pyttsx3: Generates voice responses.
- webbrowser: Opens web pages andHow to UseHow tClone the repository:epository:** `bash git clone https: https://github.com/SanketDev01/Tommy-Voice-Assistant cd Tommy-Voice-Assistant