Running transcription locally

Install Python

Ensure Python is installed from the official Python website.

Set Up and Activate Virtual Environment

  1. Create a virtual environment:

    python -m venv env
  2. Activate the virtual environment:

    • Windows:

      .\env\Scripts\activate
    • macOS/Linux:

      source env/bin/activate

Manage Dependencies

  1. Install from requirements.txt:

    pip install -r requirements.txt
  2. Install ffmpeg

    brew install ffmpeg

Run the script

python starter.py