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.
Go to file
2023-05-09 13:52:37 -04:00
.gitignore first commit 2023-05-07 22:10:48 -04:00
AudioRecorder.py only add to audio queue if we have data 2023-05-09 13:52:37 -04:00
AudioTranscriber.py delete unused prints and imports 2023-05-09 10:29:19 -04:00
GPTResponder.py delete unused prints and imports 2023-05-09 10:29:19 -04:00
main.py refactor 2023-05-09 00:10:55 -04:00
Microphone.py first commit 2023-05-07 22:10:48 -04:00
prompts.py first commit 2023-05-07 22:10:48 -04:00
requirements.txt first commit 2023-05-07 22:10:48 -04:00
tiny.en.pt first commit 2023-05-07 22:10:48 -04:00