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

https://github.com/mulx10/generatefacedataset


https://github.com/mulx10/generatefacedataset

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# GenerateFaceDataset

## Scrape Data
```
$ python googleScrape.py --keywords "Martin Garrix" --limit 20
$ python googleScrape.py -k "Mr Bean" -l 20 --type animated
$ python googleScrape.py --keywords "Sara Santini" --limit 100

```

## Face Recognition

```
$ python face_detection.py --input downloads/MrBean/ --output data/MrBean/
$ python face_detection.py -i downloads/SaraSantini/ -o data/SaraSantini/

```