Kiri Natural Language Engine
Project description
Kiri
Kiri is a Python library that makes using state-of-the-art AI easy, accessible and scalable.
With Kiri, no experience in AI is needed to solve valuable real world problems using:
- Conversational question answering in English (for FAQ chatbots, text analysis, etc.)
- Zero-shot text classification in 100+ languages (for email sorting, intent detection, etc.)
- Zero-shot image classification (for object recognition, OCR, etc.)
- Text vectorisation in 50+ languages (semantic search for ecommerce, documentation, etc.)
- Summarisation in English (TLDRs for long documents)
- Emotion detection in English (for customer satisfaction, text analysis, etc.)
Run everything locally or take your code to production using our optimised inference API, where you only pay for usage.
⚡ Getting started | Installation, few minute introduction |
---|---|
💡 Examples | Sample problems solved using Kiri |
📙 Docs | In-depth documentation for advanced usage |
Getting started
Installation
Install Kiri via PyPi:
pip install kiri
Basic usage
from kiri import Kiri
context = "Take a look at the examples folder to see use cases!"
# Use our inference API
kiri = Kiri(api_key="abc")
# Or run locally
kiri = Kiri(local=True)
# Start building!
answer = kiri.qa("Where can I see what to build?", context)
print(answer)
# Prints
"the examples folder"
Why Kiri?
-
No experience needed
- Entrance to practical AI should be simple
- Get state-of-the-art performance in your task without being an expert
-
There is an overwhelming amount of models
- We implement the best ones for various tasks
- A few general models can accomplish more with less optimisation
-
Deploying models cost effectively is hard work
- If our models suit your use case, no deployment is needed
- Our API scales, is always available, and you only pay for usage
Examples
Take a look at the examples folder.
Documentation
Check out our docs.
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
kiri-0.4.9.tar.gz
(30.6 kB
view details)
Built Distribution
kiri-0.4.9-py3-none-any.whl
(64.5 kB
view details)
File details
Details for the file kiri-0.4.9.tar.gz
.
File metadata
- Download URL: kiri-0.4.9.tar.gz
- Upload date:
- Size: 30.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee145484d234273e2a2363d5bb1af231367c75772de15fc1733fb99bfa549add |
|
MD5 | cc151aef5cf8d1aaf10b16386d9b6646 |
|
BLAKE2b-256 | 0111de669e3a1187cc9ca935811cefc5f5234652923582ec5aff504f72afd8d4 |
File details
Details for the file kiri-0.4.9-py3-none-any.whl
.
File metadata
- Download URL: kiri-0.4.9-py3-none-any.whl
- Upload date:
- Size: 64.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de0975d1f816d7f837982b210799da459fa468b2510270d827e60dc0190b9ac6 |
|
MD5 | 80c205d916451b66266162ac75b3c5c9 |
|
BLAKE2b-256 | 6af5660dd695c587496f1dc254efce8f8b28a867f2ec95cdad4fbe4152477396 |