SlapBot/sounder
An intent recognizing algorithm to predict the intent of a given text.
This tool helps you automatically identify the intent or topic behind a piece of text. You input a list of potential intents (like 'facebook notifications' or 'twitter notifications') and a user's query, and it tells you which intent is the most likely match. It's designed for anyone building conversational AI, virtual assistants, or any system that needs to understand user commands from text.
124 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need to programmatically determine the specific purpose or subject of a user's typed input, routing it to the correct action or category.
Not ideal if you need a pre-trained model for very complex, nuanced, or highly domain-specific natural language understanding without providing your own examples.
Stars
124
Forks
19
Language
Python
License
MIT
Category
Last pushed
Jun 07, 2018
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/SlapBot/sounder"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
plkmo/NLP_Toolkit
Library of state-of-the-art models (PyTorch) for NLP tasks
loretoparisi/hf-experiments
Experiments with Hugging Face 🔬 🤗
hjian42/Natural-Language-Processing-Nanodegree
Natural Language Processing Nanodegree from Udacity Platform, in which I implement Hidden Markov...
Philipp2211/Udacity-Natural-Language-Processing-Nanodegree
This repository contains all my solutions to the tutorials/projects of the Udacity Natural...
hyunjoonbok/natural-language-processing
Ready-to-use Implementation of Natural Language Processing models in Keras/Tensorflow (transformer)