Join the Teams Meeting. We use the meeting chat to exchange code snippets and share links.
Install git if you don't already have it, then:
git clone https://github.com/hiqs-gmbh/OOP25_Notebook.git
Install Docker Desktop if you don't already have it.
Install Visual Studio Code if you don't already have it, then install Docker Extension:
Then install Dev Containers Extension:
Create an .env
file on the same level as the .env.example
and copy the entire content of the .env.example
into your new .env
.
A Hugging Face Token is required to be able to download the Pyannote AI model.
Create an account first on https://huggingface.co/join.
Then go to Settings and Tokens and generate an Access Token. Then add this to the .env
under PYANNOTE_HF_TOKEN
.
If you wish, you can restrict the rights of your token (when selecting the Fine Grained
type) to the following repositories.
Start the docker-compose.yml
via docker compose up
or through the Docker Extension in VSCode
Note
Make sure Docker Desktop is running and you are not inside the Dev Container (next step).
Click button at the bottom left of VSCode
Open current folder in Dev Container
Open the multi-agent/foundation/download_models.ipynb
Notebook and run all cells.
Note
Make sure you selected a Python Kernel before you run the cells in the notebook.