Mohd12312/darshana-cultural-heritage-dataset
???? DarShana India Cultural Heritage & Tourism Dataset This dataset powers the DarShana Living Cultural Traveler AI Platform, providing structured instruction-tuning examples and knowledge graph nodes for over 500+ Indian heritage destinations, seasonal fairs, living artisan clusters, and local cuisines. ?? Dataset Structure Each row in darshana_cultural_dataset.jsonl contains: instruction: The prompt task (e.g. Generate authentic cultural itinerary and seasonal… See the full description on the dataset page: https://huggingface.co/datasets/Mohd12312/darshana-cultural-heritage-dataset.
???? DarShana India Cultural Heritage & Tourism Dataset
This dataset powers the DarShana Living Cultural Traveler AI Platform, providing structured instruction-tuning examples and knowledge graph nodes for over 500+ Indian heritage destinations, seasonal fairs, living artisan clusters, and local cuisines.
?? Dataset Structure
Each row in darshana_cultural_dataset.jsonl contains:
- `instruction`: The prompt task (e.g. Generate authentic cultural itinerary and seasonal heritage plan for Indian destination).
- `input`: User origin, destination, and travel month.
- `output`: Strict structured JSON containing:
destination&statecurrentMonthHighlightfestivals(dates, significance, insider tips)hiddenGems(artisan galis, heritage ruins, secret trails)seasonalFoods(famous spots, price ranges, culinary origins)directTrains(IRCTC real train numbers, departure/arrival schedules, CO2 saved)
??? Data Provenance & Sources
- Data.gov.in: Ministry of Tourism Fairs & Festivals National Calendar
- Archaeological Survey of India (ASI): Centrally Protected Geo-Monuments Registry
- Incredible India & State Tourism Boards: District cultural archives (UP Tourism, Rajasthan, Kerala, Punjab)
?? Usage in Python
from datasets import load_dataset
dataset = load_dataset("Mohd12312/darshana-cultural-heritage-dataset")
print(dataset)