Spaces:
Runtime error
Runtime error
convbot
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
prin(convertbot("How are you?"))
# I am good # or along that line
Interactive
python -m convbot
Not tested in Windows 10
The module uses pytorch that is installed differently in Windows than in Linux. To run in Windows, you can probably just try to install pytorch manually.