UiPath | Introduction to AI Center | RPA & AI | Intelligent Process Automation | Beginners | RPA

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

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

  • @RajKumar-ck3qu
    @RajKumar-ck3qu 2 года назад +3

    Great explanation of the content with awesome and interesting examples...Thanks so much Mukesh for sharing such wonderful knowledge...Please do share more such concepts :)

    • @MukeshKala
      @MukeshKala  2 года назад

      I will , Thank you for your feedback

  • @khooshbujani4949
    @khooshbujani4949 3 года назад +3

    Good video with clear explanation. Looking forward for (1) AI Center with Document Understanding (2) Working with GIT and Bitbucket

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

      Noted , Appreciate your feedback

  • @rltandasa
    @rltandasa 2 года назад +1

    Thank you for clear explanation :)

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

    great video sir! keep showring more videos on ai, cv, du..😊

  • @HighlighterandHookah
    @HighlighterandHookah 2 года назад +1

    Nicely explained :)

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

    Thank you for clearly explanation ❤️🔥

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

      Cheers 👍 Thank you for your Feedback

  • @mohamedriahi3251
    @mohamedriahi3251 2 года назад +1

    Thank you !! keep going ❤

  • @sahadmukkam1427
    @sahadmukkam1427 Год назад +1

    What is the TypeArgument of Deserialize Json Activity

    • @MukeshKala
      @MukeshKala  Год назад +1

      In UiPath, "Deserialize JSON" refers to the process of converting a JSON (JavaScript Object Notation) string into a structured data format that can be used in your automation workflow. JSON is a popular data interchange format used to represent and exchange data between systems, and UiPath allows you to work with JSON data as part of your automation tasks.
      When you "Deserialize JSON" in UiPath, you take a JSON string and parse it into a format that UiPath can understand and work with, typically converting it into a .NET data structure such as a dictionary, array, or custom data type. This structured data can then be used for various purposes, such as extracting values, performing calculations, or making decisions within your automation process.
      UiPath provides activities, such as "Deserialize JSON" activities, that you can use to perform this conversion. These activities typically take a JSON string as input and produce a structured .NET object as output, which can be used in subsequent steps of your automation workflow.

    • @sahadmukkam1427
      @sahadmukkam1427 Год назад

      Thank you for your Replay 🥰

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

    Awesome video brother
    Make more videos on AI Center

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

      Thank you 😊 , Yes Definately

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

      @@MukeshKala thanks 😊

  • @visumanelli7201
    @visumanelli7201 Год назад +1

    Very Nice

  • @tankyen378
    @tankyen378 Год назад +1

    hi, in the Decode image from base64, i got the error BC30574 - option strict on disallows late binding. how do i resolve this? thanks

    • @tankyen378
      @tankyen378 Год назад

      this is my code: j_son("ByteArray").ToString

    • @MukeshKala
      @MukeshKala  Год назад

      This Error comes when the Input is not correct , You can drop me an mail - I can share this code to you for reference.

  • @__Ashape__
    @__Ashape__ 6 месяцев назад +1

    in what language should the ML script be written?

    • @MukeshKala
      @MukeshKala  6 месяцев назад

      The one we import in the videos , we don’t need to write - just drag and drop … in case we need to write one not available in AI Centre, Best is to use python

  • @sanjanamalani137
    @sanjanamalani137 Год назад +1

    Super interesting..plz make more videos on Ai Ml with examples

  • @rajeenasuresh
    @rajeenasuresh 2 года назад +1

    I have the enterprise trial , but not able to see AI centre in the Tenants -> services
    Thanks 😊

    • @MukeshKala
      @MukeshKala  2 года назад

      Go to Admin > License and Verify that if the Trial is Still Valid . . .
      If Yes - Then Go to Tenant and select the Option which says - Edit License Allocations.

    • @rajeenasuresh
      @rajeenasuresh 2 года назад

      @@MukeshKala Thank you , found it. It was not added in the services . Got it done now. Thanks again

  • @cricketersingh1082
    @cricketersingh1082 9 месяцев назад +1

    Can you share any latest video on this and also the ppt

    • @MukeshKala
      @MukeshKala  9 месяцев назад +1

      The video is outdated now , you should use copilot now - UiPath Autopilot | Your AI Partner at work | RPA with AI
      ruclips.net/video/TaPibROF8Qs/видео.html
      There is an other use case of AI which we would make love Tommorow

    • @cricketersingh1082
      @cricketersingh1082 9 месяцев назад

      @@MukeshKala thanks, this helps

  • @hemanthakumarc449
    @hemanthakumarc449 2 года назад +2

    How can we make bot to do technical analysis of Stock charts

    • @MukeshKala
      @MukeshKala  2 года назад

      I am not an expert at stock analysis … however if the steps are well defined the Same steps can be automated , to get started with uipath recorders and then manipulate the xaml files

  • @aanchalchauhan3840
    @aanchalchauhan3840 2 года назад +1

    you are dynamite bro💫🎖🏅🏆🥇

  • @rasipogulabhaskar9858
    @rasipogulabhaskar9858 Год назад +1

    yes very interested...

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

    Amazing! Please make a series for uipath AI center step by step

  • @vishnu_addagada
    @vishnu_addagada Год назад +1

    Hi Mukesh for the Activity Decode Image from Base64 I am getting this validation error, even I followed exactly same steps. Error
    ERROR Validation Error BC30512: Option Strict On disallows implicit conversions from 'String' to 'Integer'. The selected value is incompatible with the property type. jsonResponse("Predicted ByteArray").ToString

    • @MukeshKala
      @MukeshKala  Год назад

      You have a variable which is defined a integer and you are trying to put string into it … validate the variable in the activity whixh is giving this error

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

    Hi mukesh ji I want to learn
    what is needed to support AICenter from prod support.
    how are things needed to deploy.

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

      Please drop me a note on my mail id

  • @vaishnavtej1819
    @vaishnavtej1819 2 года назад +1

    Hir sir , impressed with your simple and clear explanation. Can you also create more videos on this ?

    • @MukeshKala
      @MukeshKala  2 года назад

      Sure , Thank you for sharing

  • @yashobantadash6670
    @yashobantadash6670 2 года назад +2

    great video bro.please make a detailed video on process mining vs task mining vs task capture 😊

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

    I want to know especially in production support point of view . Can you please let me know how it work and what points I need to concentrate in production for AI Fabric

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

      Drop me a note on my mailid and let me revert

  • @akhtarsharib708
    @akhtarsharib708 2 года назад +1

    Base64 Activity not shown

    • @MukeshKala
      @MukeshKala  2 года назад

      Watch the video at 33:45 - I have shown dependency to add

    • @akhtarsharib708
      @akhtarsharib708 2 года назад

      @@MukeshKala Please check we did`t find the UiPathTeam.DecodeEncode in Manage Package, please help to find the such activity

  • @parvatia544
    @parvatia544 Год назад +1

    Hi Mukesh Kala loved your explanation . I thought of a usecase depending on your example .
    A customer sends an attachment of a defective product and writes a review and asks for a full amount or replacement.
    For this we need to download attachment from email . Extract all the product details , request for replacement
    Image analysis - to detect the defective image . Possible identify the severity of defect .
    Sentiment analysis-to review the level of customer dissatisfaction and urgency
    Decision making : based on information extracted , sentiment analysis , image analysis we can decide whether to approve the request or not
    Uipath : If the req is to approve the replacement, use uipath to automate the process of replacement of the product and notifying the customer . If it’s more complex then human in loop .
    This is my thought . Pls let me know if any corrections are required

    • @MukeshKala
      @MukeshKala  Год назад

      Its a perfect use case , instead of Human in loop you can think of UiPath Apps and provide a interface to the user

    • @parvatia544
      @parvatia544 Год назад

      Thanks for responding. May I know how UiPath apps comes into pic . I haven’t used yet

  • @radhakrishnan___
    @radhakrishnan___ 2 года назад +1

    Great video..Can u make a video on Uipath Document Understanding,it will be so helpful

  • @visumanelli107
    @visumanelli107 2 года назад +1

    Nice

  • @anandsrinivasan2
    @anandsrinivasan2 2 года назад +1

    Video seems to be good but i need the Class to be taken from scratch , can you help me ?

    • @MukeshKala
      @MukeshKala  2 года назад +1

      You can drop me a mail on my mail id available in desc .. That what exactly are you looking to learn .

  • @sandipkumarmaharaj
    @sandipkumarmaharaj Год назад +1

    I will try to build 😮

  • @chanusourabh
    @chanusourabh 2 года назад +1

    Very well explained sir. Is there any chance i can get this presentation. Will you be able to share it. Thanks for the video.

    • @MukeshKala
      @MukeshKala  2 года назад

      Sure , please drop me a note on mail I’d available in description

  • @ajijmujawar4931
    @ajijmujawar4931 5 месяцев назад +1

    Asking for Buisness email

    • @MukeshKala
      @MukeshKala  5 месяцев назад

      Yes that’s the recent change , you cannot use the personal account

  • @se_51_vinayakkapase6
    @se_51_vinayakkapase6 11 месяцев назад +1

    Sir please Hindi main video banyena please.

    • @MukeshKala
      @MukeshKala  11 месяцев назад

      Please find the full playlist in hindi
      [Hindi Playlist - UiPath ]
      ruclips.net/p/PLEYSwx3duQ2BSbJTsWADFggPgurO0kdhM