Spaces:
Sleeping
Sleeping
Create readme.md
Browse files
readme.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Semantic Similarity Ranking Tool
|
| 2 |
+
|
| 3 |
+
A Hugging Face Space for ranking up to 1000 search terms by semantic similarity to your chosen keyword.
|
| 4 |
+
|
| 5 |
+
## How it works
|
| 6 |
+
|
| 7 |
+
- Enter your main keyword in the first box.
|
| 8 |
+
- Paste or enter up to 1000 terms or phrases (one per line) in the second box.
|
| 9 |
+
- The tool uses the 'all-mpnet-base-v2' Sentence Transformer to measure similarity, and returns a ranked table with similarity scores.
|
| 10 |
+
|
| 11 |
+
## Features
|
| 12 |
+
|
| 13 |
+
- Fast semantic similarity computation
|
| 14 |
+
- Clean, simple interface
|
| 15 |
+
- Download results as CSV (use Gradio's table features)
|
| 16 |
+
|
| 17 |
+
## Dependencies
|
| 18 |
+
|
| 19 |
+
- sentence-transformers
|
| 20 |
+
- torch
|
| 21 |
+
- gradio
|
| 22 |
+
- pandas
|
| 23 |
+
|
| 24 |
+
## Usage
|
| 25 |
+
|
| 26 |
+
Deploy this repo as a Gradio Space, or run locally:
|
| 27 |
+
|