Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/papapana/face-generation

Face Generation using Generative Adversarial Networks (GANs)
https://github.com/papapana/face-generation

deep-learning deep-neural-networks gan generative-adversarial-network pytorch

Last synced: about 2 months ago
JSON representation

Face Generation using Generative Adversarial Networks (GANs)

Awesome Lists containing this project

README

        

# Face Generation using Generative Adversarial Networks (GANs)

## Description

Face Generation using Generative Adversarial Networks (GANs) with Pytorch.

## Installation

```bash
git clone https://github.com/papapana/face-generation.git
cd face-generation
pip install -r requirements.txt
```

## Usage

The project itself is implemented in a Jupyter notebook in the file `Predicting_bike_sharing_data.ipynb`.
To execute the Jupyter Notebook:

```bash
jupyter notebook
```