GAN implementation in PyTorch to generate anime faces.
It is a self-explanatory notebook. At each stage working has been explained.
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
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.