Create a Chatbot using Python in 60 minutes - Full Tutorial

preview_player
Показать описание
In this series, we'll learn how to create a chatbot in Python. We can quickly create a simple chatbot within 60 minutes using Tensorflow and Python.

Chapters:
1. Final Product: 00:00
2. Chatbot Types: 01:45
3. Training Data: 03:52
4. Pre-requisites: 05:25
5. Starting Code(Reading Training Data): 06:25
Рекомендации по теме
Комментарии
Автор

I like the fact you got some errors, it’s teaching us the certain mistakes to avoid

saintekom
Автор

can you please tell the name of the compiler in which you are writing the code?

manan
Автор

i need these 3 lines at my first run. could you kindly explain why?
import ssl
=
nltk.download('punkt')

TanasaranTechnicalConsultSCL
Автор

Hey I'm Adarsh Sharma I've watching your video to create chatbot I got some errors I have to submitted this project in college till 10july
Please help me I hope you give attention on my topic

adarshsharma
Автор

Am getting error in loading the json file even though I have. Json file.... Will you pls help me sir

kongarivenukumar
Автор

I got the Error:

Resource punkt not found.
Please use the NLTK Downloader to obtain the resource:

>>> import nltk
>>> nltk.download('punkt')

Solution: I entered this line into the terminal(everything in parathies) - "bash Certificates.command"

The start of my train_bot.py file starts with these 5 lines.
import nltk
nltk.download('punkt')
from nltk.stem import WordNetLemmatizer
import json
import pickle

I hope this helps anyone that encounters this error

danielst.vincent
welcome to shbcf.ru