Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# **AI-vs-Deepfake-vs-Real-v2.0**
|
5 |
|
@@ -85,4 +93,4 @@ The **AI-vs-Deepfake-vs-Real-v2.0** model is designed to classify images into th
|
|
85 |
- **Deepfake Detection:** Identifying manipulated deepfake content in media.
|
86 |
- **AI-Generated Image Identification:** Distinguishing AI-generated images from real or deepfake images.
|
87 |
- **Content Verification:** Supporting fact-checking and digital forensics in assessing image authenticity.
|
88 |
-
- **Social Media and News Filtering:** Helping platforms flag AI-generated or deepfake content.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- google/siglip2-base-patch16-224
|
7 |
+
pipeline_tag: image-classification
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- deepfake
|
11 |
---
|
12 |
# **AI-vs-Deepfake-vs-Real-v2.0**
|
13 |
|
|
|
93 |
- **Deepfake Detection:** Identifying manipulated deepfake content in media.
|
94 |
- **AI-Generated Image Identification:** Distinguishing AI-generated images from real or deepfake images.
|
95 |
- **Content Verification:** Supporting fact-checking and digital forensics in assessing image authenticity.
|
96 |
+
- **Social Media and News Filtering:** Helping platforms flag AI-generated or deepfake content.
|