Dauphine Tunis Generative AI Course
- VS Code
- Python 3.11
- Jupyter Notebook
- Git
- Anaconda/Miniconda or any other virtual environment manager
The repository is here You can clone it using the following command:
git clone https://github.com/BastinFlorian/GenAI-Dauphine-Course.git
To generate SSH keys follows the instructions here and add you SSH key to your Git account following the instructions here
conda create --name genai python=3.11
conda activate genai
pip install -r requirements.txt