Desk Buddy is a simple Python voice assistant that listens to your voice commands, responds using Google Gemini AI, and can open websites. It uses sounddevice for recording audio and pyttsx3 for text-to-speech.
- Audio capture using
sounddevice - Voice command processing with Google Gemini API (
google-generativeai) - Text-to-speech responses using
pyttsx3 - Opens popular websites based on recognized commands
- Simple GUI interface built with
tkinter
- Python 3.13
- See
requirements.txtfor dependencies
- Clone the repository:
git clone https://github.com/yourusername/desk-buddy.git
cd desk-buddy