mhamza-007 commited on
Commit
67022b7
·
verified ·
1 Parent(s): 1950d24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -12,3 +12,8 @@ short_description: FastAPI Backend for DeepFake Video Detection
12
  # CViT Deepfake Detection Model
13
 
14
  This repository contains the inference code for the CViT-based deepfake video detection model. Due to file size limitations, the model weights are hosted on Hugging Face Hub.
 
 
 
 
 
 
12
  # CViT Deepfake Detection Model
13
 
14
  This repository contains the inference code for the CViT-based deepfake video detection model. Due to file size limitations, the model weights are hosted on Hugging Face Hub.
15
+
16
+ 🔗 **Web App Frontend**:
17
+ Deploy and test the model at: [https://skintegrity-detection.vercel.app/](https://skintegrity-detection.vercel.app/)
18
+
19
+ ---