Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,40 +4,10 @@ emoji: 🏠
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 4.44.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
python_version: "3.10"
|
| 11 |
---
|
| 12 |
|
| 13 |
# StayWise AI
|
| 14 |
|
| 15 |
-
AI-powered pricing and performance optimization for short-term rentals.
|
| 16 |
-
|
| 17 |
-
## What the app does
|
| 18 |
-
|
| 19 |
-
- Loads the Airbnb project datasets.
|
| 20 |
-
- Lets the user enter property information.
|
| 21 |
-
- Finds comparable listings.
|
| 22 |
-
- Estimates occupancy, revenue, demand score, opportunity score, and pricing recommendation.
|
| 23 |
-
- Optionally sends the pipeline output to n8n through a webhook.
|
| 24 |
-
- Displays the n8n response inside the app.
|
| 25 |
-
|
| 26 |
-
## n8n integration
|
| 27 |
-
|
| 28 |
-
Create a Space secret called:
|
| 29 |
-
|
| 30 |
-
`N8N_WEBHOOK_URL`
|
| 31 |
-
|
| 32 |
-
The n8n workflow should use:
|
| 33 |
-
|
| 34 |
-
Webhook Trigger → Set/Edit Fields → Google Sheets or Email → Respond to Webhook
|
| 35 |
-
|
| 36 |
-
Recommended JSON response:
|
| 37 |
-
|
| 38 |
-
{
|
| 39 |
-
"status": "success",
|
| 40 |
-
"insight": "This listing has high demand potential but is underpriced.",
|
| 41 |
-
"next_step": "Consider increasing price by 8% and improving review quality.",
|
| 42 |
-
"log": "Saved to database and flagged for monitoring."
|
| 43 |
-
}
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# StayWise AI
|
| 12 |
|
| 13 |
+
AI-powered pricing and performance optimization for short-term rentals.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|