mmmoussa / Quranic-Recitation-Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%