robinvriens / openai-whisper

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

Home Page:https://www.youtube.com/watch?v=Zcd5Szb99wo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://www.youtube.com/watch?v=Zcd5Szb99wo


Languages

Language:JavaScript 100.0%