(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| # I _hope_ this is everything but there may be some other libs I forgot or you don't have, | |
| # so just use pip to install them if vqgan_clip.py complains about missing modules. | |
| # Make some folder, cd into it, and run this. | |
| git clone https://github.com/openai/CLIP | |
| git clone https://github.com/CompVis/taming-transformers | |
| pip install ftfy regex tqdm omegaconf pytorch-lightning | |
| pip install kornia | |
| pip install stegano | |
| apt install exempi | |
| pip install python-xmp-toolkit |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.