Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live Browser Plugin Transcription #191

Open
leeusaf opened this issue Mar 22, 2024 · 4 comments
Open

Live Browser Plugin Transcription #191

leeusaf opened this issue Mar 22, 2024 · 4 comments

Comments

@leeusaf
Copy link

leeusaf commented Mar 22, 2024

Hello,

This is a fantastic tool, it works from the python client console just fine - though there are some hallucinations as noted in another issue. My overall goal here, was to use the browser plugin to listen to a tab that holds a meeting and transcribe notes form all the speakers (remote and local). I don't see a way to connect the plugin to my whisper-live server - though the documentation seems to imply this is possible.

Thanks.

@mario1in
Copy link

Try Audio-Transcription-Chrome?

@leeusaf
Copy link
Author

leeusaf commented Mar 29, 2024

Try Audio-Transcription-Chrome?

Thanks, yes that is what I was saying - although not too clearly. This plugin doesn't seem to have a method to connect it to a whisper-live server. In fact, the plugin does activate on a tab - but doesn't seem to function past that.

@makaveli10
Copy link
Collaborator

@leeusaf do you have a server running on your localhost?

@mario1in
Copy link

mario1in commented Apr 1, 2024

Try Audio-Transcription-Chrome?

Thanks, yes that is what I was saying - although not too clearly. This plugin doesn't seem to have a method to connect it to a whisper-live server. In fact, the plugin does activate on a tab - but doesn't seem to function past that.

You need to start your server locally. If the server not running locally, you need to manually modify the host address in popup.js.

   let host = "localhost";
    let port = "9090";
    const useCollaboraServer = useServerCheckbox.checked;
    if (useCollaboraServer){
      host = "transcription.kurg.org"
      port = "7090"
    }

It can run on my computer, but indeed, it's occasionally unavailable. I am still investigating the root cause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants