ratandeep commited on
Commit
e6635ab
·
1 Parent(s): edcfc2a

Restore requirements.txt for build

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Gradio WebRTC AI Video Analysis Requirements
2
+ # For Hugging Face Spaces deployment
3
+
4
+ gradio>=5.0.0
5
+ opencv-python-headless>=4.8.0
6
+ ultralytics>=8.0.0
7
+ openai>=1.0.0
8
+ chromadb>=0.4.0
9
+ numpy>=1.24.0
10
+ torch>=2.0.0
11
+ torchvision>=0.15.0