The dataset viewer is not available for this split.
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
๐ Arabic-Myanmar Quran Voice Dataset
๐ Overview
This dataset contains high-quality MP3 audio recordings of the entire Holy Qurโan with:
- Arabic recitation of each verse
- Followed immediately by its Myanmar (Burmese) translation
It is the first complete Arabic-Myanmar Quran audio interpretation of its kind publicly released in Myanmar. The goal is to make the Qurโan more accessible to:
- Elderly persons
- Blind or visually impaired people
- Myanmar speakers who wish to understand the meanings while listening
๐๏ธ Voice & Production Credits
Narrator / Translator:
- Qฤrฤซ-i-Aสฟแบam of Myanmar (ูุงุฑู ุงุนุธู
ู
ูุงูู
ุงุฑ)
Hazrat Fadilat al-Shaykh Maulana Hafiz Qari Tin Myint Makki Al-Hanafi Sahib (Hafizahullah)
ูุถููุฉ ุงูุดูุฎ ุญุถุฑุช ู ููุงูุง ุญุงูุธ ุงููุงุฑู ุชู ู ูุช ุงูู ูู ุงูุญููู ุตุงุญุจ ุญูุธู ุงููู- Principal of Quran College, Dala, Yangon
Production Team:
- Scholars under Hazrat Maulana Hafiz Qari Tin Myint Sahibโs guidance
- Hosted and distributed by MMSY โ Myanmar Muslim Student & Youth
"Each ayah is recited in Arabic, then followed by the translated meaning in clear Myanmar language."
๐ Dataset Statistics
Feature | Value |
---|---|
Total Surahs | 114 |
Total Duration | 2 days, 19 hours, 30 minutes (~67.5 hours) |
Shortest Track | 1 minute, 12 seconds |
Longest Track | 5 hours, 20 minutes, 37 seconds |
Format | .mp3 files + metadata.csv |
Each sample includes:
audio/XXX.mp3
: the audio track for one surah- A row in
metadata.csv
with all details
๐ฆ Usage
import pandas as pd
# Show all columns (disable column truncation)
pd.set_option("display.max_columns", None)
pd.set_option("display.width", 0)
# Load metadata CSV directly from Hugging Face
df = pd.read_csv("https://huggingface.co/datasets/freococo/arabic_myanmar_quran_voices/resolve/main/metadata.csv")
# Preview first 5 rows
print(df.head())
# Optionally, print the full dataset
# print(df)
โ ๏ธ Important Notes
- This dataset is in folder + CSV format (not
.tar
). - Each row in
metadata.csv
maps directly to a.mp3
file in theaudio/
folder. - Some
.mp3
files are over 2 to 5 hours long, which may cause the Hugging Face Dataset Viewer to crash or become unresponsive. - For reliable access and usage, please load the dataset programmatically using the code in the Usage section above.
- No Hugging Face streaming logic is required.
๐ฅ Original Source & Downloads
Quran Audio MP3:
MMSY Web App:
๐ Intended Use
- Educational & devotional listening
- Audio access for elderly, blind, or visually impaired
- Myanmar-language learners of the Qurโan
- Dataset for religious ASR, TTS, and multilingual research
โจ Acknowledgments
We give all credit and heartfelt thanks to:
- Maulana Hafiz Qari Tin Myint Makki Al-Hanafi and his scholars
- MMSY (Myanmar Muslim Student & Youth) for hosting and distributing this resource
- The volunteers who made this possible for the public
This is a public domain audio dataset meant to serve the Ummah and researchers alike.
โ ๏ธ Disclaimer
I, freococo, am not the creator or copyright owner of the original MP3 recordings or their content. I only curated and published this dataset for:
- The love of languages and Myanmar accessibility
- Support for open-source AI development
- The benefit of education, research, and humanity ๐
๐ก Citation
You may cite the dataset as:
@dataset{freococo_arabic_myanmar_quran_voices,
title = {Arabic-Myanmar Quran Voice},
author = {freococo},
year = {2025},
url = {https://huggingface.co/datasets/freococo/arabic_myanmar_quran_voices},
note = {Original narration by Maulana Hafiz Qari Tin Myint Makki Al-Hanafi and team. Curated and released by freococo.}
}
- Downloads last month
- 102