worlabel/ai/requirements.txt

17 lines
245 B
Plaintext
Raw Normal View History

2024-09-02 13:50:43 +09:00
# FastAPI 웹 프레임워크
fastapi
# ASGI 서버를 위한 Uvicorn
uvicorn
# YOLOv8 모델을 위한 ultralytics
ultralytics
# 테스트 도구
# pytest
# pytest-asyncio # 비동기 테스트 지원
# 환경 변수 로드
python-dotenv