Merge branch 'main' of https://huggingface.co/spaces/Ohajoui/AI-or-Not
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
albumentations
|
2 |
+
matplotlib
|
3 |
+
numpy
|
4 |
+
pandas
|
5 |
+
torch
|
6 |
+
efficientnet-pytorch
|
7 |
+
Pillow
|
8 |
+
scikit-learn
|
9 |
+
tqdm
|