- Notifications
You must be signed in to change notification settings - Fork5
Quantified Qur'an Recitation
License
NotificationsYou must be signed in to change notification settings
cpfair/qari-stats
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Find Qur'an recitations by speed & voice pitch at qaris.cpfx.ca.
- Install
requirements.txt
(Py3k) and ffmpeg - Run
python scrape_qari_metadata.py > qari_metadata.json
- Download audio files fromQuranicAudio.com - they should all be for the same surah (qaris.cpfx.ca uses Surah an-Naba). Make sure the MP3s are named according to the keys in
qari_metadata.json
- Run
python analyze.py path/to/your/mp3s/*.mp3 > qari_stats.json
to analyze the audio files. - Run
python generate_site.py qari_metadata.json qari_stats.json
to generate the website insite/
This project is available under the MIT License. The metadata and recordings used in this project are fromQuranicAudio.com, and are licensed separately.