A package to detect intent from utterances.
Project description
IntentIdentification
This is a package to detect intent of utterances, trained on the SNIPS dataset, with 98% accuracy.
It can detection any of the following intents in an input utterance:
- PlayMusic
- GetWeather
- BookRestaurant
- RateBook
- SearchScreeningEvent
- SearchCreativeWork
- AddToPlaylist
Example usage:
import IntentIdentification
predictor = IntentIdentification.Predictor()
confidence, pred_intent = predictor("find animated movies playing near me")
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
File details
Details for the file IntentIdentification-0.0.1.tar.gz.
File metadata
- Download URL: IntentIdentification-0.0.1.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db8eb1ada4ef323943b2dd82f1d5929c641ad3cfd2cc19faee6dc1208aa95bf8
|
|
| MD5 |
13942e734f7873a5ebdb1bad0fb9b95b
|
|
| BLAKE2b-256 |
a7debedea278dc81f19213c405cd6331dc2d3a81d9a3ddcee74ccb1b68a4362a
|