This is a simple TensorFlow implementation of a DCGAN to generate CryptoPunks
CryptoPunks generated by this work
This repository was created during the HuggingFace's HugGAN sprint. You can also checkout its related entries:
This script will train your models from scratch, but ir requires a data/images
folder at root will the CryptoPunks images.
python3 train.py
This requires you to have a models
folder at root with a generator model.
python3 app.py
This will download the generator model from HuggingFace hub and serve it.
python3 hf_app.py
This requires you to have a models
folder at root with a generator model.
streamlit run captcha_app.py
This will download the generator model from HuggingFace hub and serve it.
streamlit run hf_captcha_app.py