Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #3

Merged
merged 1 commit into from
Feb 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# About Dataset
Welcome to the Traditional Indian Texts dataset! This dataset is a collection of some of the most seminal works in Indian history, starting with the Charak Samhita. We plan to add more texts to this collection soon, covering a wide range of topics and perspectives like Chanakya Neeti.
Welcome to the Traditional Indian Texts dataset! This dataset is a collection of some of the most seminal works in Indian history, starting with the Charak Samhita and Chanakya Niti. We plan to add more texts to this collection soon, covering a wide range of topics and perspectives.
## 1. Charak-Samhita
Welcome to the Charak Samhita dataset! Charak Samhita is an ancient Indian Ayurvedic text, considered to be one of the foundational texts of this traditional medical system. Charak Samhita covers various aspects of Ayurvedic medicine such as anatomy, physiology, pathology, and treatment. The data has been sourced from Wisdomlib has been carefully curated to ensure accuracy and authenticity. By providing access to this valuable resource, we hope to facilitate the preservation and advancement of Ayurvedic knowledge..

Expand Down Expand Up @@ -42,3 +42,34 @@ format of data is .json
}
]
```
## 2. Chanakya-Niti
This dataset contains text from the ancient Indian treatise Chanakya Niti, a collection of political and ethical sayings attributed to the philosopher and advisor Chanakya. The text provides guidance on governance, diplomacy, leadership, and personal conduct and is considered one of the most important works on statecraft and leadership in ancient India.

### About Data collection methodology

The data has been web-scraped from the Wisdomlib using the Python library BeautifulSoup.

### Description of the data
```
Root chanakya/
-Sub Chanakya-Niti/
-chapter1
-chapter2
.
.
.
-chapter17
```

### Dataset formats

format of data is .json

```
[
{
"verse_id"="1";
"text"="Humbly bowing down before the almighty Lord Sri Vishnu, the Lord of the three worlds";
}
]
```