-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
67 lines (59 loc) · 1.18 KB
/
requirements.txt
File metadata and controls
67 lines (59 loc) · 1.18 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Copyright (c) 2025 Zichen Zhao
# Columbia University School of Social Work
# Licensed under the MIT Academic Research License
# See LICENSE file in the project root for details.
# Core ML and Data Science
tensorflow>=2.15,<2.16
jax>=0.4.34,<0.5.0
ml-dtypes>=0.3.2,<0.4.0
torch==2.5.0
scikit-learn==1.5.2
numpy==1.26.4
pandas==2.2.2
matplotlib-inline==0.1.7
scipy==1.13.1
xgboost==2.1.1
imbalanced-learn==0.12.4
# NLP and Language Models
transformers==4.45.2
tokenizers==0.20.0
nltk==3.9.1
rouge-score==0.1.2
langchain==0.2.14
langchain-community==0.2.12
langchain-core==0.2.33
langchain-experimental==0.0.64
langchain-ollama==0.1.1
langchain-text-splitters==0.2.2
langsmith==0.1.100
ollama==0.3.1
openai==1.43.0
# Document Processing
python-docx==1.1.2
PyPDF2==3.0.1
# Web Framework and API
fastapi==0.110.3
uvicorn==0.25.0
streamlit==1.38.0
chainlit==1.1.402
gunicorn==23.0.0
# Database and Vector Store
chromadb==0.5.5
SQLAlchemy==2.0.32
# Utilities
requests==2.32.3
python-dotenv==1.0.1
pydantic==2.8.2
click==8.1.7
tqdm==4.66.5
rich==13.8.0
PyYAML==6.0.2
joblib==1.4.2
# Visualization
matplotlib==3.7.2
seaborn==0.12.2
plotly==5.23.0
dash==2.17.1
# Development Tools
black==24.10.0
isort==5.13.2