File size: 419 Bytes
913875e
c271fd4
913875e
 
a77b644
4888ade
913875e
 
c271fd4
 
913875e
 
 
 
 
c271fd4
913875e
 
82977b5
913875e
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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