A Python-based web application designed to analyze media and detect deepfake content.
main.py: The main entry point for the web application.deepfake_detector.py: Core logic and model integration for deepfake analysis.models/: Contains the pre-trained machine learning models used for detection.data/: Directory for sample datasets or user-uploaded media.templates/&static/: HTML templates and static assets (CSS/JS) for the web interface.
- Clone the repository:
https://github.com/vikashvr1024/deepfake.git cd deepfake