shubham0204/Sentence-Embeddings-Android
Embeddings from sentence-transformers in Android! Supports all-MiniLM-L6-V2, bge-small-en, snowflake-arctic, model2vec models and more
This project provides an Android library to power mobile apps with the ability to understand text meaning. It takes plain text, like sentences or paragraphs, and converts them into numerical representations called embeddings. These embeddings can then be used within an Android application to find similar text or power smart search features. This is for Android app developers who want to add advanced text understanding capabilities to their applications.
No commits in the last 6 months.
Use this if you are an Android developer building an application that needs to understand the meaning of text, such as for semantic search, text comparison, or recommendation systems.
Not ideal if you are not an Android developer or your project doesn't involve building mobile applications that require on-device text embedding generation.
Stars
68
Forks
9
Language
Kotlin
License
Apache-2.0
Category
Last pushed
Sep 28, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/shubham0204/Sentence-Embeddings-Android"
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.