Analyse ANY Conversation in 10 Minutes with Python and Watson Tone Analyser

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ต.ค. 2024

ความคิดเห็น • 54

  • @shioriroy8385
    @shioriroy8385 3 ปีที่แล้ว +4

    Okay, you are so amazing and underrated! Thank you so much for these videos. For someone like me, who has always been lost when it comes to making projects like this - you are a lifesaver. Can't wait for your channel to grow like crazy!

  • @alirezamaleki2195
    @alirezamaleki2195 2 ปีที่แล้ว +2

    hI, Tone Analyzer isn't in IBM catalog anymore. anyone knows about that??? please let me know

  • @zeichenderzeit5004
    @zeichenderzeit5004 3 ปีที่แล้ว +1

    Thank you Nicholas! It worked very well for me. You're the only one who ever made such a workable tutorial. Thank you! Best regards from Germany

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +1

      Thanks so much @zeichenderzeit! SO pumped you got it working! Much love from Sydney!

  • @ЕгорТкачев-н7я
    @ЕгорТкачев-н7я 3 ปีที่แล้ว +2

    I am really glad to see your video.You help me make project for university. Thanks a lot, from Russia

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Awesome!! Right back at you from Sydney, thanks for checking it out!

  • @2gendancers
    @2gendancers 2 ปีที่แล้ว +1

    Thank you so much. Excellent video with very clear explanation.

  • @MM-qq6xp
    @MM-qq6xp 3 ปีที่แล้ว +1

    Thank you, Nicholas. Absolutely amazing content.

  • @datareactor4143
    @datareactor4143 2 ปีที่แล้ว

    Kindly create a video on NLU API to analyze tone as this is deprecated, it would be great to learn that. If i can help you with that would also be great.

  • @sandras1169
    @sandras1169 2 ปีที่แล้ว +2

    When I tried to import ToneAnalyzerV3 from ibm_watson it showing import error. I wrote the same code as mentioned in the video . But the error is still there. It showing "ImportError : cannot import name 'ToneAnalyzer' from ibm_watson " this is the error. Hope that everyone who knows to solve this will help me .

    • @NicholasRenotte
      @NicholasRenotte  2 ปีที่แล้ว

      Think it's depreciated now unfortunately!

    • @sandras1169
      @sandras1169 2 ปีที่แล้ว

      Is there any other way to implement this

    • @hardikjaiswal4751
      @hardikjaiswal4751 2 ปีที่แล้ว +1

      @@sandras1169 yess just shift back to version 5.3.1 and you will be good to go

    • @sandras1169
      @sandras1169 2 ปีที่แล้ว

      @@hardikjaiswal4751 Thank you so much sir. It really worked.

    • @hardikjaiswal4751
      @hardikjaiswal4751 2 ปีที่แล้ว

      @@sandras1169 you're welcome sir!!

  • @victorblaer
    @victorblaer 2 ปีที่แล้ว

    Really nice work! I've used the Vader score before but that doesn't provide you with the "tone', really cool stuff.
    Question - For a large group of users/conversations, how would you "un furl" your returned array into something easier to analyze, like a flat file? Keep up the great work and I feel like a kid in a candy shop going through. your tutorials!

  • @robertjones812
    @robertjones812 3 ปีที่แล้ว +2

    Great tutorial, how would I add tone analysis to IBM Watson chatbot when using the ibm chat embed widget?

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +1

      Heya @Robert, through the embed widget you could integrate it through a webhook. This is an example of connecting to APIs via Webhooks: th-cam.com/video/zUvnUQeBLb8/w-d-xo.html

    • @mar_berk5545
      @mar_berk5545 3 ปีที่แล้ว +1

      @@NicholasRenotte Hi, great video! I also have the same question- I am trying to add tone analysis to my Watson assistant chatbot.... I watched both tutorials but as it pertains to a specific example of a budget/ planning app. Should we use the code from this video only when making the webhook or use the code from the planning example?

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      @@mar_berk5545 it depends, you could leverage both pieces of code in the single chat bot. Say you wanted tone analysis integrated into your budget bot. You could have the tone analysis components run before the Planning Analytics python lines.

  • @hassanalam4573
    @hassanalam4573 3 ปีที่แล้ว +1

    Where can I get a list of all the tones in IBM's tone analyzer?

  • @MMABeijing
    @MMABeijing 3 ปีที่แล้ว +1

    Hi Nicholas, just discovered you today , you are dynamic, clear and concise, what a combo! I have a question that related to your video editing: could you tell me what are the tools that you are using to screencapture/edit etc? I have been wanting to expose myself for years but I keep procrastinating on those questions, you make me want to try and get things started again. Thank you again, cheers

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Heya @MMABejing, thanks so much 🙏!! I use the Quicktime recorder on Mac and OBS on Windows and Final Cut Pro X for editing. In this video I just used my iPhone to record myself in front of a green screen then used chromakeying in FCPX to remove the background!

    • @MMABeijing
      @MMABeijing 3 ปีที่แล้ว +1

      @@NicholasRenotte Gotcha, thank you very much for taking the time to answer, much appreciated! 🙏🙏🙏

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Anytime!! 😄 let me know how you go!

  • @datareactor4143
    @datareactor4143 2 ปีที่แล้ว

    Hi Nicholas, it seems the toen analyzer service is removed or deprecated, can you help me here which service could be helpful to be used as per this video?

  • @MrJavi9207
    @MrJavi9207 3 ปีที่แล้ว +1

    Fantastic! Thank you. Great videos!!

  • @flooberr
    @flooberr 3 ปีที่แล้ว +1

    hi! Great Video.
    Question: If I wanted to just print the tone name and nothing else, how would I go about doing that? I am very new to this.

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Heya @Floober, you can extract it from the returned dictionary :)

  • @johnkrane1525
    @johnkrane1525 3 ปีที่แล้ว +1

    hy man!Great videos. keep it up!!!
    just want to ask one thing. I am applying Tone analyzer and Natural language understanding service but I got some error in both when I run this command.
    response = natural_language_understanding.analyze(
    text='Leonardo DiCaprio won Best Actor in a Leading Role for his performance.',
    features=Features(relations=RelationsOptions())).get_result()
    .
    DecodeError: It is required that you pass in a value for the "algorithms" argument when calling decode().
    Can you help me?

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Definitely @John, credit goes to one of the other subscribers who figured out this was an issue with PyJWT, try installing 1.7.1 and it should fix the issue. Example install:
      pip install PyJWT==1.7.1

  • @VSANNA-gx9bv
    @VSANNA-gx9bv 5 หลายเดือนก่อน +1

    Now in ibm catalog tone analyser is not present what to do

  • @amcreative_io
    @amcreative_io 3 ปีที่แล้ว +1

    Hey! You're doing great videos.
    I'm doing marketing, and I would love to learn how to use Watson services without involving code, or really easy stuff. Would appreciate if you could make it easy in that respect.

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว

      Definitely, a lot of the videos I make are around code. But you can definitely check out Tone Analysis without it, check this out: tone-analyzer-demo.ng.bluemix.net/

  • @elkresurgence
    @elkresurgence 3 ปีที่แล้ว

    Getting {'document_tone': {'tones': []}} on a lot of sentences I'm feeding TA. What's up with this?

  • @ramaeid3420
    @ramaeid3420 3 ปีที่แล้ว +1

    hey thank you for making this video ..i just wana ask how can do that to anaylze data from a database !!

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +1

      Heya @Rama, it depends on the database but there are a bunch of database wrappers for python that you can use!

  • @wolframight50shadesblack54
    @wolframight50shadesblack54 2 หลายเดือนก่อน

    Do you have a video on this but on vscode?

  • @amangautam1779
    @amangautam1779 3 ปีที่แล้ว +1

    please make video on watson assistant on how to give message and how to get response back

    • @NicholasRenotte
      @NicholasRenotte  3 ปีที่แล้ว +1

      Check this out @Aman: th-cam.com/video/D_doogJln14/w-d-xo.html

  • @ruturajkale1145
    @ruturajkale1145 2 ปีที่แล้ว

    No tone analyzer API in IBM Catalogue...what to do?

  • @ЕгорТкачев-н7я
    @ЕгорТкачев-н7я 3 ปีที่แล้ว +1

    THANK YOU!!

  • @vishwaskshirsagar1315
    @vishwaskshirsagar1315 2 ปีที่แล้ว

    As of 24 February 2022, the Tone Analyzer tile is removed from the IBM Cloud Platform for new customers; only existing customers will be able to access the product. The service will no longer be available as of 24 February 2023

    • @vishwaskshirsagar1315
      @vishwaskshirsagar1315 2 ปีที่แล้ว

      Is there any alternative you get the old version of IBM Cloud? in order to get ToneAnalyzer

  • @dineshjangra7413
    @dineshjangra7413 ปีที่แล้ว

    Great 👍

  • @rolaf438
    @rolaf438 2 ปีที่แล้ว

    import is not working