Mini chatbot client based on AIML
Project description
Minichat
Mini chatbot client based on AIML
Installation
pip3 install minichat
Example
from minichat import minichat
chatbot = minichat.Minichat()
while True:
question = input("You: ")
answer = chatbot.chat(question)
print("Bot:", answer)
Created and maintained by SnowflakeDev Community ❄️
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
minichat-1.0.2.tar.gz
(1.6 MB
view details)
Built Distribution
File details
Details for the file minichat-1.0.2.tar.gz
.
File metadata
- Download URL: minichat-1.0.2.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.9.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 788c080c88ed32a13b1c02dccbfc302a95276025f883d5a07e5a3a354c163ed1 |
|
MD5 | ae6d0ceb94c9eab6f8919b267fcaf4c8 |
|
BLAKE2b-256 | 9ddb5afab5f38d1c77040c2214c805e2ef7cbfec9b46dbf6f03446dde60614df |
File details
Details for the file minichat-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: minichat-1.0.2-py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.9.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1b1193c26ca8bcc6c0df05e79ed2aa2bf413e2eae593c75d7c470093dfbc70e |
|
MD5 | eeb5190f7f6debd12b8ee6b1f81daf22 |
|
BLAKE2b-256 | 2dd5649ba44197fb1b5a1bfa77925c817d9e5a13ca9cc3c08b5ba727c3417d2b |