pack_name descr
Project description
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
The async version aconvbot, potentialy for fastapi or Nonebot plugins and such, is rather artificial since it's based on ThreadPoolExecutor. Hence it's not intended for production. You probably should not spawn too many instances.
from convbot import aconvbot
async def afunc(text):
resp = await aconvbot(text)
...
Interactive
python -m convbot
Not tested in Windows 10 and Mac
The module uses pytorch that is installed differently in Windows than in Linux. To run convbot in Windows or Mac, you may give it a spin by cloning the repo (git clone https://github.com/ffreemt/convbot) and installing pytorch manually.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file convbot-0.1.1.tar.gz.
File metadata
- Download URL: convbot-0.1.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.7.9 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ded4be41551ed5947f80274f3c93a386b2ef250245cc0a83fc97f171724def5
|
|
| MD5 |
1687498639037e2f90137d3626f010d6
|
|
| BLAKE2b-256 |
78d91bf8e35d5edf20d0f9b3974858f685fe3112138ed79f10a0c9d0113066f6
|
File details
Details for the file convbot-0.1.1-py3-none-any.whl.
File metadata
- Download URL: convbot-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.7.9 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f7cb36c673b41fc5a44a8bdc993f0a4a92f4dae657cd963659c5c7ab6bee0fe
|
|
| MD5 |
469ff09a27a9b5765a4d8fc7890c2e21
|
|
| BLAKE2b-256 |
d8ffe203116cc771dafb626e1cf756f7f1c26c017b3ed1e8768e5f5569a36efc
|