Add edge requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# SmartClass Edge Node requirements
|
| 2 |
+
numpy==1.26.3
|
| 3 |
+
opencv-python-headless==4.9.0.80
|
| 4 |
+
onnxruntime==1.16.3
|
| 5 |
+
faiss-cpu==1.7.4
|
| 6 |
+
redis[hiredis]==5.0.1
|
| 7 |
+
pyyaml==6.0.1
|
| 8 |
+
psutil==5.9.7
|
| 9 |
+
Pillow==10.2.0
|