sitepoint-editors / transcriber-fe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transcriber FE

This React app(initialised with Create React App) accepts audio input and time range to transcribe audio to text.

The audio is sent to the BE for further processing and transcription using OpenAI Whisper

BE Code on Github

To start the application in development mode, run npm start To build the application, run npm run build

About


Languages

Language:JavaScript 82.3%Language:HTML 14.6%Language:CSS 3.1%