Voice Command Interface for Dashboard Control
This project enables voice-controlled interaction with a data dashboard (e.g., Power BI or any web dashboard) using speech-to-text recognition.
π§ Features
ποΈ Converts voice input to text using Python's speech_recognition library
π§ Supports basic voice commands to trigger dashboard actions
π Integrates with Power BI (or web backend) via HTTP requests or automation tools
π‘ Designed for hands-free data interaction, improving accessibility
π οΈ Technologies Used
Python
SpeechRecognition
Flask (optional, for backend integration)
Power Automate / Power BI (optional)
Git & GitHub
π Use Cases
Voice-controlled filtering of data
Voice-driven navigation through visual reports
Enhancing accessibility for visually impaired users
Automating repetitive dashboard tasks via voice
π¦ How to Run
pip install -r requirements.txt python voice_command.py
π Future Improvements
Add wake-word detection
Support for multiple command languages
Integration with more BI tools (Tableau, Grafana)