# Core Data & Computation | |
pandas | |
numpy | |
# Visualization | |
plotly | |
matplotlib # Required by wordcloud | |
# Web Application Framework | |
gradio | |
# AI & API Integration | |
google-generativeai | |
# Optional Pandas Dependencies for specific features | |
tabulate # Required for .to_markdown() | |
# Specialized Analysis Modules | |
scikit-learn # For clustering | |
statsmodels # For time-series analysis | |
wordcloud # For text analysis | |
openpyxl |