Skip to content

kendricktan/rarepepes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published