https://github.com/zehengl/level-up-calgary
A study on Level Up, Calgary!
https://github.com/zehengl/level-up-calgary
python yyc
Last synced: about 2 months ago
JSON representation
A study on Level Up, Calgary!
- Host: GitHub
- URL: https://github.com/zehengl/level-up-calgary
- Owner: zehengl
- License: mit
- Created: 2022-11-03T17:26:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:02:35.000Z (about 1 year ago)
- Last Synced: 2024-04-08T18:37:53.905Z (about 1 year ago)
- Topics: python, yyc
- Language: Python
- Homepage: https://zehengl.github.io/level-up-calgary/
- Size: 3.61 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# level-up-calgary

[](https://github.com/zehengl/level-up-calgary/actions/workflows/gh-deploy.yml)A study on [Level Up, Calgary!][3]
## 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
- [Logo][1] by [Ampeross][2]
[1]: https://www.iconfinder.com/icons/86848/minecraft_icon
[2]: https://www.deviantart.com/ampeross
[3]: https://www.calgary.ca/planning/downtown-level-up.html