top of page
DeepFake for Videos
Adaptation of a tensorflow model for generating fake videos given a still photo of a face.
Background and Motivation
No real motivation other than the fact that I wanted to learn more about using preexisting models to do work.
Design Process
I used Python for this project due to its easy-to-implement machine learning library, Tensorflow.
I adapted code from https://github.com/AliaksandrSiarohin/first-order-model to make an associated class that only requires ~2 lines of to implement in a script.
As my target image, I used a photo of the youtuber, Markiplier. I used a pre-existing reference of a man I found on YouTube singing a song.
Results
Note: The reference is not my face
Watch Now
bottom of page