Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 855 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 855 Bytes

Voice_Controlled_Stopwatch 🕐

Description:

A simple desktop application that allows users to control a stopwatch using voice commands, leveraging the Whisper model from Hugging Face for speech recognition.

Features:

  • 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 Description

Installation:

  1. Clone the repository:
    git clone <repo-url>
    cd voice_controlled_stopwatch
  2. Install dependencies:
     pip install -r requirements.txt
  3. Run the application:
     python main.py
    

License

This project is licensed under the MIT License