Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 407 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 407 Bytes

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