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