Youtube Deepfake detection
Is this Youtube video real? Paste the URL and find out.
What's it do?

Using nothing but a Youtube URL, determine if a video is likely a fake or has been tampered with.
Modzy developed a deepfake detection model to easily and accurately classify video as authentic or generated or altered. You can read more about the details behind the model and the problem here.
Ingredients

- A Youtube video
- A Jupyter Notebook
- Modzy's Python SDK
- opensource tool youtube_dl
- A Deep Fake detection model
Instructions

🎬
Youtube Deep Fake Detection
Open Recipe
Final Dish

{'input.mp4': 0.7630471989590054}
The model outputs a confidence score of 76.3%, which can be interpreted as the likelihood of the video being fake or having been tampered with. In this case, the model is highly confident that this video is fake.
Updated almost 2 years ago