# keras2kubernetes **Repository Path**: hou305/keras2kubernetes ## Basic Information - **Project Name**: keras2kubernetes - **Description**: Open source project to deploy Keras Deep Learning models packaged as Docker containers on Kubernetes. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-30 - **Last Updated**: 2020-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  ## Keras to Kubernetes: The Journey of a Machine Learning Model to Production #### by [Dattaraj Jagdish Rao](mailto:dattarajrao@yahoo.com) - Book releasing April 2019 We have seen an exponential growth in the use of Artificial Intelligence (AI) over last few years. AI is becoming the new electricity and is touching every industry from retail to manufacturing to healthcare to entertainment. Within AI, we’re seeing a particular growth in Machine Learning (ML) and Deep Learning (DL) applications. ML is all about learning relationships from labeled (Supervised) or unlabeled data (Unsupervised). DL has many layers of learning and can extract patterns from unstructured data like images, video, audio, etc. Keras to Kubernetes: The Journey of a Machine Learning Model to Production takes you through real-world examples of building DL models in Keras for recognizing product logos in images and extracting sentiment from text. You will then take that trained model and package it as a web application container before learning how to deploy this model at scale on a Kubernetes cluster. You will understand the different practical steps involved in real-world ML implementations which go beyond the algorithms. * Find hands-on learning examples * Learn to uses Keras and Kubernetes to deploy Machine Learning models * Discover new ways to collect and manage your image and text data with Machine Learning * Reuse examples as-is to deploy your models * Understand the ML model development lifecycle and deployment to production If you’re ready to learn about one of the most popular DL frameworks and build production applications with it, you’ve come to the right place. Below is the table of contents for the book and supported code from the book for your reference. ## Keras to Kubernetes: The Journey of a Machine Learning Model to Production * INTRODUCTION * Chapter 1: BigData & Artificial Intelligence * Chapter 2: Machine Learning * Chapter 3: Handling Unstructured Data * Chapter 4: Deep Learning using Keras * Chapter 5: Advanced Deep Learning * Chapter 6: Cutting-Edge Deep Learning Projects * Neural Style Transfer demo * Generative Adversarial Networks * Chapter 7: AI in the Modern Software World * Chapter 8: Deploying AI Models as a Microservice * Chapter 9: Machine Learning Development Lifecycle * Chapter 10: A Platform for Machine Learning * Appendix A: REFERENCES