Chore: .gitignore, requirements.txt 수정

This commit is contained in:
김진현 2024-09-02 15:27:19 +09:00
parent 1ed05d2de1
commit 03bba85028
2 changed files with 8 additions and 16 deletions

1
ai/.gitignore vendored
View File

@ -9,6 +9,7 @@ __pycache__/
*.env
# 패키지 디렉토리
.venv/
venv/
env/

View File

@ -1,16 +1,7 @@
# FastAPI 웹 프레임워크
fastapi
# ASGI 서버를 위한 Uvicorn
uvicorn
# YOLOv8 모델을 위한 ultralytics
ultralytics
# 테스트 도구
# pytest
# pytest-asyncio # 비동기 테스트 지원
# 환경 변수 로드
python-dotenv
fastapi==0.104.1
uvicorn==0.30.6
torch==2.4.0
torchaudio==2.4.0
torchvision==0.19.0
ultralytics==8.2.82
ultralytics-thop==2.0.5