Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,29 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 6.6.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
license: apache-2.0
|
| 11 |
-
short_description: Hotel Application Interface using Gradio
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Week 6 Hotel Search App
|
| 3 |
+
emoji: 🏨
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Week 6 Hotel Search App
|
| 12 |
+
|
| 13 |
+
This Gradio app accepts a free-form hotel request, parses:
|
| 14 |
+
- location
|
| 15 |
+
- dates
|
| 16 |
+
- budget
|
| 17 |
+
- must-have features
|
| 18 |
+
- want-to-have features
|
| 19 |
+
- avoid features
|
| 20 |
+
|
| 21 |
+
It searches using SerpApi and returns ranked hotel matches with **official hotel website links only** (travel agency/OTA links are filtered out).
|
| 22 |
+
|
| 23 |
+
## Required Secret
|
| 24 |
+
Add this in **Space Settings → Variables and secrets**:
|
| 25 |
+
|
| 26 |
+
- `SERPAPI_API_KEY`
|
| 27 |
+
|
| 28 |
+
## Example Prompt
|
| 29 |
+
Hotel in Denver, CO for Mar 15-17 under $250/night. Must have parking and non-smoking. Want gym and breakfast.
|