lucifertrj commited on
Commit
2e89fdf
1 Parent(s): 04917e4
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,3 +1,9 @@
1
  ---
2
  license: gpl-2.0
3
  ---
 
 
 
 
 
 
 
1
  ---
2
  license: gpl-2.0
3
  ---
4
+
5
+ # DCGAN to generate face images
6
+
7
+ 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.
8
+
9
+ **Original Author of the DCGAN to generate face images Example:** [fchollet](https://twitter.com/fchollet)