项目作者: gmendozah

项目描述 :
This project, defines and train a DCGAN on a dataset of faces. The goal is to get a generator network to generate new images of faces that look as realistic as possible!
高级语言: Jupyter Notebook
项目地址: git://github.com/gmendozah/Generate-Faces.git
创建时间: 2020-05-11T14:28:42Z
项目社区:https://github.com/gmendozah/Generate-Faces

开源协议:MIT License

下载


Generate Faces

Face Generation
Introduction
In this project, you’ll use generative adversarial networks to generate new images of faces.


Processed CelebA face data.

Installation

This project requires Python 3.6.0 and the following Python libraries installed:

Run

In a terminal or command window, navigate to the top-level project directory Generate-Faces/ (that contains this README) and run the following command:

  1. jupyter notebook dlnd_face_generation.ipynb

or

  1. jupyter notebook dlnd_face_generation.ipynb

on any Jupyter Notebook.
This will open the iPython Notebook software and project file in your browser.

Results

Generated faces after 30 epochs.

Train Loss

Train Loss for 30 epochs.

License

This project uses the MIT License.