Update README.md
Browse files
README.md
CHANGED
@@ -13,4 +13,35 @@ tags:
|
|
13 |
- agents
|
14 |
- code-analysis
|
15 |
- agent-demo-track
|
16 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- agents
|
14 |
- code-analysis
|
15 |
- agent-demo-track
|
16 |
+
---
|
17 |
+
|
18 |
+
# βοΈ Trip Budget Advisor
|
19 |
+
|
20 |
+
**Trip Budget Advisor** is an AI-powered travel planning assistant built with Gradio and smolagents. It helps users estimate travel costs, classify their travel style, and chat with an intelligent agent for trip advice β all in one interactive app.
|
21 |
+
|
22 |
+
## π§ How It Works
|
23 |
+
|
24 |
+
1. **Travel Survey** β Answer 5 quick questions to determine your travel style (e.g., Budget vs. Luxury).
|
25 |
+
2. **Budget Estimation** β Automatically calculate your estimated daily and total trip cost.
|
26 |
+
3. **AI Chat Assistant** β Ask questions like βWhat are affordable cities for 5-day luxury trips?β and get personalized suggestions using an LLM agent.
|
27 |
+
4. **Live Search** β Powered by SerpAPI for real-time search capability inside the agent.
|
28 |
+
|
29 |
+
## π₯ Demo
|
30 |
+
|
31 |
+

|
32 |
+
|
33 |
+
## π οΈ Built With
|
34 |
+
|
35 |
+
- [Gradio Blocks](https://gradio.app/)
|
36 |
+
- [smolagents](https://github.com/mispmip/smolagents)
|
37 |
+
- [OpenAI API](https://platform.openai.com/)
|
38 |
+
- [SerpAPI](https://serpapi.com/) (Google Search tool)
|
39 |
+
|
40 |
+
## π Try It
|
41 |
+
|
42 |
+
Clone this repo or run it directly on Hugging Face Spaces.
|
43 |
+
|
44 |
+
```bash
|
45 |
+
pip install -r requirements.txt
|
46 |
+
python app.py
|
47 |
+
|