Deployment of ml skills on orchestrator

How we can deploy ML Skills from AI Center on Ortchestrator?

Thanks and regardsssss,
Aditi Kumari

To deploy ML skills from AI Center on UiPath Orchestrator, you can follow these general steps:

  1. Train and Publish Model: First, you need to train your machine learning model using AI Center. Once the model is trained and validated, publish it from AI Center.
  2. Prepare the ML Package: Export the trained model from AI Center as a deployable ML package. This package typically includes the model file, any dependencies, and configuration files.
  3. Upload Package to Orchestrator: In UiPath Orchestrator, navigate to the ML Skill section and upload the ML package that you exported from AI Center.
  4. Create ML Skill: After uploading the package, create an ML Skill in Orchestrator, specifying details such as name, description, and input/output parameters. Associate the uploaded ML package with this skill.
  5. Deploy ML Skill: Once the ML Skill is created, you can deploy it to your UiPath processes or robots. This allows your automation workflows to utilize the ML capabilities provided by the deployed model.
  6. Integrate ML Skill in Automation: In your UiPath automation projects, incorporate activities or activities packages that enable interaction with the ML Skill deployed on Orchestrator. This allows your workflows to send data to the ML model for prediction or classification tasks and receive the results back for further processing.

By following these steps, you can seamlessly integrate machine learning capabilities from AI Center into your UiPath automation workflows via Orchestrator.

Hi @Aditi_Jha

Check out the below docs

Hope it helps!!

@Aditi_Jha

Go to pipelines and train a model then you can create a skill

Cheers

So, we do not need to deploy it on orchestrator, right?

@Aditi_Jha

Pipeline and all present in ai center which is in orchestrator only…

In studio you can only consume ml skill

Cheers