Skip to content
#

chatbots

Here are 579 public repositories matching this topic...

rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants

  • Updated Feb 28, 2022
  • Python
transfer-learning-conv-ai
jb33k
jb33k commented Jun 4, 2019

I'm playing around with this wonderful code but I'm running into a curious issue when I try to train the model with my own data.

I replicated the personachat_self_original.json file structure and added my own data. I deleted dataset_cache_OpenAIGPTTokenizer file but when I try to train, I get this error:

INFO:train.py:Pad inputs and convert to Tensor
Traceback (most recent call last)
Chatbot
padmalcom
padmalcom commented Nov 12, 2020

Hi, I wrote an extensible chatbot for which developers can add dialogs including the corresponding python modules. So far, I can create a Chat instance using one main template and a default template. It would be nice if I could optionally specify a main folder so that your fantastic library loads all template files from this folder.

YoniSchirris
YoniSchirris commented Feb 4, 2020

In my specific implementation, I am sending audio over the chatbot. After the audio is done playing, I want to display options to choose from.

It would be nice if Botonic has a pointer to the latest message, which is updated with the state of the message (e.g. 'typing', or 'sent').

Currently, i need to continuously check if the message element has already been rendered by passing it a c

Improve this page

Add a description, image, and links to the chatbots topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chatbots topic, visit your repo's landing page and select "manage topics."

Learn more