Feel free to Radek or Michal if you have any questions or want to discuss any topic from the workshop 😊
📌 Slides presented at the workshop
The aim of the workshop is to get an overview of possibilities in the generative artificial intelligence (GenAI) domain.
We will use mainly ChatGPT and HuggingFace.
The workshop will cover these topics:
- How to use GenAI tools for image data using HuggingFace models (Stable Diffusion) in Python
- How to build simple interface for self-hosted LLM-based chatbot in Jupyter notebook
- 💡Beware that free-tier Colab does not have enough resources
python -m venv venv
- Activate
venv
in Windows
.\venv\Scripts\Activate.ps1
- Activate
venv
in Linux
source venv/bin/activate
pip install jupyter "jupyterlab>=3" "ipywidgets>=7.6"
pip install pandas matplotlib requests seaborn scipy torch transformers accelerate bitsandbytes diffusers invisible_watermark safetensors