How to create a Messenger Style ChatBot with JavaScript Tutorial (Part 1) | Best JavaScript Project

  Рет қаралды 30,492

CodeWellTech

CodeWellTech

Күн бұрын

Пікірлер: 50
@CodeWellTech
@CodeWellTech 2 жыл бұрын
Here is Part 2 : kzbin.info/www/bejne/Y2SwmHtja5qCd8k
@khatri17
@khatri17 11 ай бұрын
I don't know if they do same in the industry but watching you creating chatbot is super cool
@unluckydude8882
@unluckydude8882 2 жыл бұрын
I love you so much. I was dong my project (Chatbot) and i was thinking how do i fix the overflow, and u saved me alot of time. Much appreciated❤❤❤
@CodeWellTech
@CodeWellTech 2 жыл бұрын
Glad it helped you.
@josephcieplak8920
@josephcieplak8920 2 жыл бұрын
Awesome. I've just finished the course and it was very intuituive and easy to learn thanks! I'm waiting 4 the second part.
@CodeWellTech
@CodeWellTech 2 жыл бұрын
Glad that you liked it :) will be making second part soon and will notify you here.
@CodeWellTech
@CodeWellTech 2 жыл бұрын
Here is Part 2: kzbin.info/www/bejne/Y2SwmHtja5qCd8k
@revischea7114
@revischea7114 8 ай бұрын
Thank you for the video. It works, except with long messages there is no text-wrapping. How can we add text-wrapping instead of one long line?
@CodeWellTech
@CodeWellTech 8 ай бұрын
Try overflow-wrap:break-word
@Pss19940909
@Pss19940909 Жыл бұрын
Thanks a lot for this video. It's very helpful for beginner like me :)))
@ArunSingh-xl9bu
@ArunSingh-xl9bu Жыл бұрын
Awesome !!
@CodeWellTech
@CodeWellTech Жыл бұрын
Thank you 😊
@kibriarumi
@kibriarumi Жыл бұрын
nice and thanks for great video
@CodeWellTech
@CodeWellTech Жыл бұрын
Glad you liked it 😊
@lizavetameta
@lizavetameta 2 жыл бұрын
#todolist
@shivanivashistha3705
@shivanivashistha3705 Жыл бұрын
How you have styled the image size my image is covering the whole page
@CodeWellTech
@CodeWellTech Жыл бұрын
Set size(h n w) of image container in pixcels and set size of image to 100 percentage
@raffyguevarra7777
@raffyguevarra7777 2 жыл бұрын
How do we add sentences or words in the command other than just words like hello? For example, I want it to give me a response if I type in "How can I register?"
@CodeWellTech
@CodeWellTech 2 жыл бұрын
Please do watch video completely where I shown how to add Keys and values in JSON. So in your case you can add key as "how can I register" and while fetching response you can apply uppercase function when comparing your input with json key and fetch response. You can also do contains search while comparing user input with json key
@eudaldcatalunya
@eudaldcatalunya 2 жыл бұрын
How would you add a sentence or a few words on the comand instead of only a hello? If i add it it wont answer
@CodeWellTech
@CodeWellTech 2 жыл бұрын
We need to enhance chat response object
@CodeWellTech
@CodeWellTech 2 жыл бұрын
Will explain it in second part
@eudaldcatalunya
@eudaldcatalunya 2 жыл бұрын
@@CodeWellTech when are you going to release the second part? I’m very interested
@CodeWellTech
@CodeWellTech 2 жыл бұрын
Very soon I believe..will notify you
@CodeWellTech
@CodeWellTech 2 жыл бұрын
Here is Part 2: kzbin.info/www/bejne/Y2SwmHtja5qCd8k
@ayaourag3169
@ayaourag3169 2 жыл бұрын
thanks for the video! can we integrate such chatbot into an angular project? if yes how can it be done please ?
@CodeWellTech
@CodeWellTech 2 жыл бұрын
For angular app...you can create such chatbot easier compare to Js.
@ayaourag3169
@ayaourag3169 2 жыл бұрын
@@CodeWellTech so thankful for such a quickly response. right! in my case I already have an application developed with Angular, I want to add a custom chatbot to this application, so is it better to do it in Angular itself instead of opting for another technology and integrate it later?
@CodeWellTech
@CodeWellTech 2 жыл бұрын
Yes ...it's better develop in angular and it would be very easy if you are already familiar with angular.
@ayaourag3169
@ayaourag3169 2 жыл бұрын
@@CodeWellTech thank you very much! I really appreciate your help 😊
@Velmsd07
@Velmsd07 Жыл бұрын
I am adding new response how can I get the result as attachment file or link
@CodeWellTech
@CodeWellTech Жыл бұрын
May be depends on response you should create link using tag.
@tarunrawal2087
@tarunrawal2087 Жыл бұрын
I wanted to know like if i don't have fixed questions then how can i make the chat bot reply with the answers like if i want to make it to reply with the keywords in questions that it recognizes the keyword in the question and then give the answer so how can i do that please help
@CodeWellTech
@CodeWellTech Жыл бұрын
Sorry for late reply. In real time you should be interesting chatbot with API which contains all the actions (questions) and responses
@shri08shrikant93
@shri08shrikant93 Жыл бұрын
@@CodeWellTech I'm created intent for "Branches " and bot is giving ans as what it saved but when I typed "Available branches " then it showing "something error ".....why? I'm creating this as college chatbot give me solution...
@vijayasri1928
@vijayasri1928 2 жыл бұрын
Here which angular version is been used
@CodeWellTech
@CodeWellTech 2 жыл бұрын
I have used html css and JavaScript only.
@CodeWellTech
@CodeWellTech 2 жыл бұрын
For more details contact me on : m.facebook.com/codeweltechh
@CodeWellTech
@CodeWellTech 2 жыл бұрын
Here is Part 2: kzbin.info/www/bejne/Y2SwmHtja5qCd8k
@kutulloletageng1069
@kutulloletageng1069 2 жыл бұрын
Thank you very much sir, it is working fine, so how can i make the chatbot responses to respond like Facebook or WhatsApp, in terms of the box size. When i have long chatbox response, the message comes in a long single line, and i do not want it like this, i will wait for your response sir
@CodeWellTech
@CodeWellTech 2 жыл бұрын
Check the width and provide overflow auto respective element.
@kutulloletageng1069
@kutulloletageng1069 2 жыл бұрын
@@CodeWellTech Thank you sir
@ArunSingh-xl9bu
@ArunSingh-xl9bu Жыл бұрын
@@kutulloletageng1069 I am stuck on the same . How did you get this done ?
@travelus-d8d
@travelus-d8d 8 ай бұрын
Did you fix the problem,I have the same issue
@travelus-d8d
@travelus-d8d 8 ай бұрын
I add overflow auto in the css ,user-message, but didn t work
@mengjunwang8687
@mengjunwang8687 2 жыл бұрын
what is the data source of the bot?
@CodeWellTech
@CodeWellTech 2 жыл бұрын
It's a json file we create as of this video.
@mengjunwang8687
@mengjunwang8687 2 жыл бұрын
@@CodeWellTech Have you tried gpt2 based chat bot?
@CodeWellTech
@CodeWellTech 2 жыл бұрын
Not yet.
Lazy days…
00:24
Anwar Jibawi
Рет қаралды 8 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 12 МЛН
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 5 МЛН
CHATGPT For WEBSITES: Custom ChatBOT: LangChain Tutorial
23:13
Prompt Engineering
Рет қаралды 103 М.
Powerful JARVIS Using JavaScript | KNOWLEDGE DOCTOR | Voice Assistant
29:06
ASMR Programming - Weather App With Javascript - No Talking
20:30
AsmrProg
Рет қаралды 2,8 МЛН
Build a Real Time Chat App With Node.js And Socket.io
17:12
Web Dev Simplified
Рет қаралды 558 М.
Build A Calculator With JavaScript Tutorial
38:50
Web Dev Simplified
Рет қаралды 1,5 МЛН
How Create ChatBot for Website using jQuery
12:04
Invention Tricks
Рет қаралды 88 М.
Simple Machine Learning With JavaScript - Brain.js
27:02
Traversy Media
Рет қаралды 205 М.
Lazy days…
00:24
Anwar Jibawi
Рет қаралды 8 МЛН