Skip to main content

Light REST API for machine learned models

Project description

Build status Build Status Windows https://circleci.com/gh/sdpython/lightmlrestapi/tree/master.svg?style=svg https://badge.fury.io/py/lightmlrestapi.svg MIT License Requirements Status https://codecov.io/github/sdpython/lightmlrestapi/coverage.svg?branch=master GitHub Issues Waffle Notebook Coverage

lightmlrestapi

It implements a light machine learning REST API based on falcon. You can test a dummy wsgi server by running:

start_mlrestapi --name=dummy

And then query it with:

import requests
import ujson
features = ujson.dumps({'X': [0.1, 0.2]})
r = requests.post('http://127.0.0.1:8081', data=features)
print(r)
print(r.json())

It should return:

{'Y': [[0.4994216179, 0.4514893599, 0.0490890222]]}

The module was first tried with success in a hackathon in 2018. Participants could upload their model and retrieve their predictions through a REST API to check it was producing the same one as they had. A simple way to put a model into production.

History

current - 2019-05-17 - 0.00Mb

  • 20: fix issue with falcon 2.0 (2019-05-08)

  • 17: reload module mapped to subfolder (2019-01-11)

  • 16: add full example to start a rest api (2018-12-01)

0.1.111 - 2018-11-16 - 0.12Mb

  • 9: add version number to REST API (2018-11-13)

  • 6: allow a zip file which contains data and code (2018-11-13)

  • 4: add authentification to the rest api (2018-11-13)

0.1.88 - 2018-11-05 - 0.11Mb

  • 8: allow clear logs (2018-11-02)

  • 5: add a load function (2018-11-02)

  • 3: add ip address in the logging (2018-04-15)

  • 2: add encrypted logging (2018-04-15)

  • 1: fix gallery of examples (style) (2018-01-05)

0.1.37 - 2017-12-06 - 0.10Mb

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

lightmlrestapi-0.2.151-py3-none-any.whl (128.0 kB view details)

Uploaded Python 3

File details

Details for the file lightmlrestapi-0.2.151-py3-none-any.whl.

File metadata

File hashes

Hashes for lightmlrestapi-0.2.151-py3-none-any.whl
Algorithm Hash digest
SHA256 b2bc3ebfe7f71b2e74c4996fe3e32414a6264b23ce2d3cb99ef61805e471a3e3
MD5 6d872e2ae943b231efb4275ac49c4082
BLAKE2b-256 c1eb6559bc8d0b63e88f90b6939a7f26067c02af3c4aa7270108374d1d67af5d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page