Skip to content

Latest commit

 

History

History

README.md

1st Generative AI workshop - GDG Carthage

Project Overview

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:

Installation

**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 Windows

Usage

Run Jupyter Notebooks:

This will open Jupyter Notebook in your browser. You can then navigate to the notebooks within the project directory and run them.