pepperumo commited on
Commit
4b7b2a1
·
verified ·
1 Parent(s): b5852fb

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -0
requirements.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core Dependencies
2
+ streamlit
3
+ numpy<2 # Prevents incompatibility issues with PyTorch
4
+ pandas
5
+ plotly
6
+ matplotlib
7
+ seaborn
8
+ joypy
9
+ joblib
10
+
11
+ # Machine Learning & Image Processing
12
+ torch @ https://download.pytorch.org/whl/cpu/torch-2.1.2%2Bcpu-cp311-cp311-linux_x86_64.whl
13
+ torchvision @ https://download.pytorch.org/whl/cpu/torchvision-0.16.2%2Bcpu-cp311-cp311-linux_x86_64.whl
14
+ torchaudio @ https://download.pytorch.org/whl/cpu/torchaudio-2.1.2%2Bcpu-cp311-cp311-linux_x86_64.whl
15
+ opencv-python-headless # Prevents OpenGL issues
16
+ pillow
17
+
18
+ # Serialization & Utilities
19
+ dill
20
+ pickle-mixin