This is a Jupyter notebook contains a project, where we'll generate faces using Generative Advesarial Networks (GAN), namely CycleGAN.
-
Clone the repository and navigate to the downloaded folder.
git clone https://github.com/amyllykoski/FaceGeneration cd FaceGeneration -
Make sure you have already installed the necessary Python packages like so:
pip install -r requirements.txt -
Open a terminal window and navigate to the project folder. Open the notebook and follow the instructions.
jupyter notebook .and choose the .ipynb file.