Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.01 KB

File metadata and controls

34 lines (23 loc) · 1.01 KB

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.