mirror of
https://github.com/SevaSk/ecoute.git
synced 2025-01-31 08:25:21 +00: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%