File size: 734 Bytes
8e66145
e62f11c
 
 
 
8e66145
 
e62f11c
 
8e66145
 
e62f11c
8e66145
 
e62f11c
 
 
 
 
 
8e66145
 
e62f11c
 
 
 
 
 
8e66145
 
e62f11c
8e66145
e62f11c
 
8e66145
 
 
 
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
32
33
34
35
36
37
38
# Core dependencies for data processing and ML
pandas
numpy
scikit-learn  # Used for ML models
joblib

# NLP and sentiment analysis
nltk
vaderSentiment

# Dataset downloading
kagglehub

# Vector database and embeddings
chromadb
openai
langchain
langchain-openai
langchain-chroma
httpx  # Required for API calls

# API and tracing
fastapi
uvicorn
pydantic
langsmith
python-dotenv
lightgbm

# New dependencies for additional features
python-multipart  # For file uploads
fastapi-cors  # For CORS support
aiofiles  # For async file operations
jinja2  # For template rendering
python-jose[cryptography]  # For JWT tokens (authentication)
passlib[bcrypt]  # For password hashing
pydub  # For audio processing
pillow  # For image processing