Model Packaging Overview (NLP + MLOps workshop sneak peak)
Join our workshop today at https://www.eventbrite.ca/e/premium-hands-on-workshop-build-and-deploy-deep-nlp-models-tickets-94306684833?aff=yt
Machine Learning Operations (ML-Ops) is the process of packaging and deploying ML models into production so that applications can be built on top of those.
This workshop will cover:
Environment setup (AWS, Conda, Github, Docker)
Overview of MLOps (Packaging, Serving, Infrastructure, Operational Considerations)
Cortex.dev demo
Model packaging - High-level overview
Introduction to Pickle, MLflow and ONNX
Docker - High-level overview
Creating Docker images and containers
Introduction to API’s (REST)
Introduction to Flask
Serve a model through Flask
Containerize model / API
Host on EC2 instance
Host on Fargate
Model training pipelines