A simple desktop application that allows users to control a stopwatch using voice commands, leveraging the Whisper model from Hugging Face for speech recognition.
- Start the stopwatch with the command "start".
- Stop the stopwatch with the command "stop".
- Reset the stopwatch with the command "reset".
- User-friendly GUI built with Tkinter
- Model Name: Whisper Small
- Source: Hugging Face Model Hub
- Clone the repository:
git clone <repo-url> cd voice_controlled_stopwatch
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
This project is licensed under the MIT License