Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# pip install -r requirements.txt
|
| 2 |
+
|
| 3 |
+
deeplabcut-live
|
| 4 |
+
gradio
|
| 5 |
+
torch
|
| 6 |
+
torchvision
|
| 7 |
+
numpy
|
| 8 |
+
opencv-python
|
| 9 |
+
seaborn
|