ecoute icon indicating copy to clipboard operation
ecoute copied to clipboard

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...

Results 130 ecoute issues
Sort by recently updated
recently updated
newest added

I would like to have the option to use my GPU for whisper, thank you. I have whisper on my PC and it uses my GPU perfectly with no issues,...

The reason this code does not run on macOS is because it relies on the PyAudioWPatch library for recording sound from speakers. This library specifically utilizes the Windows Audio Session...

enhancement

Hi, While using the app the input and output loads very slow. its nothing like the demo video. I have tried reducing the update time to 1 second still its...

I got everything up and running but am running into this error. I've uninstalled and reinstalled openai and updated python but that didn't seem to help. I don't believe I'm...

Currently, we are using the English Whisper model for transcribing and we are responding in English as well. One possible improvement would be to add a dropdown menu for selecting...

enhancement
good first issue

The responses produced could be improved to yield more useful information than they currently do. Some suggestions include having the system respond in bullet points or having a way to...

enhancement

The second commit was for formatting.

1. fresh clone of repo (on mac) 2. pip3 install -r requirements.txt ``` ➜ git cd ecoute ➜ ecoute git:(main) pip3 install -r requirements.txt Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu117 Requirement...

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...

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...