Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas==1.3.3
|
| 2 |
+
tensorflow==2.6.0
|
| 3 |
+
opencv-python-headless==4.5.4.60
|
| 4 |
+
numpy==1.19.5
|
| 5 |
+
matplotlib==3.4.3
|
| 6 |
+
gradio==2.0.5
|