saakshigupta commited on
Commit
0bdc990
·
verified ·
1 Parent(s): dc102ea

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -12
README.md CHANGED
@@ -1,12 +1,25 @@
1
- ---
2
- title: Deepfake Explainer App
3
- emoji: 🦀
4
- colorFrom: green
5
- colorTo: yellow
6
- sdk: streamlit
7
- sdk_version: 1.44.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.