web-whisper icon indicating copy to clipboard operation
web-whisper copied to clipboard

accounts / authentication?

Open jbfink opened this issue 2 years ago • 1 comments

After wrestling with OpenAI's version and having it crash my machine trying to deal with samples over 10 seconds, I was so delighted to see whisper.cpp and this project. I work at a university, and we definitely have a use case for a web frontend for researchers. Are there any plans to flesh out the web interface to handle things like accounts or authentication?

jbfink avatar Feb 03 '23 14:02 jbfink

Hey! Thank you for the suggestion and your kind words!

It could be implemented, but I think it is out of the scope for now. WebWhisper aims to be a simple frontend.

If you want, you could have a simple Authelia setup in front of web-whisper. This would be much more secure and you could have better control and integrate with almost any OAuth provider (google, github, etc.)

pluja avatar Feb 03 '23 18:02 pluja