drkareemkamal
commited on
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Pillow==9.4.0
|
2 |
+
numpy==1.26.4
|
3 |
+
pandas==2.0.3
|
4 |
+
tensorflow==2.17.0
|
5 |
+
gradio==4.10.0
|
6 |
+
seaborn==0.13.1
|
7 |
+
matplotlib==3.7.1
|
8 |
+
python-opencv
|