/botify

Framework for creating a tool performing various tasks based on Natural Language query

Primary LanguagePythonMIT LicenseMIT

Botify

https://coveralls.io/repos/github/pri22296/botify/badge.svg?branch=master https://travis-ci.org/pri22296/botify.svg?branch=master https://api.codacy.com/project/badge/Grade/47e374815173493b82c4cc3a4a3b4194 Code Health Documentation Status

Introduction

This Package provides Botify class can be used to create your bot. Your bot will take orders in natural language and performing various actions based on the List of Tasks which you specify.

Note that, this package does not intends to really understand the natural langauge. Instead, you need to specify a mapping between various keywords and the tasks you need your bot to perform. This technique works pretty well as demonstrated by our example project nlcalc.

Features include:

  • Ability to understand a large set of commands in natural language based on very little input.

Installation

pip install botify

Links

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.