Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,9 @@ tags:
|
|
15 |
The model categorizes images into two classes:
|
16 |
- **Class 0:** "Issue in Deepfake" – indicating that the deepfake image has noticeable flaws or inconsistencies.
|
17 |
- **Class 1:** "High-Quality Deepfake" – indicating that the deepfake image is of high quality and appears more realistic.
|
18 |
-
|
|
|
|
|
19 |
```python
|
20 |
!pip install -q transformers torch pillow gradio
|
21 |
```
|
@@ -68,6 +70,4 @@ The **Deepfake-Quality-Assess-Siglip2** model is designed to evaluate the qualit
|
|
68 |
- **Deepfake Quality Assessment:** Identifying whether a generated deepfake meets high-quality standards or contains artifacts and inconsistencies.
|
69 |
- **Content Moderation:** Assisting in filtering low-quality deepfake images in digital media platforms.
|
70 |
- **Forensic Analysis:** Supporting researchers and analysts in assessing the credibility of synthetic images.
|
71 |
-
- **Deepfake Model Benchmarking:** Helping developers compare and improve deepfake generation models.
|
72 |
-
|
73 |
-
This model is intended for research, forensic analysis, and quality control applications rather than real-time detection of deepfake authenticity.
|
|
|
15 |
The model categorizes images into two classes:
|
16 |
- **Class 0:** "Issue in Deepfake" – indicating that the deepfake image has noticeable flaws or inconsistencies.
|
17 |
- **Class 1:** "High-Quality Deepfake" – indicating that the deepfake image is of high quality and appears more realistic.
|
18 |
+
-
|
19 |
+
# **Run with Transformers**
|
20 |
+
|
21 |
```python
|
22 |
!pip install -q transformers torch pillow gradio
|
23 |
```
|
|
|
70 |
- **Deepfake Quality Assessment:** Identifying whether a generated deepfake meets high-quality standards or contains artifacts and inconsistencies.
|
71 |
- **Content Moderation:** Assisting in filtering low-quality deepfake images in digital media platforms.
|
72 |
- **Forensic Analysis:** Supporting researchers and analysts in assessing the credibility of synthetic images.
|
73 |
+
- **Deepfake Model Benchmarking:** Helping developers compare and improve deepfake generation models.
|
|
|
|