A newer version of the Streamlit SDK is available:
1.45.1
metadata
title: Deepfake Explainer App
emoji: π
colorFrom: purple
colorTo: blue
sdk: streamlit
sdk_version: 1.32.0
app_file: app.py
pinned: false
Deepfake Image Analyzer
This Streamlit app uses a fine-tuned Llama 3.2 Vision model to analyze images for signs of deepfake manipulation.
Features
- Upload any image to analyze for deepfake indicators
- Get both technical and non-technical explanations
- Customize the analysis with your own instructions
- Adjust generation parameters like temperature and response length
Model Details
This app uses the saakshigupta/deepfake-explainer-1 model, which is a fine-tuned version of Llama 3.2 Vision.
Usage Tips
- Upload a clear image of a face
- The model works best with front-facing portraits
- For more detailed analysis, increase the maximum response length
- You can customize the instruction in the sidebar
Technical Notes
The model implements a special cross-attention mask fix to handle vision features properly.