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: Let user choose local whisper model to use #34

Open pulimento opened 1 year ago

pulimento commented 1 year ago

There are several whisper models available to use locally, perhaps the local env has a beefier GPU that can run a bigger model A switch pointing to a model will probably do Thanks for the awesome work!

vivekuppal commented 1 year ago

This request is implemented in the fork https://github.com/vivekuppal/transcribe

It allows the use of tiny, base, small models as long as the models have been downloaded to the appropriate location.