Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Gurunudi AI API: Python client
Gurunudi is a Python library for accessing the Gurunudi Artificial Intelligence Chatbot API <https://www.gurunudi.com/>
_.
Gurunudi (AI as a Service) provides a wide range of Artificial Intelligence based API solutions (See below).
💫 Version 2.0.3 out now!
💫 Test Gurunudi chatbot <https://www.gurunudi.com/>
_ 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 <mailto:contact@gurunudi.com>
_ or Tweet us <https://twitter.com/gurunudi>
_.
.. image:: https://img.shields.io/pypi/v/gurunudi.svg?style=flat-square :target: https://pypi.python.org/pypi/gurunudi :alt: pypi Version
.. image:: https://badges.gitter.im/guruyuga/gurunudi.svg :target: https://gitter.im/guruyuga/gurunudi :alt: Gurunudi on Gitter
.. image:: https://img.shields.io/twitter/follow/gurunudi.svg?style=social&label=Follow :target: https://twitter.com/gurunudi :alt: gurunudi on Twitter
==================== ===
Operating system macOS / OS X, Linux, Windows
Python version 2+, 3+
Package managers pip <https://pypi.python.org/pypi/gurunudi>
_
==================== ===
.. code:: bash
pip install gurunudi
When using pip it is generally recommended to install packages in a virtual environment to avoid modifying system state:
.. code:: bash
venv .env
source .env/bin/activate
pip install gurunudi
.. code:: bash
pip install gurunudi --upgrade
The Gurunudi project is maintained by @gurudevrao <https://github.com/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
_
====================== ===
.. _GitHub Issue Tracker: https://github.com/guruyuga/gurunudi/issues .. _StackOverflow: http://stackoverflow.com/questions/tagged/gurunudi .. _Gitter Chat: https://gitter.im/guruyuga/gurunudi
.. code:: python
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.
.. code:: python
response=ai.chat("father of Albert Einstein")
#now response = {"text": "Hermann Einstein is the father of Albert Einstein."}
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"}
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.
FAQs
The official Python client for Gurunudi AI API
We found that gurunudi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.