hlydecker commited on
Commit
bc8e848
1 Parent(s): 858328b

Create new file

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # pip install -r requirements.txt
2
+
3
+ # Requirements for marsupial demo
4
+ # A YOLOv5 powered animal detection and identification Gradio application
5
+
6
+ gradio
7
+ torch
8
+ torchvision
9
+ numpy
10
+ opencv-python
11
+ seaborn