Skip to content

jasonliu1990/deploy_ml_model

Repository files navigation

使用flask佈署機器學習模型

folder

  • api: 使用flask製作的RESTful api
  • model: 存放訓練好的model.pkl
  • webapp: 使用flask製作的webapp

jupyter notebook

  • iris_create_model.ipynb: 訓練模型, 存成.pkl
  • iris_gui.ipynb: Demo用, 使用ipywidgets

webapp/api 使用方法

  • cmd輸入 python 檔案.py掛起服務, 瀏覽器開啟 http://127.0.0.1:5000/

About

deploy ML model using flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published