Skip to main content

botiverse is a chatbot library that offers a high-level API to access a diverse set of chatbot models.

Project description

Botiverse

A library that imports chatbots from other galaxies

Installation

pip install botiverse

Get started

Try to import and playaround with the Basic Chat Bot:

from Botiverse import BasicChatBot

# Make a new chatbot and give it a name
Max = BasicChatBot("Max")
# Train the chatbot
Max.train("abcdefgh")
# Ask the chatbot a question
response = Max.infer("Can you tell me a joke?")
print(response)

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

botiverse-0.0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

botiverse-0.0.1-py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page