Skip to content

Commit aa34137

Browse files
author
JJangcoding
committed
commit success
1 parent fab33bd commit aa34137

File tree

5 files changed

+84
-11
lines changed

5 files changed

+84
-11
lines changed

.idea/.gitignore

-8
This file was deleted.

.idea/misc.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

+74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,14 @@ git clone <레포지토리 주소>
120120
# 디렉토리 이동
121121
cd lost-and-find
122122

123-
# requirements.txt 파일을 사용하여 의존성 설치
124-
pip install -r requirements.txt
123+
# poetry 설치
124+
pip install poetry
125+
126+
# yolo 의존성 설치
127+
poetry install --with yolo
128+
129+
# transformers 설치
130+
pip install transformers
125131
```
126132

127133
### 3단계: 예제 실행

0 commit comments

Comments
 (0)