UiPath AI Fabric - 4 | Deploy Python built Custom ML Packages in AI Fabric

Поделиться
HTML-код
  • Опубликовано: 27 июл 2024
  • This video explains how to Deploy a Custom Machine Learning Package built in Python as a zip file in AI Fabric.
    #uipath #aifabric #intelligentautomation
    ⏩Fast Forward to:
    00:00 - Start
    00:45 - Walk-through in Python ML Package
    02:38 - Upload Python Custom ML Package
    05:15 - Deploy the added package as ML Skill
    06:46 - Use the ML Skill in Studio
    🔔Subscribe:
    / @botbotgo4902
    ▶️ AI Fabric in UiPath Playlist:
    • AI Fabric in UiPath
    📄 ML Package Structure Documentation:
    docs.uipath.com/ai-fabric/doc...
    📁 Git Repository:
    gitlab.com/botbotgo/AIFabric
    Google's Machine Learning Crash Course
    developers.google.com/machine...
    🎵Music:
    www.bensound.com/

Комментарии • 15

  • @varundharni8702
    @varundharni8702 3 года назад

    awesome one

  • @mohansinghnegi2241
    @mohansinghnegi2241 4 года назад

    Best playlist on AIFabric so far !!

  • @prashantrai5911
    @prashantrai5911 3 года назад

    Cover more topics on AI FABRIC

  • @Netomp51
    @Netomp51 3 года назад

    Hello ! your videos are great ! something that would be really helpful is how to create a simple regression ML model and put it in the AI fabric structure guidelines to upload to AI Fabric, there is nothing similar out there, keep up the great work !

  • @botsDNA
    @botsDNA 4 года назад +2

    Awesome

  • @visalakshijayabalan9846
    @visalakshijayabalan9846 3 года назад +1

    Can you please tell how to create/label datasets in data manager for DU invoice model?thanks in advance...

  • @saileshtiwari8242
    @saileshtiwari8242 3 года назад +1

    Can you tell me how to create ml packages or is it available for inventory management

  • @brianklng4274
    @brianklng4274 3 года назад

    if i wanted to extract data rather than invoices or receipts that it is possible, pdfs data depends on keywords and unstructured

  • @sudhanshuvats8293
    @sudhanshuvats8293 3 года назад

    hi nice video, do you run training for beginers in AI/ML uipath

  • @vaishnavivikram5575
    @vaishnavivikram5575 3 года назад

    Where did u get the packages on ide from ?

  • @vaishnavivikram5575
    @vaishnavivikram5575 3 года назад

    How to copy that .py files ?can you make a video on that

  • @gune8538
    @gune8538 3 года назад

    hi nice video must say can u tell a way to store the json response variable on the excel and how we can do it ?

    • @visalakshijayabalan9846
      @visalakshijayabalan9846 3 года назад

      Using Deserialize activity you can extract the value from Json response.for that activity you needed to install uipath.webactivty package.please look in to this link docs.uipath.com/activities/docs/deserialize-json
      Then you can write the values in excel easily.