Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tensorflow==2.16.1
|
2 |
+
opencv-python==4.10.0.84
|
3 |
+
Pillow==10.2.0
|
4 |
+
seaborn==0.12.2
|
5 |
+
numpy==1.24.3
|
6 |
+
pandas==2.1.4
|
7 |
+
matplotlib==3.8.0
|
8 |
+
keras==3.3.3
|
9 |
+
scikit-learn==1.2.2
|
10 |
+
tqdm==4.65.0
|