ServiceNow/bytesteady
A fast classification and tagging tool using byte-level n-gram embeddings. bytesteady is a ServiceNow Research project that was started at Element AI.
This tool helps developers rapidly categorize and assign tags to large volumes of text or byte-level data. You provide raw data streams or files, and it quickly outputs classifications and descriptive tags. Developers building backend services or data processing pipelines are the primary users.
No commits in the last 6 months.
Use this if you are a developer building systems that need to perform very fast, high-volume classification or tagging of data streams.
Not ideal if you are an end-user looking for a no-code solution or if your primary need is deep semantic understanding rather than speed and scale.
Stars
11
Forks
2
Language
C++
License
Apache-2.0
Category
Last pushed
Jul 06, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/ServiceNow/bytesteady"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shibing624/similarities
Similarities: a toolkit for similarity calculation and semantic search....
explosion/sense2vec
🦆 Contextually-keyed word vectors
chakki-works/chakin
Simple downloader for pre-trained word vectors
sebischair/Lbl2Vec
Lbl2Vec learns jointly embedded label, document and word vectors to retrieve documents with...
pdrm83/sent2vec
How to encode sentences in a high-dimensional vector space, a.k.a., sentence embedding.