Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Numbering error #11

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ To set up the development environment, follow these steps:
docker-compose up -d
```

10. Data preprocessing (這一階段因不同組員處理原因,OS 環境為 Windows):
9. Data preprocessing (這一階段因不同組員處理原因,OS 環境為 Windows):
- **Tesseract-OCR**:
- 下載並安裝 Tesseract-OCR。
- 安裝完成後,記下安裝路徑(如 `C:\Program Files\Tesseract-OCR\tesseract.exe`)。
Expand Down Expand Up @@ -155,9 +155,9 @@ To set up the development environment, follow these steps:
python3 Model/flask_app.py
```

11. 將主辦方提供的題目 json 檔案改名為 questions.json 並塞入 data/
12. 將主辦方提供的題目 json 檔案改名為 questions.json 並塞入 data/

12. 運行 main.py 進行測試得出 data/pred_retrieve.json 提交最終結果給主辦方:
13. 運行 main.py 進行測試得出 data/pred_retrieve.json 提交最終結果給主辦方:
```
python3 main.py
```
Expand Down
Loading