All Projects → developers-cosmos → DeployMachineLearningModels

developers-cosmos / DeployMachineLearningModels

Licence: other
This Repo Contains Deployment of Machine Learning Models on various cloud services like Azure, Heroku, AWS,GCP etc

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to DeployMachineLearningModels

Cloud-Service-Providers-Free-Tier-Overview
Comparing the free tier offers of the major cloud providers like AWS, Azure, GCP, Oracle etc.
Stars: ✭ 226 (+1514.29%)
Mutual labels:  gcp, cloud-computing
awesome-cloud-security
🛡️ Awesome Cloud Security Resources ⚔️
Stars: ✭ 1,056 (+7442.86%)
Mutual labels:  gcp, cloud-computing
awesome-aws-research
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources for Academic Researchers new to AWS
Stars: ✭ 41 (+192.86%)
Mutual labels:  cloud-computing, sagemaker
PDF-Bot
A bot for PDF for doing Many Things....
Stars: ✭ 38 (+171.43%)
Mutual labels:  gcp, heroku-deployment
Cloudquery
cloudquery transforms your cloud infrastructure into SQL or Graph database for easy monitoring, governance and security.
Stars: ✭ 1,300 (+9185.71%)
Mutual labels:  gcp, cloud-computing
System
Development repository for the "system" Chef cookbook
Stars: ✭ 21 (+50%)
Mutual labels:  chef-cookbook, configuration-management
img ai app boilerplate
An image classification app boilerplate to serve your deep learning models asap!
Stars: ✭ 27 (+92.86%)
Mutual labels:  gcp, heroku-deployment
Cloud Custodian
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
Stars: ✭ 3,926 (+27942.86%)
Mutual labels:  gcp, cloud-computing
Pulumi
Pulumi - Developer-First Infrastructure as Code. Your Cloud, Your Language, Your Way 🚀
Stars: ✭ 10,887 (+77664.29%)
Mutual labels:  gcp, cloud-computing
COVID19-FeedbackApplication
A simple application is developed to get feedback from a user and analyzing the text to predict the sentiment.
Stars: ✭ 13 (-7.14%)
Mutual labels:  chef-cookbook, configuration-management
Meme Generator
MemeGen is a web application where the user gives an image as input and our tool generates a meme at one click for the user.
Stars: ✭ 57 (+307.14%)
Mutual labels:  chef-cookbook, gcp
drf-starter-template
DRF Starter Template with drf-yasg, heroku deployment ready config, CORS config
Stars: ✭ 25 (+78.57%)
Mutual labels:  heroku-deployment
DevSecOps
Ultimate DevSecOps library
Stars: ✭ 4,450 (+31685.71%)
Mutual labels:  gcp
sops-operator
A Kubernetes operator for Mozilla SOPS
Stars: ✭ 23 (+64.29%)
Mutual labels:  gcp
SeLite
Automated database-enabled navigation ✔️ of web applications
Stars: ✭ 34 (+142.86%)
Mutual labels:  configuration-management
datajob
Build and deploy a serverless data pipeline on AWS with no effort.
Stars: ✭ 101 (+621.43%)
Mutual labels:  sagemaker
juno-agent
juno-agent
Stars: ✭ 46 (+228.57%)
Mutual labels:  configuration-management
hipaa-cloud-resources
HIPAA Cloud Resources -- a structured guide on usage of cloud services in the healthcare industry
Stars: ✭ 23 (+64.29%)
Mutual labels:  gcp
Paribhasha
paribhasha.herokuapp.com/
Stars: ✭ 21 (+50%)
Mutual labels:  heroku-deployment
kafka-connect-fs
Kafka Connect FileSystem Connector
Stars: ✭ 107 (+664.29%)
Mutual labels:  gcp

Deployment Of Machine Learning Models

Imagine You built an Optimized Model and got an accuracy of x%. You stop the Process , Continue to next Model. But in Real Case Scenarios, Bringing Models into Production and Sharing Business insights is Important.

Don''t Know How to Deploy?

Don't worry . This Repo Contains Deployment of Machine Learning Models on Various cloud services like Azure, Heroku, AWS,GCP etc.

Let's get Started

Data scientists build Machine learning models in jupyter lab, google colab and the likes, Machine learning engineers take the built model into production.

Deployment of an ML-model simply means the integration of the model into an existing production environment which can take in an input and return an output that can be used in making practical business decisions.

General Architecture

Deployment Types

1. Deploying Models in PAAS

Machine Learning Models can be Deployed on Paas like Heroku, AWS ElasticBeanStalk, Azure Web apps etc.

Platform-as-a-service provides a framework for developers to create their own applications. Essential, PaaS gives developers an online platform to create and manage software without worrying about maintaining everything else. Users manage the applications and data they create and store while the provider handles all the rest. PaaS offerings are built on virtualizations and often come with services to aid in testing and deploying applications.

Pass Architectures

1 . GCP Architecture

2 . Azure Architecture

2. Deploying in IAAS

Machine Learning Models can be Deployed on Iaas like AWS EC2, GCP Virtual Machines etc.

Infrastructure-as-a-service offers the most management responsibilities for users. IaaS is a fully self-service model where the provider delivers infrastructure resources via virtualization technologies. IaaS comprises scalable computing, storage, and security capabilities accessed on an API or dashboard. Users manage the data infrastructure themselves without having to worry about physical installations.

With IaaS, users have the most control over the resources provided to them. IaaS offers the systems needed to deploy applications and software without the need to maintain physical hardware. This means, though, that users need to ensure they handle the runtime and OS securely in order to avoid distributing harmful software. IaaS eliminates the physical aspect of owning and operating data centers while still requiring the same safety and security protocols.

Conclusion

Thank You :D

I have used many online resources while creating the application and I would like to thank them . Hope you found it insightful.If you have any queries you can mail me at : [email protected] . I would love to hear feedback from you to improvise it and make it better!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].