Serendeepia

Selfie Improver

Get the best of you

Make your selfies shine with your best smile and an outstanding look

Notify me when the mobile app is released

Artificial Intelligence

Our selfie improver is a photo-editing app that helps to improve and modify your face in the pictures. We use Deep Learning models to modify your face and let you improve your smile, modify your hair, remove your glasses or even make you look younger.

import javax.io.ImageIO
import java.io.File
import serendeepia.selfieimprover.Model

fun main(args: Array<String>) {
    selfie = ImageIO.read(File(args[0]));
    model = Model()
    improvedSelfie = model.improve(selfie, smile=1)
}
Integrate the technology

Our technology is available for developers. You can create your own products with our advanced Deep Learning models either by integrating them in your mobile apps or making requests to a server. Contact us for more details.