DeepFake Detection Web-App 🖥 using Deep Learning (ResNext and LSTM), Flask, and ReactJs where you can predict whether a video is FAKE or REAL along with the confidence ratio.
- Designed a DeepFake Detection system to identify DeepFake videos using Deep Learning techniques like ResNext and LSTM. Integrated the trained model with a ReactJS Frontend and Flask Backend.
- The dataset used to train the model is available here.
- Trained model files can be found here.
- Model training reference taken from this resource.
DeepShield
|
|--- DeepFake_Detection
|--- Implementation Video
|--- Project-Setup.txt
|--- Requirements.txt
- DeepFake_Detection - Root folder of the project.
- Implementation Video - Shows complete working of the project.
- Project-Setup.txt - Contains all steps to set up and run the project.
- Requirements.txt - Python libraries needed for this project.
Setup instructions are listed here.
- In the root folder (
DeepFake_Detection), create a folder calledUploaded_Files. - In the root folder (
DeepFake_Detection), create a folder calledmodeland add the model file in it.
(Paths are already set in server.py, so this avoids errors.)



