Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kritiksoman/GIMP-ML
- Owner: kritiksoman
- License: mit
- Created: 2020-03-30T07:04:20.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-12T18:44:03.000Z (about 1 month ago)
- Last Synced: 2024-10-29T15:35:56.726Z (13 days ago)
- Topics: 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
- Language: Python
- Homepage: https://github.com/kritiksoman/tmp/blob/master/GIMP-ML%20Presentation.pdf
- Size: 95.8 MB
- Stars: 1,421
- Watchers: 43
- Forks: 133
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.