Go to file
2024-11-22 16:55:08 +01:00
.python-version Initial commit 2024-11-22 14:20:37 +01:00
helper.py add readme 2024-11-22 14:40:39 +01:00
L1.ipynb Initial commit 2024-11-22 14:20:37 +01:00
L2.ipynb add notebooks to repo 2024-11-22 16:55:08 +01:00
L3.ipynb add notebooks to repo 2024-11-22 16:55:08 +01:00
L4.ipynb add notebooks to repo 2024-11-22 16:55:08 +01:00
pyproject.toml add notebooks to repo 2024-11-22 16:55:08 +01:00
README.md clarify readme 2024-11-22 14:59:24 +01:00
requirements.txt Initial commit 2024-11-22 14:20:37 +01:00
uv.lock add notebooks to repo 2024-11-22 16:55:08 +01:00

for cloning: git config --global http.sslverify false

for installing the environment, install uv -> pip install uv

after that, create an environment uv venv

install the packages by running uv sync

create an .env file by running touch .env

add the following line: TOGETHER_API_KEY=<together API key>. if you don't have it, please ask me :)