Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kourva/ganface

get random faces from thispersondoesnotexist.com and save them with this python tool
https://github.com/kourva/ganface

gan progressbar python python3 random-face random-person random-person-generator this-person-does-not-exist

Last synced: 19 days ago
JSON representation

get random faces from thispersondoesnotexist.com and save them with this python tool

Awesome Lists containing this project

README

        

# GANface
get random faces from thispersondoesnotexist.com and save them with this python tool
+ with progressbar

# Installation
+ clone
```bash
git clone https://github.com/Kourva/GANface && cd GANface
```
+ requirements
```bash
pip install tqdm requests
```
+ usage
```bash
python3 tpdne.py [length]
where:
length: how many pictures you want [defaults to 1 - or if there is no argument]
```
+ example
```bash
python3 tpdne.py 10
```

+ have a good day :)