Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/papapana/face-generation
- Owner: papapana
- Created: 2019-08-10T16:01:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T21:08:28.000Z (12 months ago)
- Last Synced: 2024-07-30T18:41:15.495Z (5 months ago)
- Topics: deep-learning, deep-neural-networks, gan, generative-adversarial-network, pytorch
- Language: Jupyter Notebook
- Size: 1.94 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```