Interactive Streamlit demo of three GANs trained to generate butterfly images: Vanilla GAN, DCGAN, and StyleGAN Lite.
- Create a virtual environment:
python -m venv .venvsource .venv/bin/activate(mac/linux) or.\.venv\Scripts\activate(Windows)
- Install requirements:
pip install -r requirements.txt
- Run the app:
streamlit run streamlit_app.py
streamlit_app.py— Streamlit frontendvanilla_gan_gen.pth,dcgan_gen.pth,stylegan_lite_gen.pth— model weightsOutputs/— training images and gifs assets