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).
git clone https://github.com/veetaw/FaceApp-py.git faceapp && cd faceapp
python3 setup.py install
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 notsmile, smile_2, hot, old, young, female, male
- All basic FaceApp features
- Automatically add emojiis in images // TODO
This is ONLY a wrapper, all credits for the IA and image creation goes to FaceApp devs.