| ---
|
| title: Sentence Embedding API
|
| emoji: π₯
|
| colorFrom: blue
|
| colorTo: green
|
| sdk: docker
|
| sdk_version: 3.10
|
| app_port: 8000
|
| pinned: false
|
| license: mit
|
| ---
|
|
|
| # Sentence Embedding API π
|
|
|
| A production-ready REST API for generating sentence embeddings using transformer models. Built with **FastAPI** and **Sentence-Transformers**.
|
|
|
| ## π About
|
|
|
| This API converts any text into high-dimensional vector embeddings that can be used for:
|
| - Semantic search π
|
| - Text clustering π
|
| - Similarity comparison π
|
| - Downstream ML tasks π€
|
|
|
| ## ποΈ Architecture
|
|
|