-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
59 lines (51 loc) · 988 Bytes
/
requirements.txt
File metadata and controls
59 lines (51 loc) · 988 Bytes
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
# FastAPI and Web Framework
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.10.0
pydantic-settings>=2.6.0
# AI/ML Libraries
langchain>=1.0.0
langchain-openai>=0.2.0
langchain-huggingface>=0.2.0
langchain-community
langchain-core
langchain-classic
langgraph>=0.2.0
openai>=1.54.0
transformers>=4.46.0
torch>=2.2.0
sentence-transformers>=3.0.0
accelerate
flashrank
# Vector Database (PostgreSQL + pgvector)
sqlalchemy>=2.0.25
psycopg[binary]>=3.2.0
pgvector>=0.3.6
pymysql>=1.1.0
oracledb>=2.0.0
python-docx
# Computer Vision (얼굴: ultralytics, 영상 화면 텍스트 PII: easyocr)
opencv-python>=4.10.0,<4.11
pillow>=11.0.0
ultralytics
easyocr>=1.7.0
# Audio Processing
faster-whisper
soundfile
pydub
# Data Processing
pandas>=2.2.3
numpy>=1.26.0,<2.0
xgboost>=2.0.0
pymupdf
# Utilities
python-dotenv>=1.0.1
cryptography>=44.0.0
python-multipart>=0.0.12
aiofiles>=24.1.0
httpx>=0.27.0
# Logging and Monitoring
loguru>=0.7.3
# Testing
pytest>=8.3.0
pytest-asyncio>=0.24.0