Source Code Only
Full ZIP with frontend, backend, database & documentation.
- Complete project source files
- Database script included
- How-to-run guide
Tap to open live demo
Interactive live demo — verify the project before you buy
Complete final-year project source code with frontend, backend, database, and setup guide. Instant download after secure payment.
Choose your plan
Full ZIP with frontend, backend, database & documentation.
We install & configure the project on your laptop within 24 hours.
Review features, setup steps, and credentials before you pay.
Description, tech stack, and what is included
Deepfake Detection Using Machine Learning is a Python Flask based final year project developed for detecting deepfake images and videos using machine learning. This major project includes a public landing page, user dashboard, and admin dashboard. Users can register, log in, upload images, upload videos, run deepfake detection, view real/fake predictions, check confidence scores, view frame-wise video analysis, download PDF or TXT reports, manage detection history, update profile details, change password, and securely log out. Admins can monitor total users, total detections, real media count, deepfake count, failed detections, recent users, all detection records, and user accounts. The detection pipeline uses OpenCV face detection, feature extraction, Xception + LSTM machine learning model prediction, and local processing without third-party APIs. This deepfake detection source code is suitable for students who need a final year project, major project, minor project, source code, and project report based on Python, Flask, TensorFlow, Keras, OpenCV, and machine learning.
Ready to download?Pay once · Use for submission & viva
Modules and controls available to administrators
What end users can do in this application
Additional capabilities included in the project
Step-by-step setup on your laptop or PC
Open project folder:
cd "Deepfake Detection Using Machine Learning"
Create virtual environment:
python -m venv venv
Activate virtual environment on Windows:
venv\Scripts\activate
Activate virtual environment on Linux/macOS:
source venv/bin/activate
Install dependencies:
pip install -r requirements.txt
Place trained ML model weights file:
ml_models/deepfake_model.weights.h5
Seed the database:
python seed.py
Start the application:
python app.py
http://localhost:5000
Most Important - Download the Pre Trained Model File from here.
Default demo accounts for testing after setup
Admin Account
[email protected]adminadmin123/admin/Sample User Accounts
All sample users use password:
password123
Sample users:
johnsmith — Email: [email protected]sarahj — Email: [email protected]mikebrown — Email: [email protected]emilyd — Email: [email protected]davidw — Email: [email protected]lisaanderson — Email: [email protected]jamest — Email: [email protected]mariag — Email: [email protected]Usage terms for academic and personal projects
Search terms and categories for this source code