diff --git a/README.md b/README.md index b5dafa079b..77aab72684 100644 --- a/README.md +++ b/README.md @@ -228,22 +228,28 @@ And finally, here are some other examples and use cases for inspiration: 5. [LLMops](https://github.com/zenml-io/zenml-projects/tree/main/llm-complete-guide): Complete guide to do LLM with ZenML +## ๐Ÿ“š Learn from Books + +
+ + LLM Engineer's Handbook Cover +      + + Machine Learning Engineering with Python Cover + +

+
+ +ZenML is featured in these comprehensive guides to modern MLOps and LLM engineering. Learn how to build production-ready machine learning systems with real-world examples and best practices. + ## ๐Ÿ”‹ Deploy ZenML For full functionality ZenML should be deployed on the cloud to enable collaborative features as the central MLOps interface for teams. -Currently, there are two main ways to deploy ZenML: - -- **ZenML Pro**: [ZenML Pro](cloud.zenml.io/?utm_source=readme&utm_medium=referral_link&utm_campaign=cloud_promotion&utm_content=signup_link), -offers a SaaS version which comes with a control plane to create and manage multiple ZenML servers. -These servers are managed and maintained by ZenMLโ€™s dedicated team, alleviating -the burden of server management from your end. They also come with additional features like RBAC, a Model Control Plane -and [much more](https://zenml-io.gitbook.io/zenml-documentation/getting-started/zenml-pro. -- **Self-hosted deployment**: Alternatively, you have the flexibility to [deploy -ZenML on your own self-hosted environment](https://docs.zenml.io/getting-started/deploying-zenml#deploying-a-zenml-server). -This can be achieved through various methods, including using our CLI, Docker, -Helm, or HuggingFace Spaces. +Read more about various deployment options [here](https://docs.zenml.io/getting-started/deploying-zenml). + +Or, sign up for [ZenML Pro to get a fully managed server on a free trial](https://cloud.zenml.io/?utm_source=readme&utm_medium=referral_link&utm_campaign=cloud_promotion&utm_content=signup_link). ## Use ZenML with VS Code diff --git a/docs/book/.gitbook/assets/llm_engineering_handbook_cover.jpg b/docs/book/.gitbook/assets/llm_engineering_handbook_cover.jpg new file mode 100644 index 0000000000..19d30c2b75 Binary files /dev/null and b/docs/book/.gitbook/assets/llm_engineering_handbook_cover.jpg differ diff --git a/docs/book/.gitbook/assets/ml_engineering_with_python.jpg b/docs/book/.gitbook/assets/ml_engineering_with_python.jpg new file mode 100644 index 0000000000..46b68f522f Binary files /dev/null and b/docs/book/.gitbook/assets/ml_engineering_with_python.jpg differ