convbot / README.md
freemt
First commit
b78ad07
|
raw
history blame
No virus
1.03 kB

convbot

testspythonCode style: blackLicense: MITPyPI version

A conversational bot based on huggingface transformers

Install it

pip install convbot
# or poetry add convbot
# pip install git+htts://github.com/ffreemt/convbot
# poetry add git+htts://github.com/ffreemt/convbot

# To upgrade
pip install convbot -U
# or poetry add convbot@latest

Use it

from convbot import convbot

convertbot("How are you?")
# I am good  # or along that line