Simple bots or Simbots is a library designed to create simple chat bots using the power of python. This library utilises Intent, Entity, Relation and Context model to create bots . Its Basic functions :-
- Uses machine learning to create Intents .
- Supports multiple ways of creating entities and relations .
- Also provides helper functions to query context stack .
- Provides a framework to create text based chatbots .
- Provides a framework to define test conversation of the bot and test it .
- Support saving and loading existing conversation .
- Support saving and loading trained Chatbot .
To install simply use
pip install simbots
Links