Commit ·
ef648c0
1
Parent(s): 7619e31
working
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
degirum
|
| 2 |
altair<5
|
| 3 |
-
|
| 4 |
opencv-python
|
| 5 |
torch
|
| 6 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
degirum
|
| 2 |
altair<5
|
| 3 |
+
git+https://github.com/openai/CLIP.git
|
| 4 |
opencv-python
|
| 5 |
torch
|
| 6 |
+
numpy
|
| 7 |
+
ftfy
|
| 8 |
+
regex
|
| 9 |
+
tqdm
|