Skip to content

amyllykoski/FaceGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Faces

This is a Jupyter notebook contains a project, where we'll generate faces using Generative Advesarial Networks (GAN), namely CycleGAN.

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

    git clone https://github.com/amyllykoski/FaceGeneration
    
    cd FaceGeneration
    
  2. Make sure you have already installed the necessary Python packages like so:

    pip install -r requirements.txt
    
  3. Open a terminal window and navigate to the project folder. Open the notebook and follow the instructions.

    jupyter notebook .
    

    and choose the .ipynb file.

About

Use generative adversarial networks (GAN) to generate new images of faces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors