SevaSk / 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.5 for the user to say based on the live transcription of the conversation.
https://github.com/SevaSk/ecoute
MIT License
5.85k stars 817 forks source link

Added option to use speech to text API rather than transcribing locally #30

Closed SevaSk closed 1 year ago

SevaSk commented 1 year ago

Code changes: -added the --api flag -transcriber now takes in the model it used to transcribe. This has been extended from just the local model to also include the whisper API model