mishrabp commited on
Commit
4a1b6d2
Β·
verified Β·
1 Parent(s): dad8c51

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app/README.md +20 -8
  2. requirements.1txt +7 -0
app/README.md CHANGED
@@ -1,17 +1,29 @@
1
  ---
2
  title: AI Trip Advisor App
3
- emoji: πŸš€
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
  tags:
9
- - streamlit
 
10
  pinned: false
11
- short_description: AI trip advisor app
12
  license: mit
13
  ---
14
 
15
  # AI Trip Advisor App
16
 
17
- It is a streamlit poc app that invokes `AI Trip Planner API` which is a langgraph agentic solution.
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: AI Trip Advisor App
3
+ emoji: 🌍
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ app_port: 7860
8
  tags:
9
+ - gradio
10
+ - chat
11
  pinned: false
12
+ short_description: AI-powered travel planning assistant
13
  license: mit
14
  ---
15
 
16
  # AI Trip Advisor App
17
 
18
+ An interactive chat interface built with Gradio that connects to the `AI Trip Planner API`, providing intelligent travel planning through a langgraph agentic solution.
19
+
20
+ ## Features
21
+ - πŸ€– Chat-based interface for natural interaction
22
+ - πŸ—ΊοΈ Detailed trip planning and itinerary generation
23
+ - πŸ“ Markdown-formatted responses
24
+ - πŸ”„ Real-time API integration
25
+
26
+ ## Technical Stack
27
+ - Frontend: Gradio 4.44.1+
28
+ - Backend: FastAPI with Langgraph
29
+ - Deployment: Hugging Face Spaces
requirements.1txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ altair
3
+ pandas
4
+ gradio>=4.44.1
5
+ requests==2.31.0
6
+ python-dotenv==1.0.1
7
+