Tasuke is a customizable personal computer assistant that utilizes AI voice command recognition to help automate tasks and provide a more interactive computing experience. This project uses Google Text-to-Speech (gTTS), Pygame for audio playback, and the SpeechRecognition library for capturing and transcribing voice commands.
- Voice Command Recognition — Uses Google's speech recognition API to transcribe voice commands.
- Text-to-Speech — Provides auditory feedback using gTTS and Pygame.
- Command Execution — Executes predefined commands based on recognized phrases.
- Customizable Commands — Easily add or modify commands through a configuration file.

