Face Aging & De-Aging
A Deep Learning Project that uses Genarative Adverserial Network (GAN) and Cycle-GAN to Age or De-age
This project is a Deep Learning project on Computer Vision. It identifies image of a human page and tries to age or de-age it. It uses Generative Adverserial Network (GAN). It trains two model simultaneously (Generator Model and Discriminator Model). After completion of training, this model can be used to complete different tasks. Such that–
- It can try to make a human face older or younger
- It can try to detect whether the given image is a human face or not and if it’s a human face whether it’s older or younger.
- We have also used age estimator which estimates the age of the given face image.
Github: Face-Aging