DCGAN Synthetic Face Generation

Synthetic data generation using DCGAN (Deep learning).
Using Streamlit to create UI for the project.
Deployed on Heroku.
Link to App @ Synthetic Face Generator

1 Like

Interesting app @sree369nidhi…is this your own model for face generation?

yes, I trained my own network on Colab for nearly 8 hours, but still, it’s not really great-looking outputs, later on, I found out that to improve the outputs, need to use Style GAN instead of DCGAN.

1 Like