Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```