mirror of
https://github.com/SevaSk/ecoute.git
synced 2024-12-20 21:23:09 +00:00
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.
custom_speech_recognition | ||
.gitignore | ||
AudioRecorder.py | ||
AudioTranscriber.py | ||
GPTResponder.py | ||
main.py | ||
prompts.py | ||
README.md | ||
requirements.txt | ||
tiny.en.pt |
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 = "Your API KEY"
python main.py