Spaces:
Sleeping
Sleeping
Commit
·
767dbb5
1
Parent(s):
2608645
model updated
Browse files
deepfake_detection.ipynb → ads564_deepfake_detection.ipynb
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
xception_deepfake_model.pkl → deepfake_model.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87b3e28d45052daafe01454bf89b3f91dd8f4703f645fb75c3781830d6e156a3
|
3 |
+
size 83805555
|
requirements.txt
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
-
fastai==2.7.13
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
timm
|
5 |
-
scikit-learn
|
6 |
gradio==4.16.0
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
fasttransform
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio==4.16.0
|
2 |
+
cloudpickle==3.1.1
|
3 |
+
fastai==2.7.19
|
4 |
+
fastcore==1.7.29
|
5 |
+
fastdownload==0.0.7
|
6 |
+
fastprogress==1.0.3
|
7 |
+
matplotlib==3.10.0
|
8 |
+
numpy==2.0.2
|
9 |
+
packaging==24.2
|
10 |
+
pandas==2.2.2
|
11 |
+
pillow==11.2.1
|
12 |
+
requests==2.32.3
|
13 |
+
scikit-learn==1.6.1
|
14 |
+
timm==1.0.15
|
15 |
+
torch==2.6.0+cu124
|
16 |
+
torchvision==0.21.0+cu124
|
17 |
+
tqdm==4.67.1
|
18 |
fasttransform
|
runtime.txt
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
python-3.12.7
|
|
|
|