Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1010code/flask-api-example-with-ml-model-heroku
https://github.com/1010code/flask-api-example-with-ml-model-heroku
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/1010code/flask-api-example-with-ml-model-heroku
- Owner: 1010code
- Created: 2020-09-19T07:39:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T02:50:52.000Z (over 1 year ago)
- Last Synced: 2024-04-28T05:23:18.721Z (10 months ago)
- Language: Python
- Size: 242 KB
- Stars: 2
- Watchers: 2
- Forks: 73
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroku 部署機器學習 API
此範例使用鳶尾花朵資料集進行 `XGBoost` 分類器模型訓練。將模型儲存起來,並使用 Flask 建置 API 介面提供輸入值預測。最後並部署到 Heroku 雲端伺服器平台。## Getting Started
### Fork Project
你可以直接 Fork 此專案到你自己的 GitHub 帳號中,並採用 Heroku 連動 GitHub 專案的方式部署此 API 範例。### Fork 專案到自己的 GitHub 帳號中
![](https://i.imgur.com/CEURaEi.png)
### 建立一個 Heroku 帳號並新增一個專案
[傳送門](https://dashboard.heroku.com/apps)
![](https://i.imgur.com/QYjg4JR.png)