https://github.com/boehm-e/deepfake-ui
https://github.com/boehm-e/deepfake-ui
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boehm-e/deepfake-ui
- Owner: boehm-e
- Created: 2018-02-15T12:20:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T21:27:43.000Z (over 3 years ago)
- Last Synced: 2023-03-08T23:25:47.645Z (about 3 years ago)
- Language: Python
- Size: 5.33 MB
- Stars: 89
- Watchers: 7
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy to use GUI for DeepFakes
**Notice:** This is a project based on DeepFakes.
---
# deepfakes_gui
Faceswap is a tool that uses deep learning to recognize and swap faces in pictures and videos.
## Overview
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
## What you need
- **A computer** with or without **CUDA** (way faster with)
- **ffmpeg** (`apt-get install ffmpeg` on linux)