GithubHelp home page GithubHelp logo

monicasai7 / project-face-generation-udacity Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sidrah-madiha/project-face-generation-udacity

0.0 1.0 0.0 709 KB

This is the fourth project of Udacity's Deep Learning Nanodegree Program (Using a DCGAN on the CelebA dataset to generate images of new and realistic human faces.)

HTML 45.90% Jupyter Notebook 54.09% Python 0.01%

project-face-generation-udacity's Introduction

Project-Face-Generation-Udacity

This is the fourth project of Udacity's Deep Learning Nanodegree Program (Using a DCGAN on the CelebA dataset to generate images of new and realistic human faces.)

Project Overview: Face Generation using DCGAN

In this project, I have defined and trained a DCGAN on a dataset of faces. My goal was to get a generator network to generate new images of faces that look as realistic as possible! Similar to this https://www.thispersondoesnotexist.com/

At the end of the project, I was able to visualize the results of my trained Generator to see how it performsed; my generated samples looked like fairly realistic faces with small amounts of noise.

Installation:

  1. For running this project on your local computer, first make sure you have git by typing git --version on cmd, if version number appears that means you have git installed. Go ahead and clone the repository:
git clone https://github.com/Sidrah-Madiha/Project-Face-Generation-Udacity.git
cd Project-Face-Generation-Udacity

  1. Now please open the file with filename: dlnd_face_generation.ipynb

Dependencies:

  • Make sure to create an environment for running this project using conda (you can install Miniconda for this

  • Once you have Miniconda installed, please make an environment for the project like so:

conda create --name face_generation python=3.6
activate face_generation

  • Install Pytorch:
conda install pytorch -c pytorch
pip install torchvision
  • Install a few required pip packages, which are specified in the requirements text file.

pip install -r requirements.txt

project-face-generation-udacity's People

Contributors

sidrah-madiha avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.