useWhisper a React Hook for OpenAI Whisper API

#73
by chengsokdara - opened

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

Source code:
https://github.com/chengsokdara/use-whisper

Guide:
Medium - Transform Your Speech into Text with the Power of OpenAI and useWhisper

Super cool @chengsokdara ! You should also make a post in the HF forum in the show and tell section: https://discuss.huggingface.co/c/show-and-tell/65 And also on the OpenAI repo: https://github.com/openai/whisper/discussions

I bet people will be keen to see this!

@chengsokdara I used the library its great but the API key is available from the client side and anyone can see it in the network tab.
How can I solve this?

Sign up or log in to comment