Skip to content

Instantly share code, notes, and snippets.

@laxmi164
laxmi164 / .ipynb
Created June 25, 2025 09:53
AI Quote & Image Generator
# AI Quote & Image Generator
# Workshop Project by Laxmi Mourya
# --------------------------------
# This notebook generates motivational quotes using GPT-2 (Hugging Face)
# and visualizes them with an AI-generated image using Stable Diffusion.
# No training is involved — using open-source models.
!pip install transformers diffusers torch accelerate --quiet
from transformers import pipeline