File size: 585 Bytes
2fc5a64 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ---
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
|