HonAnson commited on
Commit
08c0b09
Β·
verified Β·
1 Parent(s): 4d58ae3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
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
+ ![Trip Budget Advisor Demo](demo.gif)
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
+