0% found this document useful (0 votes)
261 views

Deep Fake Live Latest Update(Works With Windows 11)

Uploaded by

basicallylogs
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
261 views

Deep Fake Live Latest Update(Works With Windows 11)

Uploaded by

basicallylogs
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

First, you need to download the application.

Visit the GitHub repository for


DeepFace Live, but note that this repository was archived on November 9, 2023. This
means there are no recent updates, and it relies on older libraries. To get
started, go to the code section and download the ZIP file. Then, extract the ZIP
file.

Next, we’ll use Anaconda, a popular Python distribution platform. If you’re


unfamiliar with Anaconda, please check out our earlier video for an introduction.
Open the Anaconda prompt and create a new Python environment using Python 3.9.
Ensure you use Python version 3.9, as the latest versions are not compatible with
DeepFace Live. Once the environment is created, activate it. You should see the
base name change to “deepfakelive,” indicating the environment is active.

After this, navigate to the folder where you have extracted the ZIP file. Download
the requirement files and place them in the extracted folder. Now, run the
requirements text on Anaconda. This step might take some time as it downloads and
installs various files.

Once all required files are installed, it’s time to run DeepFace Live. Run the
provided code, and do not forget to replace the placeholder link with the actual
path to your DeepFace Live folder. For further assistance, refer to the mini video
on the GitHub page, which provides detailed instructions for running DeepFace Live.

STEPS:

Installing Anaconda
1. Download and Install anaconda (https://www.anaconda.com/)
2. Open Anaconda Prompt

Installing Python 3.9 and Activating


1. conda create – -name deepfakelive python=3.9 (Creates an environment named
deepfake with python 3.9)

2. conda activate deepfakelive (activates deepfakelive(base) in front will change


to deepfake)

Navigate to the Extracted Folder


1. Download the files from the link below and extract it
2. On Anaconda go to
cd C:/Users…..

Install all the required libraries


1. pip install -r requirements.txt (make sure you put the requirements.txt inside
the extracted folder)

Run DeepFaceLive
1. python main.py run DeepFaceLive --userdata-dir C:\dfk\DeepFaceLive-master\
userdata

Download DeepFaceLive Files (Google Drive) July 2024:


https://drive.google.com/file/d/1l9I3FzPI5_Swz02nxQ8j1-XLNsY0JCxi/view?usp=sharing

Requirements.txt (right click and save link as):


https://heyletslearnsomething.com/wp-content/uploads/2024/07/requirements.txt

Face Animator (Mini Video):


https://github.com/iperov/DeepFaceLive/blob/master/doc/FaceAnimator_tutor.webm?
raw=true

Additional setup for video calls:


https://github.com/iperov/DeepFaceLive/blob/master/doc/windows/for_video_calls.md

Additional setup for streaming:


https://github.com/iperov/DeepFaceLive/blob/master/doc/windows/for_streaming.md

Clone your Voice: Real time voice cloning:


https://heyletslearnsomething.com/blog/real-time-voice-cloning

https://heyletslearnsomething.com/blog/installing-deepfacelive-2024

You might also like