Installation#
You can install from pip or build from source. First, create a virtual environment and activate it:
python3.10 -m venv cognify-env
source cognify-env/bin/activate
Install with pip#
pip install cognify-ai
Build from Source#
git clone https://github.com/GenseeAI/cognify
cd cognify
pip install -e .