Notice: This is a project based on DeepFakes.
Faceswap is a tool that uses deep learning to recognize and swap faces in pictures and videos.
The projects aimes to help people without development skills to use DeepFakes
- Extract pictures from videos (video of input and output people)
- Extract faces from video frames
- Train a model on your photos
- Replace : faces inside video
- A computer with or without CUDA (way faster with)
- ffmpeg (
apt-get install ffmpeg
on linux)