-
Hi, my chatbot learned by simple yml file, but unfortunately the chosen answer is the one with the lowest confidence.
-------------------------------Answers-----------------
I need a job
Robot :…
-
Hi,
since the command (with the new version of ChatterBot) `python3 manage.py train` is no more supported, how can I train my online bot implemented with Django? I read that I have to create a new py…
ghost updated
3 years ago
-
data_file = open("myways.json","r")
data = json.loads(data_file.read())
words = [] #For Bow model/ vocabulary for patterns0
classes = [] #For Bow model/ vocabulary for tags
data_X = [] #For sto…
-
Most part of the chatbot is rule-based. I was thinking of migrating slowly it to NLP based.
-
I used the same heroku deployment code of yours and ot worked well in the local but when hosted in heroku,it is deployed successfully and the screen gets displayed but when a question is asked to the …
-
-
### Initial Checks
- [ ] I have searched GitHub for a duplicate issue and I'm sure this is something new
- [ ] I have read and followed [the docs & demos](https://github.com/modelscope/modelscope-age…
-
here:
![Screenshot 2024-10-14 211712](https://github.com/user-attachments/assets/34eac204-1f21-4587-a390-2c47ee087aa1)
Description:
This issue is to request the addition of a new tutorial on Chat…
-
#### **Healthcare Capabilities in AI**
---
**1. AI Model Development**
- **Capabilities:**
- Crafting bespoke AI models tailored for healthcare applications.
- Leveraging dee…
-
I just started using chatterbot,
It does not install chatterbot-corpus as a dependency after running `pipenv install chatterbot`.
```
In [1]: from chatterbot import ChatBot …