a-nandez / Gepetto

Generate new identities using thispersondoesnotexist.com and a face recognition AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gepetto : v1.0

Generate new identities using thispersondoesnotexist.com and a face recognition api

A quick demi

how to use

Simple ! First clone this repository with git clone https://github.com/yarienkiva/Gepetto.git then install the needed libraries pip3 install -r requirements.txt (please use python3). After that create an account on a face recognition platform and get your api key, I've added two python scripts, one for face++ and one for microsoft azure but feel free to use your own solution (just be sure to return a gender and an age). Now just run python gepetto.py and generate new identities.

how does it work ?

I'll soon write a blog post here to document the thought process and steps I've taken to code this project.

soon...

This is a work in progress and (a metric assload) more while be added in the future :

  • argparse to manage the parameters
  • an option to save the output to a file/qr code
  • an option to give a user-chosen image
  • make the second line of the address aligned (oh god it's killing me)
  • the possibility to create accounts (email and social) and blogs
  • in general, add more personnal details and info/data
  • potentially use webscraping or a local IA for the face recognition part

A friend (named kernoeb) also started his version of this named pyRson go give him some love

About

Generate new identities using thispersondoesnotexist.com and a face recognition AI


Languages

Language:Python 100.0%