Spaces:
Runtime error
Runtime error
# convbot | |
[](https://github.com/ffreemt/convbot/actions)[](https://img.shields.io/static/v1?label=python+&message=3.7%2B&color=blue)[](https://github.com/psf/black)[](https://opensource.org/licenses/MIT)[](https://badge.fury.io/py/convbot) | |
A conversational bot based on huggingface transformers | |
## Install it | |
```shell | |
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 | |
```python | |
from convbot import convbot | |
convertbot("How are you?") | |
# I am good # or along that line | |
``` | |