https://github.com/ml-libs/mlserve-demo
Demo fo mlserve project
https://github.com/ml-libs/mlserve-demo
demo demo-app machine-learning mlserve model-deployment
Last synced: 7 months ago
JSON representation
Demo fo mlserve project
- Host: GitHub
- URL: https://github.com/ml-libs/mlserve-demo
- Owner: ml-libs
- Created: 2018-08-21T21:17:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T19:52:59.000Z (over 7 years ago)
- Last Synced: 2025-07-01T10:03:07.429Z (11 months ago)
- Topics: demo, demo-app, machine-learning, mlserve, model-deployment
- Language: Python
- Homepage: https://young-ridge-56019.herokuapp.com
- Size: 71 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
mlserve-demo
============
Demo project for **mlserve** (https://github.com/ml-libs/mlserve) deployed on
heroku.
* https://young-ridge-56019.herokuapp.com
Deployed Project
----------------
* Prediction of fake instagram users based on public profile.
* Iris species classification, using on dataset from sklearn.
* Toxic comment classification, bases on kaggle dataset.
Deployement
-----------
Execute following commands::
$ pip install git+https://github.com/ml-libs/mlserve.git
$ heroku create
$ git push heroku master
$ heroku logs --tail
$ heroku open
Purge caches
------------
Sometimes it is useful to purge pip caches to force app to use new library::
$ heroku plugins:install heroku-repo
$ heroku repo:purge_cache -a appname
$ git commit --allow-empty -m "Purge cache"
$ git push heroku master
https://help.heroku.com/18PI5RSY/how-do-i-clear-the-build-cache