diff --git a/README.md b/README.md index c8d0aff..c2f1a23 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ * [Pandas](#pandas) * [Data Visualization](#data-visualization) * [Deep Learning](#deep-learning) + * [Generative AI](#generative-ai) * [IPython Notebooks](#ipython-notebooks) * [Design Patterns](#design-patterns) * [Concurrency Patterns](#concurrency-patterns) @@ -446,6 +447,9 @@ * [Building powerful image classification models using very little data](https://blog.keras.io/building-powerful-image-classification-models-using-very-little-data.html) * [Python implementation of several famous Deep Learning papers](https://github.com/fchollet/keras/tree/master/examples) +### Generative AI +* [joliGEN - Generative AI Image Toolset with GANs and Diffusion for Real-World Applications](https://github.com/jolibrain/joliGEN) + ## IPython Notebooks * [A Gallery of Interesting IPython Notebooks](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks) * [A collection of not-so-obvious Python stuff you should know!](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/not_so_obvious_python_stuff.ipynb?create=1) diff --git a/authors.md b/authors.md index 204df57..4ae1e66 100644 --- a/authors.md +++ b/authors.md @@ -50,3 +50,4 @@ * Shey Crompton * Cyril Bois * ShadowClaw11 +* JoliBrain