Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Retrieve the face of a nonexistent person from thispersondoesnotexist.com
ResourceFunction["CreateFace"][] returns a generated image of a face from thispersondoesnotexist.com. | |
ResourceFunction["CreateFace"][n] returns n generated faces. |
Create four faces:
In[2]:= |
Out[2]= |
By default, retrieving five images takes a few seconds and usually contains no duplicates faces:
In[3]:= |
Out[3]= |
Use the "WaitTime" option with a value smaller than the default of 1 to get faster results with more duplicates:
In[4]:= |
Out[4]= |
Create a dataset of facial feature data for generated faces. Most are happy in their nonexistent state:
In[5]:= |
Out[5]= |
Create faces, then destroy them:
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License