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
Description: # 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/
        
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
