23 lines
288 B
Plaintext
23 lines
288 B
Plaintext
# Requirements for Analisis Sentimen MBG
|
|
|
|
# Core
|
|
streamlit==1.31.0
|
|
pandas==2.1.4
|
|
numpy==1.26.3
|
|
|
|
# Machine Learning
|
|
scikit-learn==1.4.0
|
|
|
|
# NLP
|
|
nltk==3.8.1
|
|
Sastrawi==1.0.1
|
|
|
|
# Visualization
|
|
plotly==5.18.0
|
|
matplotlib==3.8.2
|
|
wordcloud==1.9.3
|
|
|
|
# Utilities
|
|
python-dateutil==2.8.2
|
|
Pillow==10.2.0
|