Skip to content

prasoonkandel/Desk-Buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desk Buddy Voice Assistant

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.

Features

  • 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

Requirements

  • Python 3.13
  • See requirements.txt for dependencies

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/desk-buddy.git
cd desk-buddy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages