chatbot_tutorial
chatbot_tutorial copied to clipboard
This is the code for "Chatbot Tutorial" by Siraj Raval on Youtube
Hi, If I want to train the model based on only my own dataset. What should I do? I found in "data>lightweight" you mentioned required format for model. Should I...
Hi I get the following lookup error when running main.py... I have checked and my nltk is properly installed for Python 3.7 File "C:\Users\Siphiwe\Anaconda3\lib\site-packages\nltk\data.py", line 701, in find raise LookupError(resource_not_found)...
Hello, this PR addresses this issue https://github.com/llSourcell/chatbot_tutorial/issues/5 by adding the samples directory.
Hi, I got file not found error while running main.py, this issue is triggered while constructing full dataset. could you please help me out to resolve this issue. attached document...
I am training this model on my own data set...... I want to find accuracy of model. Please help me.
Whenever I run main.py it gives me the following error, `ImportError: DLL load failed: The specified module could not be found.` Does anybody have a solution to this error. I...
file name movie-lines.txt is missing (address targeted was cornell folder which has a similar file named movie-conversaations.txt). i renamed the movie-conversations.txt to movie-lines.txt. then a new error popped up displaying...
**Scenario 1:** #cmd from repo root: docker build -t deepqa:latest . **Issue encountered:** FileNotFoundError: [Errno 2] No such file or directory: '/root/DeepQA/chatbot_website/logs/debug_chatbot.log' **resolved by:** mkdir chatbot_website/logs Which then opened up...
I've been looking into Rivescript a bit for making simple chatbots. The Coding Train has some good introductory material on this and how to use it with JavaScript. So what...