# Notes-Chapter 14:  MLOps and Machine learning engineering

You may also want to few these projects:

* [container-revolution github](https://github.com/noahgift/container-revolution-devops-microservices)
* [Udacity DevOps Nanodegree:  Workflow referenced in course](https://www.udacity.com/course/cloud-dev-ops-nanodegree--nd9991)

## Packages and Software Referenced

* [Hadolint](https://github.com/hadolint/hadolint)
  - lints Dockerfiles
  - useful as part of a continuous integration and deployment/delivery process

* [scikit-learn](https://scikit-learn.org/stable/)
- Popular machine learning library for Python

* [flask](http://flask.palletsprojects.com/en/1.1.x/)
- A microservice friendly Python web framework

* [PyTorch](https://pytorch.org/)
- Open source deep learning framework

