forked from Livinterview/Livinterview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
57 lines (53 loc) · 1.36 KB
/
requirements.txt
File metadata and controls
57 lines (53 loc) · 1.36 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
# ────────── FastAPI 서버 & 스트리밍 ──────────
fastapi
uvicorn
authlib
python-dotenv
starlette
httpx
itsdangerous
redis
pymysql
python-multipart
schedule
aiohttp
aiofiles
pydantic
pydantic-core
pydantic-settings
# ────────── LangChain · OpenAI 챗봇 ──────────
openai==1.75.0
tiktoken==0.9.0
langchain==0.3.24
langchain-core==0.3.56
langchain-community==0.3.23
langchain-openai==0.3.15
# ────────── 모델 추론 / 비전 파이프라인 ──────────
torch==2.3.0 # CUDA 포함 버전은 별도 설치 권장
# pip install torch==2.3.0+cu118 torchvision==0.18.0+cu118 --index-url https://download.pytorch.org/whl/cu118
torchvision==0.18.0
timm==1.0.15
numpy==1.26.4
opencv-python==4.11.0.86
pillow==11.2.1
pycocotools==2.0.8
diffusers==0.33.1
transformers==4.51.3
huggingface-hub==0.30.2
safetensors==0.5.3
groundingdino-py
git+https://github.com/facebookresearch/segment-anything.git
fairscale==0.4.13
# ────────── 데이터 · 보조 유틸 ──────────
requests==2.32.3
SQLAlchemy==2.0.40
orjson==3.10.16
typing_extensions==4.13.2
filelock==3.18.0
packaging==24.2
tqdm==4.67.1
scipy==1.15.2
scikit-learn==1.6.1
matplotlib==3.10.1
# ────────── GIS 관련 ──────────
geopandas