Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,12 @@ metrics:
|
|
5 |
base_model:
|
6 |
- google/vit-base-patch16-224-in21k
|
7 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
# Deepfake Image Detection Using Fine-Tuned Vision Transformer (ViT)
|
10 |
This project focuses on detecting **deepfake images** using a fine-tuned version of the pre-trained model `google/vit-base-patch16-224-in21k`. The approach leverages the power of Vision Transformers (ViT) to classify images as real or fake.
|
@@ -19,4 +25,4 @@ This project focuses on detecting **deepfake images** using a fine-tuned version
|
|
19 |
|
20 |
*Figure : Confusion matrix for test data*
|
21 |
|
22 |
-

|
|
|
5 |
base_model:
|
6 |
- google/vit-base-patch16-224-in21k
|
7 |
pipeline_tag: image-classification
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
library_name: transformers
|
11 |
+
tags:
|
12 |
+
- Python
|
13 |
+
- Deepfake
|
14 |
---
|
15 |
# Deepfake Image Detection Using Fine-Tuned Vision Transformer (ViT)
|
16 |
This project focuses on detecting **deepfake images** using a fine-tuned version of the pre-trained model `google/vit-base-patch16-224-in21k`. The approach leverages the power of Vision Transformers (ViT) to classify images as real or fake.
|
|
|
25 |
|
26 |
*Figure : Confusion matrix for test data*
|
27 |
|
28 |
+

|