This project contains materials for our first Generative AI workshop. It covers topics like:
-
- NLP Preprocessing: This project focuses on data preprocessing techniques for NLP tasks.
-
- NLP Pipeline: This project guides through the building of a Natural Language Processing (NLP) pipeline.
-
- Model Types & LLMs: This project introduces different types of Generative AI models, with a focus on Large Language Models (LLMs).
Link to the presentation:
**1. Install Python if you dont have it **
Install Python and create a virtual environment using your preferred method.
Here's an example using venv:
python3 -m venv .venv
source .venv/bin/activate # On Linux/macOS
.venv\Scripts\activate # On WindowsRun Jupyter Notebooks:
This will open Jupyter Notebook in your browser. You can then navigate to the notebooks within the project directory and run them.