DeepFake Detection Web-App[Mirage Breaker] π₯ 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.
- We've created a DeepFake Detection system that intends to detect DeepFake videos using Deep Learning techniques like ResNext and LSTM. Also integrated the trained model with the Frontend UI which uses ReactJs and Backend uses Flask.
-
Deep - This is the root folder.
-
Requirements.txt - Python libraries needed for this project.
-
To use this application a folder named as 'model' needs to be created and inside this folder, you have to add trained model uploaded at Trained-Model
-
To use this application a folders named as 'Uploaded_Files' to be created inside root(Deep) folder.
-
To run this application install all necessary libraries
pip install -r requirements.txt
cd Deep
python server.py
HIS2.0
βββ Deep
| βββ PPT
β βββ model
β βββ static
| | βββ react
| |
| βββ templates
| βββ Uploaded_Files
| βββ model2.ipynb
| βββ modeltraining.py
| βββ requirements.txt
| βββ server.py
|
βββ README.md