useWhisper hook with Real-Time transcription for React.js #1042
chengsokdara
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Is there a way to use whisper ai for free? I mean whisper ai free but using it with openAI api costs money. I know it's becuz of gpu calculation from cloud. I think we can use google colab instead of openAI. But i'm kind of worried about delay time between the mic and the output transcription. Is there a way to use whisper ai free in react projects? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Are you using your mic for speaking or using some predefined audio? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I just published a React library for anyone who want to implement Speech-to-Text using OpenAI Whisper in their React.js web app.
Try it:
yarn add @chengsokdara/use-whisper
npm i @chengsokdara/use-whisper
Repo:
https://github.com/chengsokdara/use-whisper
Demo: (Whisper seems to can not understand my accent 😅)
use-whisper-real-time-transcription.mp4
Guide:
Medium - Transform Your Speech into Text with the Power of OpenAI and useWhisper
Beta Was this translation helpful? Give feedback.
All reactions