Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Made it more descriptive
  • Loading branch information
NthnUlmr committed Jan 12, 2024
1 parent 2798224 commit 6c1f93d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# DiscordLiveTranscriptionBot
A discord bot which transcribes your audio in real time using a combination of API calls to other services.


### A simple Discord bot which transcribes your Discord conversations in real time.
# - - -
# How It Works
Using py-cord, the bot can gain access to the voice channel you invite it to to listen
to your conversation and then poll a speech-to-text API service to transcribe the conversation
in real time. The transcription is separated by user and printed to the output channel in Discord.

When you send the bot the shutdown command, it sends a request to ChatGPT to summarize the transcription
of the conversation. This is then posted to the discord channel.

0 comments on commit 6c1f93d

Please sign in to comment.