Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T15:38:44.000Z (over 3 years ago)
- Last Synced: 2024-10-10T19:36:37.874Z (about 1 month ago)
- Topics: dlib, face-swap, opencv, real-time
- Language: CMake
- Homepage:
- Size: 97.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeepFake ![build](https://img.shields.io/github/workflow/status/florianvazelle/deep-fake/build?label=Windows&logo=github)
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
```