From 6c1f93dd4bc7eac0b11db2079d6d1240b0e5ff89 Mon Sep 17 00:00:00 2001 From: Nathan U Date: Fri, 12 Jan 2024 11:34:35 -0700 Subject: [PATCH] Update README.md Made it more descriptive --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82a80da..af54019 100644 --- a/README.md +++ b/README.md @@ -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.