Vishva007 commited on
Commit
a787fcb
·
verified ·
1 Parent(s): a13a10e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt CHANGED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # requirements.txt
2
+
3
+ # Core ML & Frameworks
4
+ transformers>=4.0.0
5
+ accelerate
6
+ torch>=2.0.0 --index-url https://download.pytorch.org/whl/cu121
7
+ torchvision>=0.15.0 --index-url https://download.pytorch.org/whl/cu121
8
+ torchaudio>=2.0.0 --index-url https://download.pytorch.org/whl/cu121
9
+
10
+ # Image Processing
11
+ opencv-python-headless
12
+ Pillow
13
+ numpy
14
+
15
+ # Web Interface
16
+ streamlit