This is the Flask version of the BentoBox Transcription application. It provides a web interface for transcribing audio and video files using OpenAI's Whisper model.
- Create a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate- Install dependencies:
pip install -r requirements.txt- Run the application:
python app.pyThe application will be available at http://localhost:5000
- Upload audio/video files for transcription
- Automatic transcription using Whisper
- Download transcripts in various formats
- Preview transcripts in the browser
- Rename files
- Delete transcripts