Git Product home page Git Product logo

face_generation_pytorch_udacity's Introduction

Face_Generation_pytorch_udacity

This project is a part of deep learning nano degree at udacity.

Project Overview:

This project, uses generative adversarial networks to generate new images of faces.In this project, you'll define and train a DCGAN on a dataset of faces. Your goal is to get a generator network to generate new images of faces that look as realistic as possible!

The project will be broken down into a series of tasks from loading in data to defining and training adversarial networks. At the end of the notebook, you'll be able to visualize the results of your trained Generator to see how it performs; your generated samples should look like fairly realistic faces with small amounts of noise.

Project Overview:

  1. Clone the repository and navigate to the downloaded folder.

    git clone https://github.com/DhruvMakwana/Face_Generation_pytorch_udacity.git

  2. Install PyTorch and torchvision; this should install the latest version of PyTorch.

    • Linux or Mac:

      conda install pytorch torchvision -c pytorch

    • Windows:

        `conda install pytorch -c pytorch`
        `pip install torchvision`
      
  3. Make sure you have already installed the necessary Python packages according to the requirements.txt file.

    pip install -r requirements.txt

or

`conda install --yes --file requirements.txt`
  1. Open a terminal window and navigate to the project folder. Open the notebook and follow the steps.

    jupyter dlnd_face_generation.ipynb

face_generation_pytorch_udacity's People

Contributors

dhruvmakwana avatar

Watchers

 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.