Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,8 @@ tags:
|
|
| 13 |
- ai
|
| 14 |
- real
|
| 15 |
---
|
|
|
|
|
|
|
| 16 |
# **AI-vs-Deepfake-vs-Real**
|
| 17 |
|
| 18 |
AI-vs-Deepfake-vs-Real is an image classification model for differentiating between artificial, deepfake, and real images. It is based on Google's ViT model (`google/vit-base-patch32-224-in21k`).
|
|
@@ -43,8 +45,6 @@ A reasonable number of training samples were used to achieve good efficiency in
|
|
| 43 |
|
| 44 |

|
| 45 |
|
| 46 |
-
|
| 47 |
-
|
| 48 |
# **Inference with Hugging Face Pipeline**
|
| 49 |
```python
|
| 50 |
from transformers import pipeline
|
|
|
|
| 13 |
- ai
|
| 14 |
- real
|
| 15 |
---
|
| 16 |
+

|
| 17 |
+
|
| 18 |
# **AI-vs-Deepfake-vs-Real**
|
| 19 |
|
| 20 |
AI-vs-Deepfake-vs-Real is an image classification model for differentiating between artificial, deepfake, and real images. It is based on Google's ViT model (`google/vit-base-patch32-224-in21k`).
|
|
|
|
| 45 |
|
| 46 |

|
| 47 |
|
|
|
|
|
|
|
| 48 |
# **Inference with Hugging Face Pipeline**
|
| 49 |
```python
|
| 50 |
from transformers import pipeline
|