Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 985 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 985 Bytes

GenAI-Dauphine-Course

Dauphine Tunis Generative AI Course

Prerequisites

  • VS Code
  • Python 3.11
  • Jupyter Notebook
  • Git
  • Anaconda/Miniconda or any other virtual environment manager

How to install the repository

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

How to install the environment

conda create --name genai python=3.11
conda activate genai
pip install -r requirements.txt

How to run the notebooks