Whisper App #464
Replies: 7 comments
-
|
Beta Was this translation helpful? Give feedback.
-
They might be using different ASR models to process on their cloud server, and they may have just enabled the whisper API on cloud. |
Beta Was this translation helpful? Give feedback.
-
@nyadla-sys yes, I was using wenet models previously, so I swapped them out for whipser |
Beta Was this translation helpful? Give feedback.
-
@Hannes1 You appear to be good in notebook writing; could you please look at the ones below and let me know? I was able to convert from Hugging face whisper onnx to tflite(int8) model,however am not sure how to run the inference on this model |
Beta Was this translation helpful? Give feedback.
-
Interesting, I made a very simple wrapper for myself called Whisper Memos. How do you divide text into paragraphs? I'm using GPT-3 to do it, and it works pretty great - divides into paragraphs based on what I was talking about. However, it's pretty pricey to run GPT-3 on long notes. |
Beta Was this translation helpful? Give feedback.
-
Please feel free to download the openai/whisper-tiny tflite-based Android APP from Google App Store. |
Beta Was this translation helpful? Give feedback.
-
Another solution I've used on iPhone as well as Mac and Windows is Pressumanly without a real GPU or other PyTorch based acceleration these significant performance increases extends to all modern Arm-based mobile devices. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using whipser as a backend for Writtan
Can check the download link for ios and android on the website
Beta Was this translation helpful? Give feedback.
All reactions