Skip to content

avocardio/diffusedweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diffused Live Weather Cam (24/7) 📍

🏆 Keras Community Prize winner 2022 🏆
Using Keras' Stable Diffusion for generating city images using coordinates and a live weather API.

Example

a) Either use the colab notebook

b) Or run locally:

1. Clone the repository and navigate to the notebook

git clone https://github.com/avocardio/diffusedweather.git

2. Install the dependencies by executing the cells in the notebook

!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

3. Enter a german city in the last cell & run it:

prompt, coords, name = create_prompt("Hamburg")

plot(prompt, coords, name)

Credits

We would like to thank Keras for the Stable Diffusion implementation and for the Keras Community Prize.

By Cornelius Wolff & Maximilian Kalcher

About

Using Keras' Stable Diffusion for generating city images using coordinates and a live weather API. (Keras Community Prize Winner 2022)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published