Tourist_Guide_AI_Agent / attractions_data.json
NSamson1's picture
Update attractions_data.json
22041b2 verified
{
"Kigali": [
{"name": "Kigali Genocide Memorial", "type": "historical", "entry_fee": "free", "duration_hours": 2},
{"name": "Inema Arts Center", "type": "art", "entry_fee": "free", "duration_hours": 1.5},
{"name": "Mount Kigali", "type": "nature", "entry_fee": "free", "duration_hours": 3}
],
"Kampala": [
{"name": "Uganda Museum", "type": "museum", "entry_fee": 5000, "currency": "UGX", "duration_hours": 2},
{"name": "Kasubi Tombs", "type": "cultural", "entry_fee": 10000, "currency": "UGX", "duration_hours": 1.5},
{"name": "Lake Victoria", "type": "nature", "entry_fee": "free", "duration_hours": 2}
],
"Nairobi": [
{"name": "Nairobi National Park", "type": "nature", "entry_fee": 43, "currency": "USD", "duration_hours": 4},
{"name": "David Sheldrick Elephant Orphanage", "type": "wildlife", "entry_fee": 7, "currency": "USD", "duration_hours": 1.5},
{"name": "Giraffe Centre", "type": "wildlife", "entry_fee": 15, "currency": "USD", "duration_hours": 1.5}
]
}