Skip to content

SFidea/FaceApp-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceApp UNOFFICIAL Python wrapper.

You can transform your face using AI with Faceapp.

FaceApp is an Android and iOS application.

This module is an unofficial wrapper to their AI system.

When I wrote this module I looked at t3hk0d3's one (thx).

How to install:
git clone https://github.com/veetaw/FaceApp-py.git faceapp && cd faceapp
python3 setup.py install
How to use:
from faceapp import FaceApp

face_app = FaceApp()
face_app.create('/path/to/the/image', '/path/to/output/folder', 'filter name', True) # True if you want to automatically crop the image, false if not
Allowed filters:

smile, smile_2, hot, old, young, female, male

Features:
  • All basic FaceApp features
  • Automatically add emojiis in images // TODO

Credits

This is ONLY a wrapper, all credits for the IA and image creation goes to FaceApp devs.

About

faceapp.com unofficial python wrapper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages