adelbibi / NanoD_DL_Project5_CelebFaceGeneration

A GAN model to generate realistic celebrity faces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trained a GAN model on CelebA to generate realistic celebrity faces

This is my solution to project #5 of the deep learning foundations nanodegree.

To run the code, follow the instructions:

create env -n env_name python=3.6 
activate env_name
conda install numpy matplotlib juypter notebook tqdm scipi scikit-learn
conda install tensorflow-gpu
cd "Path of this file"
juypter notebook dlnd_face_generation.ipynb	

Note: tested on Windows

About

A GAN model to generate realistic celebrity faces

License:MIT License


Languages

Language:HTML 52.5%Language:Jupyter Notebook 47.3%Language:Python 0.3%