Simple bots or Simbot's is a library designed to create simple chat bots using python.
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 .
- Supports Sub Conversation management and creation also supports subconversation trace.
- Supports mongoDb integration to save bot logs.
- Supports other database integration(relational) to save bot logs.
if you are unfamiliar with any of these terms check out the documentation .
To install simply use
pip install simbots
Links
Check out the documentation page for chatbot terminology and how to solve some common problems like :
| Sr | Bot | Documentation | Code Only |
|---|---|---|---|
| 1) | How to make simple conversation . | step by step | code only |
| 2) | Convert site FAQs (Frequently asked questions) to a chatbot . | step by step | code only |
| 3) | Detect and handle person names from chat texts . | step by step | code only |
| 4) | Create and Place restaurant orders from chat . | step by step | code only |
Release files for simbots 0.0.28
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simbots-0.0.28.tar.gz | 22.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simbots-0.0.28-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 54.7 kB
Release files / simbots-0.0.28.tar.gz
| Download URL | simbots-0.0.28.tar.gz |
|---|---|
| Size | 22.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8a801759e23ad63b21bd6f978854d8f2055d9f3d9980adbea14e5377b45305ee
|
|
BLAKE2b-256 checksum How to use checksums |
4b135a5e769ddaa9bffb7f9de9a3386bae1dfcb0be5de17e82b4f6e22381a41a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.4
|
Release files / simbots-0.0.28-py3-none-any.whl
| Download URL | simbots-0.0.28-py3-none-any.whl |
|---|---|
| Size | 32.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c357c8fff8dee90d3a58e90bf8eaf4c6b966b36caefb04fc802325f98e2582f5
|
|
BLAKE2b-256 checksum How to use checksums |
e541d7c53d959f0e5b1f6bb904f84ca4b6e31f80881156c7582819110d5fdc4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.4
|