/DCGAN

Primary LanguageJupyter NotebookMIT LicenseMIT

DCGAN

In this project I have implemented the DCGAN (DEEP CONVOLUTIONAL GENERATIVE ADVERSARIAL NETWORKS) from this paper using PyTorch. The file in ./notebook contains the source code (written with python notebook) of the built model which located in ./model. I have also used gradio to build a web application.

Execution

python3 app.py

Results

image info

Deployment

I have deployed this app using huggingFace space, check the app App.