Create README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,25 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Deepfake Image Analyzer
|
2 |
+
|
3 |
+
This Streamlit app uses a fine-tuned Llama 3.2 Vision model to analyze images for signs of deepfake manipulation.
|
4 |
+
|
5 |
+
## Features
|
6 |
+
|
7 |
+
- Upload any image to analyze for deepfake indicators
|
8 |
+
- Get both technical and non-technical explanations
|
9 |
+
- Customize the analysis with your own instructions
|
10 |
+
- Adjust generation parameters like temperature and response length
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
This app uses the [saakshigupta/deepfake-explainer-1](https://huggingface.co/saakshigupta/deepfake-explainer-1) model, which is a fine-tuned version of Llama 3.2 Vision.
|
15 |
+
|
16 |
+
## Usage Tips
|
17 |
+
|
18 |
+
1. Upload a clear image of a face
|
19 |
+
2. The model works best with front-facing portraits
|
20 |
+
3. For more detailed analysis, increase the maximum response length
|
21 |
+
4. You can customize the instruction in the sidebar
|
22 |
+
|
23 |
+
## Technical Notes
|
24 |
+
|
25 |
+
The model implements a special cross-attention mask fix to handle vision features properly.
|