Danialebrat's picture
Deploying sentiment analysis project
9858829
raw
history blame contribute delete
667 Bytes
# 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