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

WebUI for new voices #63

Open
Helvio88 opened this issue Sep 17, 2024 · 6 comments
Open

WebUI for new voices #63

Helvio88 opened this issue Sep 17, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@Helvio88
Copy link

I've done some very basic work on a voice recording/playback/inference WebUI that could be an interesting addition to openedai-speech. I would like to know if you'd consider an interactive WebUI for this project or if such development would simply interface with openedai-speech to maintain its focus.

My goals are currently:

  1. Any audio format upload;
  2. In Browser recording;
  3. Inference for testing;
  4. Noise / Length detection and thresholds;
  5. ???
  6. Profit!

Since the In Browser recording part would require some npm libraries, a frontend section in this project would have to be created, therefore I completely understand if in your opinion this should be kept separate.

Anyway, I think we should debate and find the most suitable place for something like this!

@thiswillbeyourgithub
Copy link

Not the owner but : wouldn't be way simpler to use gradio for example? You could get a nice ui working in minutes, and a complex ui in hours

@matatonic
Copy link
Owner

I'm not normally a big fan of gradio, but I agree, I think it's far better suited for a simple UI than adding npm dependencies.

@thiswillbeyourgithub
Copy link

Also might be relevant. The faster whisper server repo has a gradui UI : https://github.com/fedirz/faster-whisper-server

@Helvio88
Copy link
Author

That changes my project's course a little bit, but I'm all in for a new challenge! I'll see what I can initially contribute with Gradio, and perhaps we can expand from there :)

@matatonic matatonic added the enhancement New feature or request label Sep 20, 2024
@Helvio88
Copy link
Author

Referencing PR #65 on this issue.

@matatonic
Copy link
Owner

Have not forgotten!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants