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
To start the application in development mode, run npm start
To build the application, run npm run build