Last updated:
0 purchases
drucker 0.4.5
# Rekcurd
[](https://travis-ci.com/rekcurd/drucker)
[](https://badge.fury.io/py/rekcurd)
[](https://codecov.io/gh/rekcurd/drucker “Non-generated packages only”)
[](https://pypi.python.org/pypi/rekcurd)
Rekcurd is the Project for serving ML module. This is a gRPC micro-framework and it can be used like [Flask](http://flask.pocoo.org/).
## Parent Project
https://github.com/rekcurd/drucker-parent
## Components
- [Rekcurd](https://github.com/rekcurd/drucker) (here): Project for serving ML module.
- [Rekcurd-dashboard](https://github.com/rekcurd/drucker-dashboard): Project for managing ML model and deploying ML module.
- [Rekcurd-client](https://github.com/rekcurd/drucker-client): Project for integrating ML module.
## Installation
From source:
`bash $ git clone --recursive https://github.com/rekcurd/drucker.git cddrucker python setup.py install `
From [PyPi](https://pypi.org/project/rekcurd/) directly:
`bash $ pip install rekcurd `
## How to use
Example code is available [here](https://github.com/rekcurd/drucker-example).
## Unittest
` $ python -m unittest `
## Kubernetes support
Rekcurd can be run on Kubernetes. See [here](https://github.com/rekcurd/drucker-parent).
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.