Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,9 @@ tags:
|
|
6 |
- deep-fake
|
7 |
- detectioon
|
8 |
---
|
|
|
|
|
|
|
9 |
# **Deep-Fake-Detector-Model**
|
10 |
|
11 |
# **Overview**
|
@@ -48,7 +51,7 @@ result = pipe("path_to_image.jpg")
|
|
48 |
print(result)
|
49 |
```
|
50 |
|
51 |
-
|
52 |
```python
|
53 |
from transformers import ViTForImageClassification, ViTImageProcessor
|
54 |
from PIL import Image
|
@@ -102,7 +105,7 @@ The model is trained on a specific dataset and may not generalize well to other
|
|
102 |
- Improve generalization by training on larger and more diverse datasets.
|
103 |
- Incorporate explainability techniques to provide insights into model predictions.
|
104 |
|
105 |
-
# **Citation
|
106 |
|
107 |
```bibtex
|
108 |
@misc{Deep-Fake-Detector-Model,
|
|
|
6 |
- deep-fake
|
7 |
- detectioon
|
8 |
---
|
9 |
+
|
10 |
+
![df[ViT].gif](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/Xbuv-x40-l3QjzWu5Yj2F.gif)
|
11 |
+
|
12 |
# **Deep-Fake-Detector-Model**
|
13 |
|
14 |
# **Overview**
|
|
|
51 |
print(result)
|
52 |
```
|
53 |
|
54 |
+
# **Inference with PyTorch**
|
55 |
```python
|
56 |
from transformers import ViTForImageClassification, ViTImageProcessor
|
57 |
from PIL import Image
|
|
|
105 |
- Improve generalization by training on larger and more diverse datasets.
|
106 |
- Incorporate explainability techniques to provide insights into model predictions.
|
107 |
|
108 |
+
# **Citation**
|
109 |
|
110 |
```bibtex
|
111 |
@misc{Deep-Fake-Detector-Model,
|