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

Feature Request: Contextual Information #32

Open rogerswitch opened 1 year ago

rogerswitch commented 1 year ago

First off, props to you for building this killer live transcription tool. I see this saving my ass on the daily. Damn, that's some next-level stuff. I've got a feature request that could crank this thing up to 11. The suggested responses are cool, but they're missing a bit of that personal touch. They need a bit more...context, you know? Here's the pitch: Let users feed the beast some intel about themselves before a meeting. Role, experience, meeting context, favorite programming language, whatever. Like, if I'm a seasoned dev with a decade of experience in the trenches, about to dive into a code review, the tool could use that info to spit out responses that are more my style. You could make this happen with a quick form before a meeting, or even better maybe a profile that users can tweak whenever they want. Then, the tool uses this info to adjust the vibe, the lingo, the whole damn conversation. This isn't just about making the tool more useful, it's about making it more badass. It's about giving it that personal edge that makes it feel like it's really got your back, especially in those high-stakes professional convos where context is king.

Can't wait to see where you take Ecoute next.

vivekuppal commented 1 year ago

@rogerswitch I have implemented a simple implementation for this request in my fork https://github.com/vivekuppal/transcribe. It would be great if you can try it out and we can continue the conversation forward in an issue in that repo.