Make your own rare pepes (inspired by cyclegan-pix2pix)
- Download pre-trained weights and extract it somewhere
- 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
- Run server with:
python app.py --checkpoints_dir PRE_TRAINED_WEIGHTS_LOCATION
The pepe dataset can be downloaded from dropbox