theerfan / pepemakers

Make your own rare pepes

Home Page:https://makerarepepes.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rarepepes

Make your own rare pepes (inspired by cyclegan-pix2pix)

Sample

Running locally

  1. Download pre-trained weights and extract it somewhere
  2. Setup env
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
chmod +x conda.sh
./conda.sh  # Remember to add conda to the PATH variable
pip install flask scikit-image
conda install pytorch torchvision -c soumith
  1. Run server with:
python app.py --checkpoints_dir PRE_TRAINED_WEIGHTS_LOCATION

Dataset

The pepe dataset can be downloaded from dropbox

References

  1. pix2pix

About

Make your own rare pepes

https://makerarepepes.me

License:MIT License


Languages

Language:Python 83.3%Language:HTML 16.7%