Building and Deploying a GAN Streamlit Web App on Heroku [Part 1]

Youssef Hosni
Towards AI
Published in
9 min readApr 14, 2023

--

Generative Adversarial Networks (GANs) are a type of deep learning architecture that has become increasingly popular for generating new and realistic data, such as images, videos, and audio.

Building a GAN model is one thing, but deploying it as a user-friendly web application is another challenge altogether. In this two-part article, we will explore how to build and deploy a GAN Streamlit web application on the Heroku platform.

--

--