Deploying your own custom models to AI Center
Our examples in previous chapters have all leveraged out-of-the-box ML models developed and trained by UiPath or the open source community. While these out-of-the-box models may fit most use cases, there may be times when you have a custom ML model that you would like to leverage with automation. UiPath AI Center makes it very easy to deploy pre-made Python or AutoML models. In this section, we'll cover the following:
- Preparing a Python model for AI Center
- Deploying to AI Center
- Interacting with UiPath automation
After covering these points, you should have the skills necessary to deploy your own pre-built models into UiPath AI Center.
Preparing a Python model for AI Center
Before we can deploy a Python model into AI Center, there are a few requirements that we need to add to the Python model. These requirements can be separated into requirements for serving the model and requirements for training the...