This repository contains a collection of workshops, homewokrsk assignments, and projects related to the Inteligencia Artificial course.
This project uses uv, a Python package manager. To install uv, run the following command:
curl -LsSf https://astral.sh/uv/install.sh | shThe project is organized into units, each containing lectures and assignments. The structure is as follows:
/
├─ unit1
│ ├─ 1.lecture1
│ │ ├─ ...
│ │ └─ README.md
│ ├─ 2.lecture2
│ └─ ...
├─ unit2
│ └─ ...
├─ unit3
│ └─ ...
├─ uv.lock
├─ pyproject.toml
└─ README.md