Node-nlp: Create a QnA AI Chatbot in less than 20 minutes! Using node.js

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

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

  • @wowameer
    @wowameer 26 дней назад

    bro, you nailed it. thanks for explaination

  • @dineshgowdam6691
    @dineshgowdam6691 9 месяцев назад +2

    Hey man you are a truely understands all of us with your communications. keep rock!!!

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

      You rock! Thanks for giving feedback!

  • @JaxonPetersen-cu8jt
    @JaxonPetersen-cu8jt 8 месяцев назад +1

    Excellent Video. Quick and Easy to Understand. Great job.

  • @rokoszoczek25
    @rokoszoczek25 10 месяцев назад +2

    Thanks! Very useful video

  • @cjcstudio6201
    @cjcstudio6201 11 месяцев назад +2

    Superb
    Thank you😊
    Great knowledge... 😊

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

    The best video bcz it was time saving and especially it was for node js, please make a video for continuing this with a data like I don't know how to do these things but you guide well thanks again and please accept the request

  • @TarakMehtaBgmi
    @TarakMehtaBgmi 8 месяцев назад +1

    really helpful

  • @coffilover
    @coffilover Год назад +4

    Thank you very much!

  • @MiguelDiganchi
    @MiguelDiganchi Год назад +4

    Hello. Amazing video!
    Do you know how to save context of the conversation?
    From now thank you very much!

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

      You mean saving the conversation between the Bot and the user?

  • @anonymous_ken8834
    @anonymous_ken8834 3 месяца назад

    THANK YOU VERY MUCH!!

  • @zainulkhan8381
    @zainulkhan8381 7 месяцев назад

    Nice video here is one of my doubts that how manager.process knows what model am I using or it is always going to pick model.nlp file under the hood. Secondly whether I will get another file if I want to train it with like what is your name , who are you or it will be in the same file

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

    Hey sam
    First of all this is amazing tutorial...
    But i need to learn more like
    If I pass "hello sam" then it give
    "Hey sam" or say "hello ray" then it will give "hey ray" and soo on
    So how to train nlp
    Can you send some idea or share some tutorial link

  • @paulambrose5442
    @paulambrose5442 8 месяцев назад

    Is there a largely made model for npl? Thanks for this tuturial 🥰

    • @codingwithsam
      @codingwithsam  8 месяцев назад +1

      Am not aware of any pre built models for node nlp specifically, but you can check out HuggingFace, it has a lot of large models

  • @rishicaster
    @rishicaster 9 месяцев назад +2

    I want to make a chat bot so that i want all queries and answers, how to do is there any library for it

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

      You essentially want to be able to view all queries and answers?

    • @AnandanK_0729
      @AnandanK_0729 3 месяца назад

      Do we need to train model each time, or we can use some trained model ?

  • @ashishbisht7922
    @ashishbisht7922 11 месяцев назад +2

    I want to create an ai chatbot which is trained by my database and gives personalised answers according to my profile data. Can you guide me which might be the best approach to solve this problem?

    • @ckpioo
      @ckpioo 10 месяцев назад

      mem read and mem write with funcs

    • @nahfid2003
      @nahfid2003 8 месяцев назад

      Any luck

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

    do you know if there's a way to train the model with data from epub or txt documents so that we can fine tune the chatbot output after the training is done ?

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

      Do you mean in the sense that you just feed some paragraphs in for training?

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

      @@codingwithsam yes, I want to train it with random intents and data from an ebook so that I just have to adjust the the output that I want instead of writing everything myself.

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

      @@codingwithsam to clarify my answer, I am looking for a code that will covert the epub file into text and then split everything in paragraphs with intent and put it in the model file.

  • @VjalB-zw9no
    @VjalB-zw9no 8 месяцев назад

    I have large database which I trained using node nlp. But its not identifying the sub string in it. Like I have added this as a document "hockey family types summer winter team sports originated outdoor field sheet ice dry floor gymnasium sports vary specific rules numbers players apparel playing surface share broad characteristics opposing teams stick propel bal"
    and when I try to find "winter team" its giving intent as None.
    So does this package dont work correctly when we train with thousand of data to search?

    • @codingwithsam
      @codingwithsam  8 месяцев назад

      It could be that “winter team” is too short of a string to decisively match with the document which has so many words.
      Rather you should maybe make phrases out of that one document and put them as multiple documents for the same intent, and that can produce better results

  • @binnykarnatak2636
    @binnykarnatak2636 7 месяцев назад +1

    i am facing an error during the data training process. please assist me in resolving it. thank you

    • @codingwithsam
      @codingwithsam  7 месяцев назад

      Hi! I would be happy to help, what error are you experiencing

    • @binnykarnatak2636
      @binnykarnatak2636 7 месяцев назад

      Hi sir, good afternoon, it was a syntax error. Thank you for your reply. If you provide AI MODEL private classes please help me. I am interested in getting them. Because I need them.
      Thank you
      Regards
      Binny Karnatak

  • @DevMe-f5v
    @DevMe-f5v 8 месяцев назад

    how to handle dynamic data of model.nlp?

    • @codingwithsam
      @codingwithsam  8 месяцев назад

      Am not exactly sure what you mean, but if you explain more maybe I can help.

    • @DevMe-f5v
      @DevMe-f5v 8 месяцев назад +1

      @@codingwithsam thanks for the offer I already fixed it, I was thinking yesterday that you build model.nlp but when i explored it by myself it auto generated , btw thanks for using this library, I implemented now my static chatbot what I need is to connect the logic to database

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

    this is very informative and helpful thanks !
    i was using nlp library the other day but got 6 severe vulnerabilities when installing the package , how do you deal with that ?

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

      Usually I use “npm audit fix”, hopefully that works for you too

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

      @@codingwithsam i tried it , while it did lower the number of vulnerabilities but didn't get rid of them in the end .
      Thanks for the reply tho !

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

    👍