Model is a deep learning-based classifier (specifically built using XceptionNet) that does the following: - Takes an image as input - Analyzes its content to detect signs of manipulation (deepfake)
-Outputs a prediction like: "Real" (if it's a genuine photo) "Fake" (if it's altered or AI-generated)
- Install the required dependencies:
pip install -r requirements.txt- Run the application:
python app.pyThe application will start and you can upload images to check if they are real or AI-generated.