Skip to main content

A chatbot that assists rather than manipulates.

Project description

Buy Us Tea PyPI version License codecov DigitalOcean Referral Badge

qary

The qary package is both a chatbot framework and a working "reference implementation" virtual assistant that actually assists! Most bots manipulate you to make money for their corporate masters. With qary, you can build your bot to protect you and amplify your intelligence and prosocial instincts.

qary was conceived as part of NLP in Action book, is maintained by an active developer community and is supported by San Diego Python User Group (some qary talks here and in docs/) and San Diego Machine Learning Group.

Install

Install from source

Retrieve the source code from GitLab:

git clone git@gitlab.com:tangibleai/qary
cd qary

Then, install and use the conda python package manager within the Anaconda software package.

conda update -y -n base -c defaults conda
conda create -y -n qaryenv 'python==3.9.7'
conda env update -n qaryenv -f ./scripts/environment.yml
conda activate qaryenv || source activate qaryenv
pip install --editable .

Windows Users: docs/README-windows-install.md

PyPi package

qary is on PyPi but this install is unlikely to work, unless you've already installed all the dependencies:

pip install qary

Usage

$ qary --help
usage: qary [-h] [--version] [--name STR] [-p] [-s STR] [-v] [-vv] [words [words ...]]

Running qary for just one skill

$ qary -s qa
# ... (logging messages)
YOU: When was Barack Obama born?
# ... (logging messages)
qary: August 4, 1961

qary skills

qary's probabilistic conversation manager chooses a reply from the possiblities generated by the different personalities:

  • pattern (skills/pattern.py): example skill using regex patterns to reply to greetings like "hi"
  • qa (skills/qa.py): BERT and ALBERT Wikipedia Question Answering (WikiQA reading comprehension tests)
  • faq (skills/faq.py): answers to frequently asked questions using data/faq/*.yml
  • glossary (skills/glossary.py): definitions from glossary yml files in data/faq/glossary-*.yml
  • eliza (eliza.py): a python port of the ELIZA therapist bot

Configuring default personalities

By default, qary runs with qa personality. Check out the config file in qary.ini to change the default skills loaded for your own custom skill in the skills directory.

Approach

qary's chatbot framework allows you to combine many approaches to give you state-of-the-art capability to answer questions and carry on a conversation:

  1. search: chatterbot, will
  2. pattern matching and response templates: Alexa, AIML
  3. generative deep learning: robot-bernie, movie-bot
  4. grounding: snips

It's all explained in detail at NLP in Action.

Presentations for San Diego Python User Group are in [docs/](/docs/2019-08-22--San Diego Python User Group -- How to Build a Chatbot.odp) and on the web at http://totalgood.org/midata/talks

Contributing pattern for developers

DM @hobs if you'd like to join us for weekly Zoom collaborative-coding sessions.

  1. Create a fork of the main qary repository on Gitlab.
  2. Make your changes in a branch named something different from master, e.g. create a new branch my-pull-request.
  3. Create a merge request.
  4. Help your fellow contributors out by:
  • Follow the PEP-8 style guide.
  • Try to include a docstring, at least a single line, in any function, method, or class
  • Bonus points for adding a doctest as part of your contribution.
  • If you add a new feature, write some quick docs in the README.
  • Add your name and attribution to the AUTHORS file.
  • Know we are grateful for your contribution! You've made the chatbot world a little better!

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

qary-0.7.5.tar.gz (5.2 MB view details)

Uploaded Source

Built Distribution

qary-0.7.5-py3-none-any.whl (5.3 MB view details)

Uploaded Python 3

File details

Details for the file qary-0.7.5.tar.gz.

File metadata

  • Download URL: qary-0.7.5.tar.gz
  • Upload date:
  • Size: 5.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.7 Linux/5.13.0-30-generic

File hashes

Hashes for qary-0.7.5.tar.gz
Algorithm Hash digest
SHA256 ec9717c23fa47d30fb7715eccfc2b52400d044446451db45e0494fc40fdb2f80
MD5 2e9b171d1fd7d1cd3a7579cf28674404
BLAKE2b-256 2b7e8576190769922ab579960fe89782e712fb96946f8aa0330af954cae03765

See more details on using hashes here.

Provenance

File details

Details for the file qary-0.7.5-py3-none-any.whl.

File metadata

  • Download URL: qary-0.7.5-py3-none-any.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.7 Linux/5.13.0-30-generic

File hashes

Hashes for qary-0.7.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c353d0b6831e90a5cd42cab08b4bc66f7ebf7c8d71a97ef60f7810dc630b2930
MD5 71ef6e5d35e8fa0bfd3733d4438bf422
BLAKE2b-256 1d438c6b04944aa5aa8020957bc4dc1929e3dfd6316c9f52182b4e14e98751c1

See more details on using hashes here.

Provenance

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