All Projects → Yuagilvy → Deepnudecli

Yuagilvy / Deepnudecli

DeepNude Command Line Version With Watermark Removed

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deepnudecli

Cyclegan
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Stars: ✭ 10,933 (+9661.61%)
Mutual labels:  gan, torch, pix2pix
Dreampower
DeepNude with DreamNet improvements.
Stars: ✭ 287 (+156.25%)
Mutual labels:  gan, torch
Tensorflow2.0 Examples
🙄 Difficult algorithm, Simple code.
Stars: ✭ 1,397 (+1147.32%)
Mutual labels:  gan, pix2pix
Pix2pixhd
Synthesizing and manipulating 2048x1024 images with conditional GANs
Stars: ✭ 5,553 (+4858.04%)
Mutual labels:  gan, pix2pix
pix2pix-tensorflow
A minimal tensorflow implementation of pix2pix (Image-to-Image Translation with Conditional Adversarial Nets - https://phillipi.github.io/pix2pix/).
Stars: ✭ 22 (-80.36%)
Mutual labels:  gan, pix2pix
cgan-face-generator
Face generator from sketches using cGAN (pix2pix) model
Stars: ✭ 52 (-53.57%)
Mutual labels:  gan, pix2pix
Igan
Interactive Image Generation via Generative Adversarial Networks
Stars: ✭ 3,845 (+3333.04%)
Mutual labels:  gan, pix2pix
Paddlegan
PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, wav2lip, picture repair, image editing, photo2cartoon, image style transfer, and so on.
Stars: ✭ 4,987 (+4352.68%)
Mutual labels:  gan, pix2pix
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+7725.89%)
Mutual labels:  gan, pix2pix
Colorizer
Add colors to black and white images with neural networks (GANs).
Stars: ✭ 69 (-38.39%)
Mutual labels:  gan, torch
Pytorch Pix2pix
Pytorch implementation of pix2pix for various datasets.
Stars: ✭ 74 (-33.93%)
Mutual labels:  gan, pix2pix
inpainting FRRN
Progressive Image Inpainting (Kolmogorov Team solution for Huawei Hackathon 2019 summer)
Stars: ✭ 30 (-73.21%)
Mutual labels:  torch, pix2pix
Pixeldtgan
A torch implementation of "Pixel-Level Domain Transfer"
Stars: ✭ 248 (+121.43%)
Mutual labels:  gan, torch
Face Generator
Generate human faces with neural networks
Stars: ✭ 266 (+137.5%)
Mutual labels:  gan, torch
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: ✭ 16,477 (+14611.61%)
Mutual labels:  gan, pix2pix
Cat Generator
Generate cat images with neural networks
Stars: ✭ 354 (+216.07%)
Mutual labels:  gan, torch
Neuralnetworkpostprocessing
Unity Post Processing with Convolution Neural Network
Stars: ✭ 81 (-27.68%)
Mutual labels:  gan, pix2pix
Munit
Multimodal Unsupervised Image-to-Image Translation
Stars: ✭ 2,404 (+2046.43%)
Mutual labels:  gan, pix2pix
Swapnet
Virtual Clothing Try-on with Deep Learning. PyTorch reproduction of SwapNet by Raj et al. 2018. Now with Docker support!
Stars: ✭ 202 (+80.36%)
Mutual labels:  gan, pix2pix
Deepnude nowatermark withmodel
DeepNude source code,without watermark,with demo and model download link,one command to run offline,GAN/Pytorch/pix2pix/pic2pic
Stars: ✭ 950 (+748.21%)
Mutual labels:  gan, pix2pix

DeepNude Command Line Interface With No Watermark

Python 3.5 Torch 1.1 DeepNude 2.0

Last Update: 16/07/2019

This project is based in the official DeepNude python source-code

Description

Create NSFW, Nude images from common images, using Aritificial Inteligence Pix2pix Algorithm using you CUDA GPU or only your CPU. Compatible with Windows, Mac and Linux.

Benefits

  • Process images fast from Unix/Mac Terminal or Windows Cmd.
  • Outputs with no Watermark.
  • Interface Modifications for Easy to Use.
  • Free to use and distribute.

Requirements

You need to install the following modules to make sure that everything works correctly

  • Python 3.5 or higher
  • numpy
  • Pillow
  • setuptools
  • six
  • pytorch
  • torchvision
  • wheel

Follow the tutorial at README.MD file in checkpoints folder to download the checkpoint files from Torrent Protocol.

After cloning this repository, you need to download the checkpoint files from the torrent file in the "checkpoints" folder. This is required for DeepNudeCLI to work correctly.

First Use

For first use, after make sure that you have all needed modules installed, and Checkpoint files located in "checkpoints" folder, execute:

git clone https://github.com/Yuagilvy/DeepNudeCLI.git
cd DeepNudeCLI
pip install -r requirements.txt
python nude.py -i input.jpg

The output will be saved as "output.jpg"

Usage

usage: nude.py [-h] -i INPUT [-o OUTPUT] [-g]

DeepNude App CLI Version with no Watermark.

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input image to process.
  -o OUTPUT, --output OUTPUT
                        Output path to save result.
  -g, --use-gpu         Enable using CUDA gpu to speed up the process.

Bugs

Some images may be distorted due to their size, different from the graphical version, this version can not crop the input images then, you can crop manually the images in a image editor.

Notes

Please, before opening any issue, check if you enviroment meet all requirements.

Tips

if you use windows and anaconda, and have difficulty installing pytorch, perform the following commands:

conda install -c peterjc123 pytorch 
conda install -c pytorch torchvision 
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].