Questions tagged [chatterbot]

ChatterBot is a machine learning, conversational dialog engine for creating chat bots.

ChatterBot is a machine learning, conversational dialog engine for creating chat bots. https://chatterbot.readthedocs.io/

256 questions
1
vote
1 answer

Running python script on Android local server

I need to build a chatbot which does not takes any online support. I am using: Python chatterbot to build conversation dialogues. Android's google offline speech recognition to convert speech to text and vice versa. I want to train the model on…
1
vote
1 answer

Chatterbot Django Integration Retrieving Conversation Data

I am working on a chatterbot Django integration. What I need is to retrieve the conversation data entered through Django admin console. I define the chatterbot as follows chatbot = ChatBot( "SQLMemoryTerminal", …
aash ma
  • 95
  • 7
1
vote
1 answer

Module object has no attribute SQLStorageAdapter

While running django chatterbot app, i encounter an error module' object has no attribute 'SQLStorageAdapter' I define chatbot the following way in my view. chatbot = ChatBot( "SQLMemoryTerminal", …
MACMAN
  • 1,883
  • 1
  • 21
  • 35
1
vote
0 answers

How to impletement currency checker into chatterbot response?

I am using a library named chatterbot to develop me chatbot. Assume that i am asking: what is the currency rate between HKD and USD? , what i to hear from chatbot is: Chatbot: hkd: usd rate is 1:7 There are two questions need to be solved before …
Ng Kei Yin
  • 31
  • 1
  • 1
  • 4
1
vote
1 answer

chatterbot twitter_trainer ASCII encoding error

I am trying to run the chatterbot's TwitterTrainer on a separate program like so: from chatterbot import ChatBot from chatterbot.trainers import TwitterTrainer from settings import TWITTER import logging # Comment out the following line to disable…
Idan BM
  • 31
  • 3
1
vote
0 answers

How does Chatterbot RT retweets without knowing?

Im using the English trainer and i want the bot to answer my question with his best-match answer... For some reason the bot answers with a retweet like so: "RT KhaledAlwaleed THE BASIS OF ..." I am using my own corpus dataset: bot =…
Idan BM
  • 31
  • 3
1
vote
0 answers

Error when running Python ChatBot Code

I am trying to create a ChatBot using chattertbot and when I run this code I'm getting this traceback
Cornfused
  • 11
  • 3
1
vote
1 answer

Chatterbot Django and Heroku (Issues Running Example)

I've had a couple of issues now and I've nearly got the Chatterbot example working for Django running on Heroku. Here is my example page. https://polar-basin-92507.herokuapp.com/ looking at the log the issue seems to be OperationalError: no such…
Nonlin
  • 550
  • 1
  • 6
  • 18
1
vote
1 answer

can't install chatterbot module - 'module' object has no attribute '__version__'

I'm trying to install Chatterbot in my Mac with oficial guide: http://chatterbot.readthedocs.io/en/stable/setup.html So, I'm getting an error when simply trying to see module version as the oficial guide shows. ➜ chatterbot git:(master) python…
anderlaini
  • 1,593
  • 2
  • 24
  • 39
1
vote
1 answer

Training The Ubuntu Dialog Corpus with chatterbot

How much time does it take to train the Ubuntu Dialog Corpus with chatterbot? How many examples are needed to train the bot well?
0
votes
0 answers

how to rectify pip subroutines installation error

It displays an error in pycharm for the installation of chatterbot. I tried to install pip-chatterbot to create a chatbot but it throws an error saying pip subroutines did not run successfully. need a solution to install and run chatterbot…
0
votes
0 answers

why does the error originate from a subprocess. s it because of low internet, or failure will the collecting setuptools?

I keep getting an error when i am downloading chatterbot, but it says the error originates from a subprocess, and is likely not a problem with pip. Please help me? I thought it was going to download the latest version of chatterbot, since i updated…
0
votes
0 answers

Is there a way for chatbot that use chatterbot module in python consider sentences like "what is your name" and "what your name" as the same sentence?

Sorry if my english feel clunky, it not my first language I'm using Python 3.11.3 I coded a conversation chatbot using the chatterbot module. So far it work great, but a big problem is that it consider sentences like "what is your name"/"what your…
0
votes
0 answers

ChatterBot error loading 'en' model in spaCy: OSError [E941]

I am currently working on building a chatbot using Python 3.8 (64-bit) and have successfully installed Chatterbot using pip. However, when running my code, I encountered an error related to the 'en' model in spaCy. I have also installed spaCy using…
0
votes
0 answers

error: Microsoft Visual C++ 14.0 or greater is required. wile installing chatterbot

I wanted to install chatterbot library. When executing pip install chatterbot, I encountered the following error and am not able to resolve it even after installing Microsoft C++ Build Tools. I was using windows 10 and later on updated it to windows…
panda912
  • 11
  • 2