playcat commited on
Commit
66a357e
·
verified ·
1 Parent(s): b26dfc1

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # BarkScan HuggingFace Spaces Requirements (2025)
2
+
3
+ # Gradio - Web interface framework
4
+ gradio==4.44.0
5
+
6
+ # Computer Vision & Barcode Detection
7
+ opencv-python-headless==4.10.0.84
8
+ pyzbar==0.1.9
9
+ numpy==1.26.4
10
+ Pillow==10.4.0
11
+
12
+ # Data handling
13
+ pandas==2.2.2
14
+
15
+ # Optional: For future API integration
16
+ # requests==2.32.3