Skip to content

Face Generation - Udacity project for deep learning Nanodegree

Notifications You must be signed in to change notification settings

Fahadeidalharbi/project-face-generation

Repository files navigation

Face Generation

Project Overview

This is the fourth project of Udacity's Deep Learning Nanodegree Program (Using a DCGAN on the CelebA dataset). The goal of this project is to get a generator network to generate new images of faces that look as realistic as possble.

Example

Project Instruction and Information

Instruction

  1. Clone the repository and navigage to the downloaded folder.
    	git clone https://github.com/Fahadeidalharbi/project-face-generation.git
    	cd project-face-generation
    
  2. Open the dlnd_face_generation.ipynb file. Of course, you can find HTML version of the file.
    	jupyter notebook dlnd_face_generation.ipynb
    
  3. Read and follow the instructions! This repository does not include the dataset of faces. You can find and download it in the notebook.

Dataset