AI poetic imagery using CLIP and Unsplash
See it live!
https://share.streamlit.io/thoppe/alph-the-sacred-river/main
- Download a bunch of images from Unsplash (start here!)
- Save each image as a jpg in
data/source_images/
- Run
python P0_encode_images.py
to compute the image latents
CPU only install of torch
pip install torch==1.7.1+cpu torchvision==0.8.2+cpu torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html