Skip to content

zehengl/level-up-calgary

Repository files navigation

logo

level-up-calgary

coding_style GitHub Pages

A study on Level Up, Calgary!

Environment

  • Python 3.9

Getting Started

python -m venv .venv
.venv\Scripts\activate
python -m pip install -U pip
pip install -r requirements.txt

Configure --extra-index-url if CUDA is available, e.g. pip install --trusted-host download.pytorch.org --extra-index-url https://download.pytorch.org/whl/cu118 -r requirements.txt.

Use requirements-dev.txt for development and docs.

Usage

  1. Create a .env file and specify the REQUESTS_CA_BUNDLE path if you are unable to get local issuer certificate

    # .env
    REQUESTS_CA_BUNDLE="..."
    
  2. Run Scripts

    python fetch_yt_id.py
    python fetch_yt_mp3.py
    python transcribe.py
    python analyze.py
    

Docs

mkdocs serve

Credits

Releases

No releases published

Languages