VoiceToDo is a simple voice-controlled to-do list application written in Python. It uses OpenAI Whisper for speech recognition and ElevenLabs for text-to-speech feedback.
- Add tasks using voice commands
- Delete tasks by voice
- Listen to voice feedback for confirmation
- View current to-do list in terminal
- Python 3.8+
- Whisper (OpenAI)
- ElevenLabs API
sounddevice,scipy,whisper,elevenlabs