Skip to content

adeleke5140/audio-transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audio-transcriber

A command line tool that records your voice and transcribes the audio with OpenAI whisper model.

How to use

  1. Clone the repo and install the packages
 git clone repo
 npm i
  1. Get your OpenAI API key and add it to a .env file

  2. The relevant env variable is OPENAI_API_KEY

  3. Run

  node src/app.js

and you are all good to go 🚀

About

Transcribe audio with OpenAI whisper model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published