All Projects → kritiksoman → Gimp Ml

kritiksoman / Gimp Ml

AI for GNU Image Manipulation Program

Programming Languages

python
139335 projects - #7 most used programming language
python27
39 projects

Projects that are alternatives of or similar to Gimp Ml

Contrastive Unpaired Translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
Stars: ✭ 822 (+9.75%)
Mutual labels:  computervision, image-manipulation
Graphite
Open source 2D node-based raster/vector graphics editor (Photoshop + Illustrator + Houdini = Graphite)
Stars: ✭ 223 (-70.23%)
Mutual labels:  image-manipulation, photo-editing
Nimp
Nimp - Node-based image manipulation program.
Stars: ✭ 45 (-93.99%)
Mutual labels:  image-manipulation, photo-editing
Gimel-Studio
Old repo of the node-based image editor. See https://github.com/GimelStudio/GimelStudio for the next generation of Gimel Studio 🚀
Stars: ✭ 55 (-92.66%)
Mutual labels:  image-manipulation, photo-editing
Hardening
Hardening Ubuntu. Systemd edition.
Stars: ✭ 705 (-5.87%)
Mutual labels:  ubuntu
Wtte Rnn
WTTE-RNN a framework for churn and time to event prediction
Stars: ✭ 654 (-12.68%)
Mutual labels:  machine-learning-algorithms
Ubuntu64 Rpi
适用于树莓派3b/3b+的64位系统.
Stars: ✭ 652 (-12.95%)
Mutual labels:  ubuntu
Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+697.33%)
Mutual labels:  image-manipulation
Imgp
📸 High-performance cli batch image resizer and rotator
Stars: ✭ 744 (-0.67%)
Mutual labels:  image-manipulation
Openvpn Install
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.
Stars: ✭ 7,142 (+853.54%)
Mutual labels:  ubuntu
Machine Learning For Software Engineers
A complete daily plan for studying to become a machine learning engineer.
Stars: ✭ 25,562 (+3312.82%)
Mutual labels:  machine-learning-algorithms
Wireguard Install
WireGuard road warrior installer for Ubuntu, Debian, CentOS and Fedora
Stars: ✭ 650 (-13.22%)
Mutual labels:  ubuntu
Tunic
Install Linux from a running Windows system, without need for a live USB.
Stars: ✭ 714 (-4.67%)
Mutual labels:  ubuntu
Node2vec
Implementation of the node2vec algorithm.
Stars: ✭ 654 (-12.68%)
Mutual labels:  machine-learning-algorithms
Bmw Tensorflow Training Gui
This repository allows you to get started with a gui based training a State-of-the-art Deep Learning model with little to no configuration needed! NoCode training with TensorFlow has never been so easy.
Stars: ✭ 736 (-1.74%)
Mutual labels:  computervision
Wordops
Install and manage a high performance WordPress stack with a few keystrokes
Stars: ✭ 649 (-13.35%)
Mutual labels:  ubuntu
Jsat
Java Statistical Analysis Tool, a Java library for Machine Learning
Stars: ✭ 683 (-8.81%)
Mutual labels:  machine-learning-algorithms
Debops
DebOps - Your Debian-based data center in a box
Stars: ✭ 734 (-2%)
Mutual labels:  ubuntu
Android Tensorflow Lite Example
Android TensorFlow Lite Machine Learning Example
Stars: ✭ 681 (-9.08%)
Mutual labels:  machine-learning-algorithms
Coriander
Build NVIDIA® CUDA™ code for OpenCL™ 1.2 devices
Stars: ✭ 665 (-11.21%)
Mutual labels:  ubuntu


A.I. for GNU Image Manipulation Program


⭐️ ⭐️ ⭐️ ⭐️ are welcome. New tools will be added and existing will be improved with time.

Updates:
[January 9] Added image inpainting. (Existing users should be able to update.)
[November 28] Added interpolate-frames.
[October 31] Use super-resolution as a filter for medium/large images.
[October 17] Added image enlightening.
[September 27] Added Force CPU use button and minor bug fixes.
[August 28] Added deep learning based dehazing and denoising.
[August 25] Simplified installation and updating method.
[August 2] Added deep matting and k-means.
[July 17] MonoDepth and Colorization models have been updated.

Screenshot of Menu

image1

Installation Steps

[1] Install GIMP 2.10.
[2] Clone this repository: git clone https://github.com/kritiksoman/GIMP-ML.git
[3] Open terminal, go to GIMP-ML/gimp-plugins and run :
bash installGimpML.sh
[4] Open GIMP and go to Preferences -> Folders -> Plug-ins, add the folder gimp-plugins and restart GIMP.
[5] Go to Layer->GIMP-ML->update, click on ok with "update weights" set to yes and restart GIMP. (Weights ~ 1.5GB will be downloaded)
Manual install description if above is not working: Link

Update Steps

[1] Go to Layer->GIMP-ML->update, click on ok with "update weights" set to NO and restart GIMP.
[2] Go to Layer->GIMP-ML->update, click on ok with "update weights" set to YES and restart GIMP.

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}
}

Tools

Name License Dataset
facegen CC BY-NC-SA 4.0 CelebAMask-HQ
deblur BSD 3-clause GoPro
faceparse MIT CelebAMask-HQ
deepcolor MIT ImageNet
monodepth MIT Multiple
super-resolution MIT ImageNet
deepmatting Non-commercial purposes Adobe Deep Image Matting
semantic-segmentation MIT COCO
kmeans BSD -
deep-dehazing MIT Custom
deep-denoising GPL3 BSD68
enlighten BSD Custom
interpolate-frames MIT HD
inpainting CC BY-NC-SA 4.0 DIV2K
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].