From 2f6e56d05fb3c7da7137899858bef98772b0dc31 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Thu, 1 Jun 2023 03:15:33 +0530 Subject: [PATCH] move disclaimer up --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56b5c25..33c3f6f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ That's it, that's the software. You can watch some demos [here](https://drive.go ![demo-gif](demo.gif) +## Disclaimer +Better deepfake software than this already exist, this is just a hobby project I created to learn about AI. Users must get consent from the concerned people before using their face and must not hide the fact that it is a deepfake when posting content online. I am not responsible for malicious behaviour of end-users. + +To prevent misuse, it has a built-in check which prevents the program from working on inappropriate media. + ## How do I install it? > Note: The instructions may or may not work for you. Use google or look through issues people have created here to solve your problems. @@ -50,9 +55,6 @@ Looking for a CLI mode? Using the -f/--face argument will make the program in cl - [ ] Replace a selective face throughout the video - [ ] Support for replacing multiple faces -## Disclaimer -Better deepfake software than this already exist, this is just a hobby project I created to learn about AI. Users are expected to use this program for learning programming and using the software in good faith. Users must get consent from the concerned people before using their face and must not hide the fact that it is a deepfake when posting content online. I am not responsible for malicious behaviour of end-users. - ## Credits - [ffmpeg](https://ffmpeg.org/): for making video related operations easy - [deepinsight](https://github.com/deepinsight): for their [insightface](https://github.com/deepinsight/insightface) project which provided a well-made library and models.