Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1023 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 1023 Bytes

Transcribe Audio to Text with node.js using the Whisper model from OpenAI.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

Clone this repository:

git clone https://github.com/robinvriens/openai-whisper.git
# or
git clone git@github.com:robinvriens/openai-whisper.git

Make sure you add your API key in the .env file and have a audio file ready to be transcribed, you can start the app by running:

node index.js

My links

robinvriens.com  ·  YouTube Robin Vriens  ·  GitHub @robinvriens  ·  Instagram @robinvriens