30 lines
424 B
Plaintext
30 lines
424 B
Plaintext
# Core Flask dependencies
|
|
Flask==2.3.3
|
|
gunicorn==21.2.0
|
|
Werkzeug==2.3.7
|
|
|
|
# Machine Learning & Data Processing
|
|
scikit-learn==1.3.0
|
|
pandas==2.0.3
|
|
numpy==1.24.3
|
|
nltk==3.8.1
|
|
textblob==0.17.1
|
|
|
|
# Indonesian NLP
|
|
Sastrawi==1.0.1
|
|
|
|
# Social Media API
|
|
tweepy==4.14.0
|
|
|
|
# Translation
|
|
googletrans==4.0.0rc1
|
|
|
|
# Image Processing & Visualization
|
|
matplotlib==3.7.2
|
|
wordcloud==1.9.2
|
|
Pillow==10.0.0
|
|
|
|
# Utilities
|
|
requests==2.31.0
|
|
urllib3==2.0.4
|