Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kritiksoman/GIMP-ML

AI for GNU Image Manipulation Program
https://github.com/kritiksoman/GIMP-ML

coloring-image computer-vision computervision deblurring deep-learning dehazing enlightenment gimp gimp-plugin gimp-plugins image-manipulation linux machine-learning machine-learning-algorithms macos photo-editing python3 ubuntu

Last synced: 6 days ago
JSON representation

AI for GNU Image Manipulation Program

Awesome Lists containing this project

README

        



# A.I. for GNU Image Manipulation Program
### [](https://www.youtube.com/channel/UCzZn99R6Zh0ttGqvZieT4zw) [](https://www.instagram.com/explore/tags/gimpml/) [](https://arxiv.org/abs/2004.13060) [](https://github.com/kritiksoman/GIMP-ML/blob/master/docs/MANUAL.md)[](https://github.com/kritiksoman/GIMP-ML/blob/master/docs/REFERENCES.md)


:star: :star: :star: :star: are welcome. This branch is in development.

Dalle 3 and 2 added.

# Screenshot of Menu
The code base and models available is being widely updated to support newer and more stable functionality.
![image1](https://github.com/kritiksoman/tmp/blob/master/screenshot8jun.png)

# Citation
Please cite using the following bibtex entry:

```
@article{soman2020GIMPML,
title={GIMP-ML: Python Plugins for using Computer Vision Models in GIMP},
author={Soman, Kritik},
journal={arXiv preprint arXiv:2004.13060},
year={2020}
}
```

# Setup/Contribution
[GIMP-ML Presentation](https://github.com/kritiksoman/tmp/blob/master/GIMP-ML%20Presentation.pdf)

# Related work inspired by GIMP-ML
| Repository | Link |
| ------------- |:-------------:|
| [Intel](https://github.com/intel/openvino-ai-plugins-gimp) | [Open Vino](https://github.com/intel/openvino-ai-plugins-gimp) |
| [GIMP-ML-Hub](https://github.com/valgur/GIMP-ML-Hub) | [GIMP-ML-Hub](https://github.com/valgur/GIMP-ML-Hub) |

# Model Zoo
| Name | Model |
| ------------- |:-------------:|
| [Edit image with text](https://openai.com/index/dall-e-2/) | [Dalle 2](https://openai.com/index/dall-e-2/) |
| [Outpaint image](https://openai.com/index/dall-e-2/) | [Dalle 2](https://openai.com/index/dall-e-2/) |
| [Text to image](https://openai.com/index/dall-e-3/) | [Dalle 3](https://openai.com/index/dall-e-3/) |

# License
GIMP-ML is [![MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/kritiksoman/GIMP-ML/blob/master/LICENSE.md), but each of the individual plugins follow the same license as the original model's.