Actable-AI lib is the Machine Learning library used for app.actable.ai
This Machine Learning library is Open Source and licensed under Apache v2 so free to use and modify.
Actable-AI implements Machine Learning models usable out of the box for multiple tasks. You can discover each task usage with our notebooks:
To install ActableAI simply run:
pip install actableai-lib[gpu]
To install it from source:
git clone git@github.com:Actable-AI/actableai-lib.git --recursive
cd actableai-lib
pip install .[gpu]
To contribute as a developer (see Contributions section):
git clone git@github.com:Actable-AI/actableai-lib.git --recursive
cd actableai-lib
./scripts/setup_hooks.sh
pip install -e .[gpu,dev]
Note: You can replace [gpu] with [cpu] to have the CPU version of Actable-AI.
ActableAI maintains tasks that are the core of our Analytics. All the tasks and their usage are listed in this module.