LIA - Laboratorio di Intelligenza Artificiale presso l'Università degli Studi di Parma (6 CFU).
.
├── assets
│ └── # images
├── notebooks
│ ├── lessons
│ │ └── # lessons' notebooks
│ └── personal
│ └── # personal notebooks
└── slidesCreate a virtual environment:
conda create --name machine-learning python=3.11
conda activate machine-learningInstall requirements:
pip install -r requirements.txt
pre-commit install
pre-commit install --hook-type commit-msgThen, you can change the Jupyter kernel setting the Conda environment as the new one.