A project to try inpaint by GAN, VAE setup environment python -m venv venv . ./venv/bin/activate pip install -r requirements.txt run VAE example python vae_example.py GAN example python gan_example.py Copyright The program code is licensed under the MIT License.