/rp-generative-adversarial-networks

Code used in the article "Generative Adversarial Networks: Build Your First Models" on Real Python

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Generative Adversarial Networks: Build Your First Models

This is the code used in the article Generative Adversarial Networks: Build Your First Models on Real Python.

The environment can be set up with conda:

conda env create -f conda_env.yml

To run the notebooks:

  • Activate the environment:

conda activate gan

  • Register the environment on Jupyter:

python -m ipykernel install --user --name gan

  • Start Jupyter, open the notebooks and run them with the gan kernel.