2023-05-13 15:50:59 -04:00
2023-05-12 12:00:03 -04:00
2023-05-13 10:36:00 -04:00
2023-05-13 11:42:02 -04:00
2023-05-13 11:41:10 -04:00
2023-05-13 10:46:05 -04:00
2023-05-07 22:10:48 -04:00
2023-05-13 15:50:59 -04:00
2023-05-12 21:08:31 -04:00
2023-05-07 22:10:48 -04:00

ecoute

install instructions:

git clone https://github.com/SevaSk/ecoute

in ecoute folder:

pip install -r requirments.txt

create keys.py file and fill it with the line OPENAI_API_KEY = "API KEY" where "API KEY" will be a string containing your open AI api key

python main.py

Description
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.
Readme MIT
Languages
Python 100%