Skip to content

Commit

Permalink
Remove redundant information and summarize the changes in a concise m…
Browse files Browse the repository at this point in the history
…anner
  • Loading branch information
Dalethium committed Feb 3, 2024
1 parent ca4c557 commit 5c144eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Speech-To-Text Program with Whisper API and PyAudio

## Overview
This is a Python program that utilizes multi-threading and various modules like `pyautogui`, `speech_recognition`, `winsound`, `openai`, and `clipboard` to capture and recognize speech through microphone, use OpenAI's Whisper ASR API to transcribe spoken words to text, and then replace the clipboard content with the text and paste it wherever needed.
This is a Python program that utilizes various modules like `pyautogui`, `speech_recognition`, `winsound`, `openai`, and `clipboard` to capture and recognize speech through microphone, use OpenAI's Whisper ASR API to transcribe spoken words to text, and then replace the clipboard content with the text and paste it wherever needed.

## Pre-requisites
Make sure you have installed the necessary python packages listed in the `requirements.txt` file. If not, you can install them using pip:
```bash
pip install -r requirements.txt
```
Optionally, you can use https://www.autohotkey.com/ and the provided autohotkey script.

## Special Instructions
The script uses the function key F22 as a hotkey to mute Discord, so you'll need to bind the Discord mute to F22.
Expand Down

0 comments on commit 5c144eb

Please sign in to comment.