31 lines
842 B
Plaintext
31 lines
842 B
Plaintext
# API 프레임워크
|
|
fastapi==0.111.0
|
|
uvicorn[standard]==0.29.0
|
|
|
|
# 이미지 처리
|
|
numpy==1.26.4
|
|
# opencv-contrib-python-headless: headless(GUI 불필요) + contrib(Stitcher 등) 통합
|
|
opencv-contrib-python-headless==4.9.0.80
|
|
Pillow==10.3.0
|
|
piexif==1.1.3
|
|
scikit-image==0.19.3
|
|
matplotlib==3.5.1
|
|
|
|
# 지리 데이터 처리
|
|
rasterio==1.3.10
|
|
geopandas==0.14.4
|
|
shapely==2.0.4
|
|
pyproj==3.6.1
|
|
# osgeo(GDAL Python 바인딩)는 시스템 GDAL 버전과 맞춰야 하므로 Dockerfile에서 설치
|
|
|
|
# AI/ML — PyTorch는 base 이미지에 포함, mmcv/mmsegmentation은 Dockerfile에서 설치
|
|
# mmcv-full==1.4.3 은 torch/CUDA 버전에 맞는 pre-built 휠이 필요하여 Dockerfile에서 직접 설치
|
|
|
|
# OCR (메타데이터 추출: Export_Metadata_mx15hdi.py)
|
|
paddlepaddle==2.6.2
|
|
paddleocr==2.7.0.2
|
|
|
|
# 유틸리티
|
|
pandas==2.2.2
|
|
tqdm==4.66.4
|