🏆 Keras Community Prize winner 2022 🏆
Using Keras' Stable Diffusion for generating city images using coordinates and a live weather API.
a) Either use the colab notebook
git clone https://github.com/avocardio/diffusedweather.git
!pip install tensorflow
!pip install keras-cv
!pip install pillow
!pip install numpy
!pip install matplotlib
!pip install sparqlwrapper
!pip install cdifflib
!pip install geopandas
!pip install Pillow
prompt, coords, name = create_prompt("Hamburg")
plot(prompt, coords, name)
We would like to thank Keras for the Stable Diffusion implementation and for the Keras Community Prize.
By Cornelius Wolff & Maximilian Kalcher