CoolFace
Datasetpublic

freococo/arabic_myanmar_quran_voices

๐Ÿ“– 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โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/freococo/arabic_myanmar_quran_voices.

sourceHugging Facecc0-1.0updated 1y agoView on Hugging Face
1likes34downloads
Dataset Card

๐Ÿ“– 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:

"Each ayah is recited in Arabic, then followed by the translated meaning in clear Myanmar language."

๐Ÿ“Š Dataset Statistics

FeatureValue
Total Surahs114
Total Duration2 days, 19 hours, 30 minutes (~67.5 hours)
Shortest Track1 minute, 12 seconds
Longest Track5 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

python
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 the audio/ 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


๐Ÿ“š 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:

bibtex
@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.}
}