sitepoint-editors / transcriber-be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transcriber BE

This NodeJS App accepts audio input, trims the input with ffmpeg and transcribes using OpenAI Whisper

To start the application in development mode:

  • Copy .env.example to .env and add the OPEN_AI_API_KEY. Obtain your API Key key from Open AI Website
  • Run npm run dev

To run the application in production, run npm start

FE Code on Github

About


Languages

Language:JavaScript 100.0%