vIVANsy commited on
Commit
1bbcb4b
·
verified ·
1 Parent(s): e0eb593

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -28
requirements.txt CHANGED
@@ -1,29 +1,14 @@
1
- # Core dependencies
2
- streamlit==1.23.1 # Ensure compatibility with your version
3
- torch>=2.0.1
4
- transformers>=4.30.2
5
- sentence-transformers>=2.2.2
6
- gensim>=4.3.1
7
- streamlit-shadcn-ui
 
 
 
 
8
  spacy
9
-
10
- # NLP and similarity computation
11
- scikit-learn>=1.3.0
12
- nltk>=3.8.1
13
- rouge-score>=0.1.2
14
- bert-score>=0.3.13
15
- pot>=0.7.1
16
-
17
- # Visualization
18
- matplotlib>=3.7.2
19
- seaborn>=0.12.2
20
-
21
- # Data handling
22
- pandas>=2.0.3
23
-
24
- # PDF processing
25
- PyPDF2>=3.0.1
26
-
27
- # Optional: Additional utilities
28
- numpy>=1.25.0
29
- scipy>=1.11.1 # Useful for more advanced statistical analysis
 
1
+ streamlit
2
+ numpy
3
+ pandas
4
+ matplotlib
5
+ seaborn
6
+ scikit-learn
7
+ rouge-score
8
+ gensim
9
+ sentence-transformers
10
+ scipy
11
+ PyPDF2
12
  spacy
13
+ bert-score
14
+ pot