Update README.md

This commit is contained in:
SevaSk 2023-05-13 20:36:54 -04:00 committed by GitHub
parent 88dc772617
commit ede6a30b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# 🎧 Ecoute
Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3 for the user to say based on the live transcription of the conversation.
Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.
## 📖 Description
@ -15,6 +15,7 @@ Follow these steps to set up and run ecoute on your local machine.
- Python 3.x
- An OpenAI API key
- Only works on windows currently
### 🔧 Installation