philip11 commited on
Commit
92c9060
·
verified ·
1 Parent(s): 9a8eea6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -3
requirements.txt CHANGED
@@ -1,3 +1,12 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
1
+ # Core Streamlit framework
2
+ streamlit>=1.28.0
3
+
4
+ # AI and Machine Learning (based on imports)
5
+ torch>=2.0.0
6
+ transformers>=4.35.0
7
+ sentence-transformers>=2.2.0
8
+ huggingface-hub>=0.17.0
9
+
10
+ # Data processing (based on imports)
11
+ numpy>=1.24.0
12
+ scikit-learn>=1.3.0