Alph, The Sacred River
January 16, 2021 ยท View on GitHub
AI poetic imagery using CLIP and Unsplash
See it live!
https://share.streamlit.io/thoppe/alph-the-sacred-river/main
Preprocessing steps for new images
- Download a bunch of images from Unsplash (start here!)
- Save each image as a jpg in
data/source_images/ - Run
python P0_encode_images.pyto compute the image latents
AWS Notes
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