File size: 2,354 Bytes
1fe4202
 
 
 
 
 
 
 
 
 
dfdf1b0
 
 
 
 
 
 
 
9d9e721
dfdf1b0
 
 
 
 
 
 
 
2749338
 
dfdf1b0
2749338
dfdf1b0
 
 
1fe4202
dfdf1b0
 
1fe4202
 
dfdf1b0
 
 
 
 
 
 
 
 
2749338
dfdf1b0
 
2749338
dfdf1b0
2749338
dfdf1b0
 
 
 
2749338
 
 
 
dfdf1b0
 
 
 
2749338
dfdf1b0
 
2749338
dfdf1b0
2749338
 
dfdf1b0
 
2749338
 
 
 
dfdf1b0
2749338
dfdf1b0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
task_categories:
- question-answering
language:
- pa
size_categories:
- 1K<n<10K
tags:
- Religion
---

# Gurugranth Sahib Darpan Dataset by Prof. Sahib Singh

This dataset contains a structured representation of the **Gurugranth Sahib Darpan** by **Prof. Sahib Singh**, including translations, interpretations, and annotations of the Sikh holy scripture.

# Credits
The dataset is scraped from https://www.gurugranthdarpan.net/darpan.html.

---

## Dataset Details

- **Language**: Punjabi (Gurmukhi) and English  
- **Source**: Prof. Sahib Singh’s "Gurugranth Sahib Darpan"  
- **Format**: JSON, CSV, or plain text  
- **Purpose**: For natural language processing (NLP) research, multilingual analysis, and spiritual studies  

---

## Features

### Example Data
```json
{
    "Page": "1",
    "url": "https://www.gurugranthdarpan.net/0001.html",
    "Bani":"ੴ ਸਤਿ ਨਾਮੁ ਕਰਤਾ ਪੁਰਖੁ ਨਿਰਭਉ ਨਿਰਵੈਰੁਅਕਾਲ ਮੂਰਤਿ ਅਜੂਨੀ ਸੈਭੰ ਗੁਰ ਪ੍ਰਸਾਦਿ ॥",
    "Arath": "ਅਕਾਲ ਪੁਰਖ ਇੱਕ ਹੈ, ਜਿਸ ਦਾ ਨਾਮ 'ਹੋਂਦ ਵਾਲਾ' ਹੈ ਜੋ ਸ੍ਰਿਸ਼ਟੀ ਦਾ ਰਚਨਹਾਰ ਹੈ",
    "Padh Arath": "ੴ ਉੱਚਾਰਨ ਵੇਲੇ ਇਸ ਦੇ ਤਿੰਨ ਹਿੱਸੇ ਕੀਤੇ ਜਾਂਦੇ ਹਨ- ੧,"
}
```

# Installation and Usage
## Step 1: Install Required Libraries
```bash
pip install datasets
```
## Step 2: Load the Dataset

```python
from datasets import load_dataset

ds = load_dataset("singhjagpreet/Gurbani_darpan", split="train")

# Access the first record
data = ds.with_format("np", columns=["Bani", "Arath"], output_all_columns=False)

```

# Applications
This dataset can be used for:

1. Building multilingual NLP models.
2. Transliteration and translation systems.
3. Scriptural Q&A and chatbot systems.
3. Sentiment and context analysis.

# Contributing
Feel free to contribute! Submit pull requests or create issues to improve the dataset.

# Citation
If you use this dataset in your research, please cite:

```bibtex
@dataset{singhjagpreet/Gurbani_darpan,
  author = {Sahib Singh},
  title = {Gurugranth Sahib Darpan Dataset},
  year = {2024},
  publisher = {Hugging Face},
  url = {https://huggingface.co/datasets/singhjagpreet/Gurbani_darpan}
}
```