-
Notifications
You must be signed in to change notification settings - Fork 137
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
Whisper-base (voice-to-text) and opus-mt-it-en (text-translations) Bare Bones #37
Comments
@xenova Your example is perfect, but here is the issue. I can't use it. It is too confusing. Like the other bare bones models I made I will see what I can do. https://huggingface.co/spaces/Xenova/realtime-whisper-webgpu P.S. Huggingface should find a way to pay me for using my 35 years teaching coding experience to actually make these models useable. Here is what I have so far, kind of crummy, the timing of everything seems strange.
|
dude there's a perfect minimal example called |
@geronimi73 Present issue is how to stop the transcribing, not just the webAudio and how to record and transcribe at the same time. My example above is really chunky. Even determining the language seems confusing. |
HI Josh @xenova me again, I did really good work on the last two Bare Bones. Both HTML/Javscript single page files work great online and offline.
https://hpssjellis.github.io/my-examples-of-transformersJS/public/deepseek-r1-webgpu/deepseek-r1-webgpu-00.html
and
https://hpssjellis.github.io/my-examples-of-transformersJS/public/janus-pro/janus-pro-to-image-00.html
Now I want to make two more bare bones examples based on these models.
https://huggingface.co/onnx-community/whisper-base
and
https://huggingface.co/Xenova/opus-mt-it-en
Yes I will eventually put them both together, but need the bare bones first.
I have seen a full blown example, but it has so many files I don't know where to start. https://realtimeaihub-image-606557915178.us-central1.run.app/
Even the huggingface spaces examples are too based on react and too complex for me. Any suggestions? I will post what I figure out but a starting point would be really helpful.
Jer
The text was updated successfully, but these errors were encountered: