Skip to content

robinvriens/openai-whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

Releases

No releases published

Packages

No packages published