A study on Level Up, Calgary!
- Python 3.9
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.
-
Create a
.env
file and specify theREQUESTS_CA_BUNDLE
path if you areunable to get local issuer certificate
# .env REQUESTS_CA_BUNDLE="..."
-
Run Scripts
python fetch_yt_id.py python fetch_yt_mp3.py python transcribe.py python analyze.py
mkdocs serve