https://github.com/florianvazelle/deep-fake
Real-time face swapping application
https://github.com/florianvazelle/deep-fake
dlib face-swap opencv real-time
Last synced: 12 months ago
JSON representation
Real-time face swapping application
- Host: GitHub
- URL: https://github.com/florianvazelle/deep-fake
- Owner: florianvazelle
- Created: 2021-04-20T08:55:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T15:38:44.000Z (about 5 years ago)
- Last Synced: 2025-04-06T05:33:00.042Z (about 1 year ago)
- Topics: dlib, face-swap, opencv, real-time
- Language: CMake
- Homepage:
- Size: 97.5 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeepFake 
Real-time face swapping application between a video and an image, built with OpenCV and dlib.
## Building
### Build and run the standalone target
Use the following command to build and run the executable target.
```bash
cmake -Bbuild
cmake --build build
./build/bin/deep_fake.exe -h
```