Skip to content

phillette/Quranic-Recitation-Recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quranic Recitation Recognition

Purpose

Sometimes you hear a beautiful Quran recitation or remember a couple words, but you don't know what surah and ayah it is. This project aims to support voice queries for identification of Quranic verses.

Projects that this one builds off of

Installation

OSX

  1. Make sure you have Homebrew installed and then run the following commands in terminal:
  2. brew install portaudio
  3. brew install flac
  4. Clone this repo and navigate to it in terminal
  5. Run the following commands in the parent directory of the project
  6. virtualenv -p /usr/bin/python2.7 venv
  7. source venv/bin/activate
  8. pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%