File size: 441 Bytes
a668bc0
ce7af77
 
 
 
 
 
 
 
a668bc0
 
 
 
ce7af77
 
a668bc0
ce7af77
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
streamlit>=1.30
pandas>=2.0
numpy>=1.24
scikit-learn>=1.3
plotly>=5.18
sentence-transformers>=2.5
requests>=2.31
openpyxl>=3.1

# Approach 1 — WordNet concept lookups (optional, auto-downloads corpus at runtime)
nltk>=3.8

# Approach 2 — semantic aspect discovery (optional; torch already pulled by sentence-transformers)
fastopic>=0.0.5

# Approach 2 — OpenAI-compatible client for optional local-LLM label refinement
openai>=1.30