How to Create a Chatbot Using Chatterbot Python

  Рет қаралды 64,607

Código Logo

Código Logo

Күн бұрын

Пікірлер: 64
@harie8035
@harie8035 2 жыл бұрын
If(k>1024) : Break 😅😅 you missed if
@harisseyassine8483
@harisseyassine8483 3 жыл бұрын
i had this error after running this code:IndexError: list index out of range any solutions?
@ApexSpeedster
@ApexSpeedster 4 жыл бұрын
Hi!, I have a query. I want my bot to give answer even if it matches a word of the question. How to achieve this?
@allanjonis1642
@allanjonis1642 4 жыл бұрын
Try put all on one list and use regex for find your word.
@mikethe2238
@mikethe2238 4 жыл бұрын
I WANTED PYTHON! NOT JS! JS BIG DUMB PYTHON LARGE SMART!
@guyguy7714
@guyguy7714 3 жыл бұрын
THIS IS PYTHON
@bentleythedoggo7553
@bentleythedoggo7553 3 жыл бұрын
Fix you're english nobody understands what you are saying
@mikethe2238
@mikethe2238 3 жыл бұрын
@@bentleythedoggo7553 it is not broken it is just MY version of English that is why
@mikethe2238
@mikethe2238 3 жыл бұрын
@@bentleythedoggo7553 i think you would not get it
@shaebazz1
@shaebazz1 2 жыл бұрын
You forgot "if k < 1024:" 😁
@botmastersolutions9836
@botmastersolutions9836 3 жыл бұрын
The instructor should not say it is simple and then he looses his own way..sub standard tutorial.
@MuhammadUsman-fg8dg
@MuhammadUsman-fg8dg 3 жыл бұрын
I am getting an error of spacy How to install spacy?
@khaihoang7420
@khaihoang7420 4 жыл бұрын
Hey do you know how to generate default response if no matching input is found?
@codezier2738
@codezier2738 4 жыл бұрын
You pass the 'default_response' parameter to your logic adapter. For more information read this small page chatterbot.readthedocs.io/en/stable/logic/index.html
@lutherrigby5361
@lutherrigby5361 7 ай бұрын
I can’t for the life of me get chatterbot installed on my pc. Every error if ran into if done exactly what it said to find a solution and still no luck
@codigo_logo
@codigo_logo 7 ай бұрын
Hi, it's because this lib hasn't received an update in ages, it needs spacy to work well, there's a work around, but since LLMs are way more popular for chatbots now, I don't think that they will update their library.
@morgtv1023
@morgtv1023 4 жыл бұрын
where did you get the json file?
@Alphaman001
@Alphaman001 2 жыл бұрын
yea where?
@cristiancontreras352
@cristiancontreras352 Жыл бұрын
Excelente video, me encantó podrias hacer uno donde podamos llevar a producion con whasaap o páginas web
@wondegashu6425
@wondegashu6425 8 ай бұрын
how i can get source code pls?
@hiteshsingh9859
@hiteshsingh9859 3 жыл бұрын
Can I make API of it and add to server Is it possible in chatterbot moudle Please reply
@tomcat9761
@tomcat9761 2 жыл бұрын
I dont understand a thing. Lol
@remixowlz
@remixowlz 4 жыл бұрын
OSError: [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.
@Jiganesh
@Jiganesh 4 жыл бұрын
Yeah i got it too use Chatbotlisttrainer
@_johndoew
@_johndoew 3 жыл бұрын
mn kkk, tu é foda, fala em ingles também
@michelarriaga9321
@michelarriaga9321 3 жыл бұрын
how to get tag or main_category in the answer ?
@trebestorkoleckando7609
@trebestorkoleckando7609 3 жыл бұрын
Bruh
@meldrickfernandes965
@meldrickfernandes965 3 жыл бұрын
Awesome video helped me create my jarvis more advance
@gautamisane3240
@gautamisane3240 2 жыл бұрын
how to create our own yml files? and then train it? for eg. i want to create a chatbot which helps with mental health, so how should i add the conversations in yml file?
@iftikharhussain2443
@iftikharhussain2443 3 жыл бұрын
2:35 while I run this code ..get the error => OSError: [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory. kindly help
@rodrigourquizo6235
@rodrigourquizo6235 3 жыл бұрын
Try to run this(as Administrator), it worked in my case: -python -m spacy download en -python -m spacy download en_core_web_sm -python -m spacy link en_core_web_sm en
@dylansoares8520
@dylansoares8520 4 жыл бұрын
Qual versão do python que voce indicaria ?
@codigo_logo
@codigo_logo 4 жыл бұрын
3.6
@iviictor2031
@iviictor2031 3 жыл бұрын
@@codigo_logo obrigado!
@kumudkumar5384
@kumudkumar5384 3 жыл бұрын
Chatterbot is not install ....
@vincenzofiozzo7413
@vincenzofiozzo7413 4 жыл бұрын
Is it possible to implement this code on telegram? If yes, how?
@Jack-gx8xn
@Jack-gx8xn 4 жыл бұрын
Telegram provides api. You need fo fetch the json through api to get the messages. I have done it 1.5 years ago and it works like a charm.
@jutsuuchiha3858
@jutsuuchiha3858 4 жыл бұрын
@@Jack-gx8xn bro anything good now
@Jack-gx8xn
@Jack-gx8xn 4 жыл бұрын
@@jutsuuchiha3858 Pal I don't get it what you mean :')
@shubhankarkalekar4753
@shubhankarkalekar4753 3 жыл бұрын
Why am I getting this error print(row['patterns']) TypeError: string indices must be integers
@HKTutorials3
@HKTutorials3 3 жыл бұрын
google bro google .. if u a programmer u must post ur errors in stackoverflow ,not in youtube,.,, ur errors which get solved today will help us tomorrow also!!
@Angry_Cat00
@Angry_Cat00 3 жыл бұрын
Nice video, I've Question could tell me : How to stop Chatterbot training files from downloading and displaying logs every time?
@dionisnavarro3772
@dionisnavarro3772 3 жыл бұрын
I guess you might have found the answer to stopping chatterbot logging info... I just stopped by and saw your question, anyway just in case, comment out the logging info option in your chatterbot script. 2) After you have uploaded the training files to your bot(e.g corpus data with the ListTrainer, ChatterBotCorpus trainer, etc, comment them out or remove them from your 'bot' script.
@aayushipathak5947
@aayushipathak5947 4 жыл бұрын
Source code please
@crixuss4100
@crixuss4100 4 жыл бұрын
All the code is in chatterbot Github
@ribbon-kitten7577
@ribbon-kitten7577 3 жыл бұрын
I am hoping to learn this too. github.com/gunthercox/ChatterBot
Create a LOCAL Python AI Chatbot In Minutes Using Ollama
13:17
Tech With Tim
Рет қаралды 68 М.
Inside Out 2: BABY JOY VS SHIN SONIC 3
00:19
AnythingAlexia
Рет қаралды 9 МЛН
Nastya and balloon challenge
00:23
Nastya
Рет қаралды 68 МЛН
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 11 МЛН
Which One Is The Best - From Small To Giant #katebrush #shorts
00:17
Create A Chatbot GUI Application With Tkinter - Python Tutorial
36:27
Patrick Loeber
Рет қаралды 102 М.
How I make bots using python (educational)
17:12
Kian Brose
Рет қаралды 548 М.
Intelligent AI Web Chatbot From Scratch in Python
51:21
NeuralNine
Рет қаралды 8 М.
How To Create A Telegram Bot With Python
20:23
CS Dojo
Рет қаралды 627 М.
How to make advanced image recognition bots using python
15:01
Kian Brose
Рет қаралды 1,4 МЛН
Inside Out 2: BABY JOY VS SHIN SONIC 3
00:19
AnythingAlexia
Рет қаралды 9 МЛН