Skip to content

This repo holds the material for the book "Generative AI Applications with Python"

Notifications You must be signed in to change notification settings

DataScienceHamburg/GenerativeAiApplicationsWithPython_Material

Repository files navigation

Introduction

This repository contains the code for the book "Generative AI with Python".

Generative AI with Python

Table of Contents

Installation

Default Installation

  1. Clone the repository

  2. Install uv

On your command line, run:

pip install uv
  1. Sync the dependencies

On your command line, run:

uv sync

Alternative Installation

If you run into issues with uv, you can also install the dependencies manually. Just open the pyproject.toml file and install the dependencies listed there.

For example, to install langchain, run:

pip install langchain

Folder structure

├───02_PreTrainedNetworks
├───03_LLMs
├───04_PromptEngineering
├───05_VectorDatabases
├───06_RAG
├───07_AgenticSystems
├───08_Deployment

Contact

If you have any questions, issues or feedback, please contact me via email at [email protected].

About

This repo holds the material for the book "Generative AI Applications with Python"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages