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)
}
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.