From 7772419520981995f53c0280051971e82a0c025e Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Tue, 30 May 2023 07:49:20 +0530 Subject: [PATCH] add disclaimer --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e61064b..e98e724 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,13 @@ Additional command line arguments are given below: Looking for a CLI mode? Using the -f/--face argument will make the program in cli mode. ## Future plans +- [ ] Improve the quality of faces in results - [ ] Replace a selective face throughout the video - [ ] Support for replacing multiple faces +## Disclaimer +Deepfake software already exist. This is just an experiment to make the existing techniques better. Users are expected to use this to learn about AI and not use it for illicit or unethical purposes. 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 any malicious activity done through this software, this is a purely educational project aimed at exploring AI. + ## 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.