How to build chatbot in Python in 15 minutes [tutorial]

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

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

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

    You are the best teacher 😻

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

      Thanks! :)

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

    Cool. Thats chatbot use nlp processing, like stemming, tokenizing, stopword etc?

  • @matetobon
    @matetobon 3 года назад +2

    hello, I have gotten this error " ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we ca
    nnot accurately determine which files belong to it which would lead to only a partia
    l uninstall." Does someone know what it means?

  • @decentguyist
    @decentguyist 3 года назад +8

    Great content . I was able to replicate and create a small chat bot of my own

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

      Great! Upload to github and share with rest of guys! :)

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

    which developing software u are using??

  • @preadsy6912
    @preadsy6912 3 года назад +2

    Thank you it was very helpful and I made a complex chatbot too

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

    Nice content, keep creating video like this 👍

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

    I like your intro

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

    which theme do you use? Its great

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

      It’s material

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

    ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
    Anyone know how to resolve this👆👆

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

    What coding program is that? I'm used to Dreamweaver and am trying to find one for python.

  • @zemusic2736
    @zemusic2736 4 года назад +1

    amazing content, my friend

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

    I am getting getting a error.. no module named spacy.. anyone know how to solve this

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

    What IDE you are using?

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

      It’s VSC

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

    How do I add responses?

  • @rangabharath4253
    @rangabharath4253 4 года назад +1

    Awesome

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

    I keep receiving this error how can this be fixed? AttributeError: module 'time' has no attribute 'clock'

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

      Same I'll try to fix and tell u later

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

    Very Nice, I like it

  • @ssprajapat3135
    @ssprajapat3135 3 года назад +2

    I don't know why but i am getting this error: time_func = time.clock
    AttributeError: module 'time' has no attribute 'clock'
    i tried many times and installed everything as needed

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

      i have the same problem did you find the solution?

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

      I found the answer you have to do this in cmd: pip install sqlalchemy --upgrade

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

      @@SBMNLLifestyle thanks 🙏🏻

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

      I have the same error .

    • @GSF-ot7pz
      @GSF-ot7pz 3 года назад

      how can i fix it please?

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

    this is not working for me idk why

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

    When I try to execute a command with "pip" it allways throws an error, how can I fix it?

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

      You need to fix your python or pip installer. When you do not know so much about it, easiest would be uninstall and reinstall it, in some cases it will help.

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

    noice job

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

    Very Confusing!

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

    does not work for me, i get pytz import for some reason. can anyone help

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

      just type "pip instal pytz" in the terminal

  • @jordanvillon4766
    @jordanvillon4766 4 года назад +1

    I love it

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

    Please provide the source code to us please