Skip to content

DataScienceHamburg/GenerativeAIwithPython_Material

Repository files navigation

Generative AI with Python

This is the accompanying book to the Udemy course.

Generative AI Book English
English Edition

A comprehensive guide to generative AI concepts and coding in Python.
Generative AI Book German
Deutsche Ausgabe

Ein umfassender Leitfaden zu generativer KI mit Python.

Setup

Environment with uv

Install the required package:

pip install uv

Run the following command to install the dependencies:

uv sync

Environment with venv

Use venv if uv is not working.

Create a virtual environment:

python -m venv venv

Activate the virtual environment on Linux:

source venv/bin/activate

Activate the virtual environment on Windows:

.\venv\Scripts\activate

Install the required packages:

pip install -r requirements.txt

About

Repo for the course "Generative AI with Python"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages