ai-ds-agent / requirements.txt
Sanchay3011
Updated requirements with all dependencies
913875e
raw
history blame contribute delete
419 Bytes
# Core framework
streamlit
# Data handling
pandas
numpy
# Visualization
matplotlib
seaborn
# Machine Learning
scikit-learn
# Report generation
reportlab
# Environment variables
python-dotenv
# LangChain & Groq
langchain
langchain-groq
# Hugging Face Hub (optional, but good to have)
huggingface-hub
# Extra (to avoid common issues)
openpyxl # for Excel file support
pyyaml # sometimes needed by langchain