Hikmah is defined in Arabic as 'coming to know the essence of beings as they really are'. This repo aims to generalize common artificial intelligence and data science implementations for research, development and production and will be built upon multiple libraries.
Any sort of contribution is welcomed.
-
Clone the repo
git clone https://github.com/msi1427/hikmah.git cd hikmah
-
Initialize and activate a virtual environment
virtualenv --no-site-packages env source env/bin/activate
-
Install the dependencies
pip install -r requirements.txt
-
Import the library
import hikmah
from hikmah.data import <module_name>
Use data functions (More on data.md)
from hikmah.text import <module_name>
Use text functions (More on text.md)