This repository hosts a collection of references and online courses about Generative Artificial Intelligence.
Create a python3.9
virtual environment in the repository root (only once):
sudo apt-get install python3.9-venv
python3.9 -m venv venv
Activate this environment:
source venv/bin/activate
Install libraries:
make install