Adieee5 commited on
Commit
5372807
·
verified ·
1 Parent(s): f3d6383

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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
- ![image/png](output.png)
 
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
+ ![image/png](output.png)