Skip to content

Repository files navigation

BentoBox Flask Version

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.

Setup

  1. Create a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate  # On Windows use: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python app.py

The application will be available at http://localhost:5000

Features

  • Upload audio/video files for transcription
  • Automatic transcription using Whisper
  • Download transcripts in various formats
  • Preview transcripts in the browser
  • Rename files
  • Delete transcripts

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages