File size: 667 Bytes
9858829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Brand Sentiment - Visualization & Processing Requirements
# Install with: pip install -r requirements.txt

# Core visualization
streamlit==1.50.0
plotly==6.3.1

# Data processing
pandas==2.3.2
numpy==2.0.2
python-dateutil==2.9.0.post0

# Snowflake connectivity
snowflake-snowpark-python==1.39.0

# Environment management
python-dotenv==1.1.1

# AI / LLM (visualization agents + processing pipeline)
openai==1.108.0
langchain==0.3.27
langchain-openai==0.3.34
langgraph==0.6.8

# Language detection (processing pipeline)
lingua-language-detector==2.0.2

# HTML parsing (processing pipeline)
beautifulsoup4==4.14.3

# PDF report generation
fpdf2==2.8.4
kaleido==1.2.0