Spaces:
Sleeping
Sleeping
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -19,14 +19,18 @@ tags:
|
|
| 19 |
|
| 20 |
<div align="center">
|
| 21 |
|
|
|
|
|
|
|
| 22 |
# π§ͺ TripAlchemy β AI Travel Experience Recommender
|
| 23 |
|
| 24 |
### *Set your travel vibe β get real matching experiences + one AI-woven itinerary*
|
| 25 |
|
| 26 |
-
[](https://opensource.org/licenses/MIT)
|
| 31 |
|
| 32 |
**A hybrid recommender that turns six "vibe" sliders (or a free-text mood) into the best-matching real travel experiences across 30 cities β then weaves the top matches into a single AI-generated itinerary.**
|
|
@@ -124,17 +128,7 @@ final_score = Ξ± Β· text_embedding_similarity + (1 β Ξ±) Β· category_slide
|
|
| 124 |
|
| 125 |
Even in pure-slider mode the sliders are converted into a synthetic sentence and embedded, so the embedding step is *never* bypassed. FAISS (`IndexFlatIP`) does exact cosine search over the whole collection.
|
| 126 |
|
| 127 |
-
|
| 128 |
-
User input (sliders or free text)
|
| 129 |
-
β
|
| 130 |
-
MiniLM encoder βββΊ 512-D query vector
|
| 131 |
-
β
|
| 132 |
-
FAISS cosine search vs. all 10,396 embeddings
|
| 133 |
-
β
|
| 134 |
-
Hybrid re-rank (embedding + slider dot-product) + hard filters (city, budget, energy)
|
| 135 |
-
β
|
| 136 |
-
Top-5 experiences βββΊ LLM itinerary narrator
|
| 137 |
-
```
|
| 138 |
|
| 139 |
### β¨ Part 4 β Generation
|
| 140 |
|
|
|
|
| 19 |
|
| 20 |
<div align="center">
|
| 21 |
|
| 22 |
+

|
| 23 |
+
|
| 24 |
# π§ͺ TripAlchemy β AI Travel Experience Recommender
|
| 25 |
|
| 26 |
### *Set your travel vibe β get real matching experiences + one AI-woven itinerary*
|
| 27 |
|
| 28 |
+
[](https://gradio.app)
|
| 29 |
+
[](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct)
|
| 30 |
+
[](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
|
| 31 |
+
[](https://github.com/facebookresearch/faiss)
|
| 32 |
+
[](https://huggingface.co/datasets/almador2002/tripalchemy-experiences)
|
| 33 |
+
[](https://www.python.org/)
|
| 34 |
[](https://opensource.org/licenses/MIT)
|
| 35 |
|
| 36 |
**A hybrid recommender that turns six "vibe" sliders (or a free-text mood) into the best-matching real travel experiences across 30 cities β then weaves the top matches into a single AI-generated itinerary.**
|
|
|
|
| 128 |
|
| 129 |
Even in pure-slider mode the sliders are converted into a synthetic sentence and embedded, so the embedding step is *never* bypassed. FAISS (`IndexFlatIP`) does exact cosine search over the whole collection.
|
| 130 |
|
| 131 |
+

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
|
| 133 |
### β¨ Part 4 β Generation
|
| 134 |
|