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.
- Make sure you have Homebrew installed and then run the following commands in terminal:
brew install portaudio
brew install flac
- Clone this repo and navigate to it in terminal
- Run the following commands in the parent directory of the project
virtualenv -p /usr/bin/python2.7 venv
source venv/bin/activate
pip install -r requirements.txt