embed786 commited on
Commit
dde707d
·
verified ·
1 Parent(s): ec4d1bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -36
README.md CHANGED
@@ -1,36 +1,9 @@
1
- # PlanMate AI Power smart trip planner
2
-
3
- A modern Streamlit app to plan trips:
4
- - Search flights (Amadeus **Sandbox**)
5
- - View weather (OpenWeather)
6
- - Discover attractions & places to stay (OpenTripMap)
7
- - Generate a day-by-day itinerary (Google Gemini)
8
- - Simulated bookings for flights & hotels (no payments)
9
-
10
- ## Tech
11
- - Python, Streamlit UI
12
- - google-generativeai (Gemini)
13
- - Amadeus Sandbox
14
- - OpenWeather
15
- - OpenTripMap
16
-
17
- ## Environment
18
- Set the following environment variables (e.g., create `.env` for local dev). The app auto-loads `.env` if present:
19
- ```
20
- GEMINI_API_KEY=...
21
- AMADEUS_CLIENT_ID=...
22
- AMADEUS_CLIENT_SECRET=...
23
- OPENWEATHER_API_KEY=...
24
- OPENTRIPMAP_API_KEY=...
25
- ```
26
-
27
- ## Run locally
28
- ```
29
- pip install -r requirements.txt
30
- streamlit run app.py
31
- ```
32
-
33
- ## Notes
34
- - Flights & hotels “booking” are simulated in MVP (no real payment).
35
- - Flight search uses Amadeus Sandbox; results vary and may require adjusting dates/airports.
36
- - Currency is PKR; units are metric; language English.
 
1
+ title: Finetuned Model Test Space
2
+ emoji: 💻
3
+ colorFrom: pink
4
+ colorTo: indigo
5
+ sdk: streamlit
6
+ sdk_version: 1.49.1
7
+ app_file: app.py
8
+ pinned: false
9
+ license: mit