Skip to content

Commit 16052cd

Browse files
committed
delete some doc
1 parent f0a1eb6 commit 16052cd

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1 @@
1-
# Heroku 部署機器學習 API
2-
此範例使用鳶尾花朵資料集進行 `XGBoost` 分類器模型訓練。將模型儲存起來,並使用 Flask 建置 API 介面提供輸入值預測。最後並部署到 Heroku 雲端伺服器平台。
3-
4-
## Getting Started
5-
### Fork Project
6-
你可以直接 Fork 此專案到你自己的 GitHub 帳號中,並採用 Heroku 連動 GitHub 專案的方式部署此 API 範例。
7-
8-
### Fork 專案到自己的 GitHub 帳號中
9-
10-
![](https://i.imgur.com/CEURaEi.png)
11-
12-
### 建立一個 Heroku 帳號並新增一個專案
13-
14-
[傳送門](https://dashboard.heroku.com/apps)
15-
16-
![](https://i.imgur.com/QYjg4JR.png)
1+
TEST

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ Flask
22
Flask-Cors
33
gunicorn
44
numpy
5-
scikit-learn==0.24.2
6-
xgboost==0.90

0 commit comments

Comments
 (0)