Skip to main content

The official Python client for Gurunudi AI API

Project description

Gurunudi is a Python library for accessing the Gurunudi Artificial Intelligence Chatbot API. Gurunudi (AI as a Service) provides a wide range of Artificial Intelligence based API solutions (See below).

💫 Version 2.0.1 out now! 💫 Test Gurunudi chatbot online. 💫 Get your API key today to use Gurunudi AI API in your own chatbot. 💫 Contact us if you need to train and deploy your own model with Gurunudi as the base model. 💫 For commercial use (an affordable, pay as you go pricing model), Contact us or Tweet us.

pypi Version Gurunudi on Gitter gurunudi on Twitter

📖 Installation

Operating system

macOS / OS X, Linux, Windows

Python version

2+, 3+

Package managers

pip

via pip

pip install gurunudi

When using pip it is generally recommended to install packages in a virtual environment to avoid modifying system state:

venv .env
source .env/bin/activate
pip install gurunudi

Updating

pip install gurunudi --upgrade

💬 Where to ask questions

The Gurunudi project is maintained by @gurudevrao. Please use the below listed forums for any support requests.

Bug Reports

GitHub Issue Tracker

Usage Questions

StackOverflow, Gitter Chat

General Discussion

Gitter Chat

Features of Gurunudi

  • Not just English, support exists for an ever growing list of languages.

  • Pre-trained models that are continuously updated for better accuracy and to support more languages.

  • Automatic Language Detection enables Gurunudi to converse in any supported language without any additional setup.

  • Custom model training to deploy your own chatbot to answer your customer queries.

  • Gurunudi is language agnostic - Train once in one language, and Gurunudi will reply in any of the supported languages.

  • Knowledge Graph - continuously updated to provide latest and accurate information.

  • More cutting edge AI features are being added continuously

📖 Documentation

Basics

from gurunudi import AI

ai=AI('your_gurunudi_api_key')

AI is the class that abstracts API calls to Gurunudi AI Platform. Create an AI object as shown above. The only argument to be passed to the constructor is your Gurunudi API Key.

response=ai.chat("father of Albert Einstein")
#now response = {"text": "Hermann Einstein is the father of Albert Einstein."}

Automatic Language Detection

Automatic language detection means you do not have to change anything in your code, even if the language is not English. In the below example, we pass “como estas” (meaning “how are you” in Spanish language) as input text. Gurunudi automatically replies in Spanish saying Estoy bien (meaning “I am fine” in Spanish).

response=ai.chat(“como estas”) #now response = {“text”: “Estoy bien”}

Custom Model Training

You can also train your own custom model on top of Gurunudi. This can be useful if you want to deploy your own chatbot to answer queries from your customers about your products or services. Since the model will be trained on top of Gurunudi, your customers will also be able to ask for generic information.

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

gurunudi-2.0.1.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gurunudi-2.0.1-py2.py3-none-any.whl (8.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file gurunudi-2.0.1.tar.gz.

File metadata

  • Download URL: gurunudi-2.0.1.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for gurunudi-2.0.1.tar.gz
Algorithm Hash digest
SHA256 23907990296d93b44e7c78bf4d08d0f4fad85016289f6f176dd9f71932c7a2c9
MD5 2629b1cf2faac1ba1591bb964c569f76
BLAKE2b-256 94bdf2467be6653bcac9c08d6c18babc417db7fadb2dde2609a83e850b014301

See more details on using hashes here.

File details

Details for the file gurunudi-2.0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: gurunudi-2.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for gurunudi-2.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 63e58c6305cc4528281765c75760cf88c4a06370afd6d8021bdf25abdd1f482b
MD5 8fc786fb5656be934982a7770b70acff
BLAKE2b-256 ed7bc696f8433c797f1b6f5a54270d132d80cd28546b7eb666cbc53d33666050

See more details on using hashes here.

Supported by

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