Repository of code to the course "Generative AI for Humanists"
This repository is organized as follows:
lessons/: Contains the Jupyter notebooks and other materials for the course, organized by topic.src/: Contains helper scripts and utility functions used in the notebooks.Data/: Contains the datasets used in the course.Index/: Contains the search indices created by LlamaIndex.requirements.txt: The main Python dependencies for this project.
- Clone this repository:
git clone https://github.com/your-username/GenAI4Humanists.git
- Install the dependencies:
pip install -r requirements.txt
- Run Jupyter Lab:
jupyter lab
Now you can navigate to the lessons directory and open the notebooks.