Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Sentence Embedding API
|
| 3 |
+
emoji: π₯
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
sdk_version: 3.10
|
| 8 |
+
app_port: 8000
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Sentence Embedding API π
|
| 14 |
+
|
| 15 |
+
A production-ready REST API for generating sentence embeddings using transformer models. Built with **FastAPI** and **Sentence-Transformers**.
|
| 16 |
+
|
| 17 |
+
## π About
|
| 18 |
+
|
| 19 |
+
This API converts any text into high-dimensional vector embeddings that can be used for:
|
| 20 |
+
- Semantic search π
|
| 21 |
+
- Text clustering π
|
| 22 |
+
- Similarity comparison π
|
| 23 |
+
- Downstream ML tasks π€
|
| 24 |
+
|
| 25 |
+
## ποΈ Architecture
|