ai-chatbot-framework icon indicating copy to clipboard operation
ai-chatbot-framework copied to clipboard

A python chatbot framework with Natural Language Understanding and Artificial Intelligence.

Results 8 ai-chatbot-framework issues
Sort by recently updated
recently updated
newest added

Can someone explain how this works exactly https://github.com/alfredfrancis/ai-chatbot-framework/blob/master/app/endpoint/controllers.py#L96-L97 ? It is always returning `{}` in my case. How does this part even know that what my user typed in is...

help wanted

Hi all, after users enter parameters. how we remove them? For example: ![image](https://user-images.githubusercontent.com/7900391/103395238-d3a95b80-4b5f-11eb-8dae-39787274075f.png) We want to start enter inputting parameters again.

enhancement

First of all, thanks for your library. I really enjoy working with that. I have a question regarding to Story. I think it would be useful to handle inner story...

enhancement

I've installed it, and it's working fine. But I want the conversation like it:- Human: What is your Name Bot: My Name is chatBot. What is your Name? Human: Mine...

enhancement

Hey, man! Thanks for an amazing project! I have one problem, in some cases, I need set hard context/intent. I mean, I need something like category. **For example**: I integrate...

enhancement

Is this application still being maintained?

Hi and thanks for providing this solution! I've followed the manual for "Using Docker" but currently I'm having problems creating new intents or uploading the sample json. Also, clicking on...

Since the flask_script is not maintained and Flask CLI is now currently used instead of it, it is requested to migrate from flask_script to Flask CLI, been facing several compatablity...