--- license: gpl-2.0 --- # DCGAN to generate face images This is an example notebook for Keras sprint prepared by Hugging Face. Keras Sprint aims to reproduce Keras examples and build interactive demos to them. The markdown parts beginning with 🤗 and the following code snippets are the parts added by the Hugging Face team to give you an example of how to host your model and build a demo. **Original Author of the DCGAN to generate face images Example:** [fchollet](https://twitter.com/fchollet)