kingfischer16 / mldeploy

Deploy ML code to cloud resources as a REST API for inference and training.
MIT License
2 stars 0 forks source link
aws aws-apigateway aws-cloudformation aws-ec2 aws-sdk cloud deployment docker python rest-api

{ml}deploy

Deploy ML to the cloud as a REST API for inference and training


{ml}deploy is a Python-based CLI tool and library for quickly containerizing and deploying your machine learning models to cloud services as a REST API.

Code can be local or pulled directly from a GitHub repository. Applications are deployed on cloud services (AWS) within custom generated Docker containers. Using AWS Lambda, AWS SQS, and AWS API Gateway a REST API is exposed for interacting with the deployed application. This can be used for:


Current status

This is a pre-release work-in-progress. Currently the tool can:


Disclaimer

The code within this repository is provided as is, for use as dictated by the LICENSE file. Any charges incurred from cloud resources as a result of deploying code is soley the responsibility of the end user. Please be responsible and monitor your resource usage to avoid unwanted or excessive charges.