Skip to content

Crescent-Labs/iqra-api

Repository files navigation

Iqra api

Iqra is a tool meant to allow Muslims to search the Quran using speech recognition. This repo contains the code for the Iqra api. There are also repos for the website, Android client, and iOS client.

Setup

First install dependencies:

pip install -r .\requirements.txt

Then create the Whoosh index:

python createIndex.py

Finally, run the flask server:

python app.py

You can then make requests to http://127.0.0.1:5000.

A python example request is included in exampleRequest.py.

Contributing

We actively welcome pull requests!

License

The Iqra api is available under the GNU GPLv3 license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published