Metadata-Version: 2.1
Name: mest
Version: 0.1.0a0
Summary: A framework for developing a realtime model-inference service.
Home-page: https://github.com/orlevi111/mest
Author: Or Levi
Author-email: orlevi128@gmail.com
License: LICENCE
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: Flask (==1.1.*)
Requires-Dist: cerberus (==1.3.*)
Requires-Dist: gunicorn (==20.*)
Requires-Dist: python-dotenv (==0.10.*)
Requires-Dist: click (==7.*)

# Mest
ML Models on REST
A framework for developing a realtime model-inference service.

Allows you to set up an inference-endpoint for you ML Model easily.

Mest uses `Flask` for creating a lightweight WSGI web application, designed to run on Kubernetes

Docs can found here:
https://orlevi111.github.io/mest/


