Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kourva/ganface
- Owner: Kourva
- Created: 2023-01-05T18:46:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:48:35.000Z (3 months ago)
- Last Synced: 2024-10-15T06:36:37.844Z (about 1 month ago)
- Topics: gan, progressbar, python, python3, random-face, random-person, random-person-generator, this-person-does-not-exist
- Language: Python
- Homepage:
- Size: 5.17 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)