Skip to content

Aki1608/Anime-face-generation-using-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Anime-face-generation-using-GAN

GAN implementation in PyTorch to generate anime faces.

It is a self-explanatory notebook. At each stage working has been explained.

Installation

Use the package manager pip to install required libraries. All the required libraries are listed in requirements.txt file. You can install each libraries separately. For example

pip install opencv-python
pip install numpy

or you can install all at once with

pip install -r requirements.txt

Usage

This is a jupyter notebook so in terminal after installing required libraries (or atleast jupyterlab) first run

jupyter lab

This will open a new tab in your browser where you will able to run the code in jupyter notebook environment.

About

GAN implementation in PyTorch to generate anime faces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published