Yuuki0 commited on
Commit
fae0c0b
·
1 Parent(s): e0c75d6
Files changed (5) hide show
  1. .gitattributes +0 -35
  2. README.md +11 -0
  3. app.py +1 -0
  4. packages.txt +4 -0
  5. requirements.txt +71 -74
.gitattributes DELETED
@@ -1,35 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ckpt filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
- *.model filter=lfs diff=lfs merge=lfs -text
13
- *.msgpack filter=lfs diff=lfs merge=lfs -text
14
- *.npy filter=lfs diff=lfs merge=lfs -text
15
- *.npz filter=lfs diff=lfs merge=lfs -text
16
- *.onnx filter=lfs diff=lfs merge=lfs -text
17
- *.ot filter=lfs diff=lfs merge=lfs -text
18
- *.parquet filter=lfs diff=lfs merge=lfs -text
19
- *.pb filter=lfs diff=lfs merge=lfs -text
20
- *.pickle filter=lfs diff=lfs merge=lfs -text
21
- *.pkl filter=lfs diff=lfs merge=lfs -text
22
- *.pt filter=lfs diff=lfs merge=lfs -text
23
- *.pth filter=lfs diff=lfs merge=lfs -text
24
- *.rar filter=lfs diff=lfs merge=lfs -text
25
- *.safetensors filter=lfs diff=lfs merge=lfs -text
26
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
- *.tar.* filter=lfs diff=lfs merge=lfs -text
28
- *.tar filter=lfs diff=lfs merge=lfs -text
29
- *.tflite filter=lfs diff=lfs merge=lfs -text
30
- *.tgz filter=lfs diff=lfs merge=lfs -text
31
- *.wasm filter=lfs diff=lfs merge=lfs -text
32
- *.xz filter=lfs diff=lfs merge=lfs -text
33
- *.zip filter=lfs diff=lfs merge=lfs -text
34
- *.zst filter=lfs diff=lfs merge=lfs -text
35
- *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Deepfake Video Detection Using Generative Convolutional Vision Transformer
2
  Deressa Wodajo, Hannes Mareen, Peter Lambert, Solomon Atnafu, Zahid Akhtar, Glenn Van Wallendael
3
 
 
1
+ ---
2
+ title: GenConViT Deepfake Detection
3
+ emoji: 🛡️
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: 5.0.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Deepfake Video Detection Using Generative Convolutional Vision Transformer
13
  Deressa Wodajo, Hannes Mareen, Peter Lambert, Solomon Atnafu, Zahid Akhtar, Glenn Van Wallendael
14
 
app.py CHANGED
@@ -127,6 +127,7 @@ iface = gr.Interface(
127
  outputs=gr.Label(num_top_classes=2, label="Prediction Result"),
128
  title=title,
129
  description=description,
 
130
  examples=[
131
  ["sample_prediction_data/aajsqyyjni.mp4", "GenConViT", 15],
132
  ["sample_prediction_data/anndvqgoko.mp4", "GenConViT", 15],
 
127
  outputs=gr.Label(num_top_classes=2, label="Prediction Result"),
128
  title=title,
129
  description=description,
130
+ allow_flagging="never",
131
  examples=[
132
  ["sample_prediction_data/aajsqyyjni.mp4", "GenConViT", 15],
133
  ["sample_prediction_data/anndvqgoko.mp4", "GenConViT", 15],
packages.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ cmake
2
+ libopenblas-dev
3
+ liblapack-dev
4
+ ffmpeg
requirements.txt CHANGED
@@ -1,75 +1,72 @@
1
- aiofiles==24.1.0
2
- albumentations==1.3.0
3
- annotated-doc==0.0.4
4
- annotated-types==0.7.0
5
- anyio==4.12.0
6
- brotli==1.2.0
7
- certifi==2025.11.12
8
- click==8.3.1
9
- colorama==0.4.6
10
- decord==0.6.0
11
- dlib==20.0.0
12
- exceptiongroup==1.3.1
13
- face-recognition==1.3.0
14
- face-recognition-models==0.3.0
15
- fastapi==0.124.0
16
- ffmpy==1.0.0
17
- filelock==3.20.0
18
- fsspec==2025.12.0
19
- gradio==6.0.2
20
- gradio_client==2.0.1
21
- groovy==0.1.2
22
- h11==0.16.0
23
- hf-xet==1.2.0
24
- httpcore==1.0.9
25
- httpx==0.28.1
26
- huggingface_hub==1.2.1
27
- idna==3.11
28
- ImageIO==2.37.2
29
- Jinja2==3.1.6
30
- joblib==1.5.2
31
- lazy_loader==0.4
32
- markdown-it-py==4.0.0
33
- MarkupSafe==3.0.3
34
- mdurl==0.1.2
35
- mpmath==1.3.0
36
- networkx==3.4.2
37
- numpy==2.2.6
38
- opencv-python==4.12.0.88
39
- opencv-python-headless==4.12.0.88
40
- orjson==3.11.5
41
- packaging==25.0
42
- pandas==2.3.3
43
- pillow==12.0.0
44
- pydantic==2.12.4
45
- pydantic_core==2.41.5
46
- pydub==0.25.1
47
- Pygments==2.19.2
48
- python-dateutil==2.9.0.post0
49
- python-multipart==0.0.20
50
- pytz==2025.2
51
- PyYAML==6.0.3
52
- qudida==0.0.4
53
- rich==14.2.0
54
- safehttpx==0.1.7
55
- scikit-image==0.25.2
56
- scikit-learn==1.7.2
57
- scipy==1.15.3
58
- semantic-version==2.10.0
59
- shellingham==1.5.4
60
- six==1.17.0
61
- starlette==0.50.0
62
- sympy==1.14.0
63
- threadpoolctl==3.6.0
64
- tifffile==2025.5.10
65
  timm==0.6.5
66
- tomlkit==0.13.3
67
- torch==2.9.1
68
- torchvision==0.24.1
69
- tqdm==4.67.1
70
- typer==0.20.0
71
- typer-slim==0.20.0
72
- typing-inspection==0.4.2
73
- typing_extensions==4.15.0
74
- tzdata==2025.2
75
- uvicorn==0.38.0
 
1
+ aiofiles
2
+ albumentations
3
+ anyio
4
+ brotli
5
+ certifi
6
+ click
7
+ colorama
8
+ decord
9
+ dlib>=19.24.0
10
+ exceptiongroup
11
+ face-recognition
12
+ face-recognition-models
13
+ fastapi
14
+ ffmpy
15
+ filelock
16
+ fsspec
17
+ gradio>=5.0.0
18
+ gradio_client
19
+ groovy
20
+ h11
21
+ hf-xet
22
+ httpcore
23
+ httpx
24
+ huggingface_hub
25
+ idna
26
+ ImageIO
27
+ Jinja2
28
+ joblib
29
+ lazy_loader
30
+ markdown-it-py
31
+ MarkupSafe
32
+ mdurl
33
+ mpmath
34
+ networkx
35
+ numpy
36
+ opencv-python-headless
37
+ orjson
38
+ packaging
39
+ pandas
40
+ pillow
41
+ pydantic
42
+ pydantic_core
43
+ pydub
44
+ Pygments
45
+ python-dateutil
46
+ python-multipart
47
+ pytz
48
+ PyYAML
49
+ qudida
50
+ rich
51
+ safehttpx
52
+ scikit-image
53
+ scikit-learn
54
+ scipy
55
+ semantic-version
56
+ shellingham
57
+ six
58
+ starlette
59
+ sympy
60
+ threadpoolctl
61
+ tifffile
 
 
 
62
  timm==0.6.5
63
+ tomlkit
64
+ torch>=2.0.0
65
+ torchvision>=0.15.0
66
+ tqdm
67
+ typer
68
+ typer-slim
69
+ typing-inspection
70
+ typing_extensions
71
+ tzdata
72
+ uvicorn