Utils from sensAI, the Python library for sensible AI
This project provides the util
package from sensAI, the Python library for
sensible AI, allowing it to be used without the additional dependencies of sensAI.
sensAI's utility classes are general-purpose and mostly not specific to AI use cases. They are useful in a wide range of applications.
sensAI-utils can be installed via pip:
pip install sensai-utils
sensAI-utils contains the single package sensai.utils
.
sensAI-utils is a subset of sensAI and its version aligns with the version of sensAI from which it was extracted.
You can choose to upgrade to the full sensAI library at any time by installing sensai
with the same version number
at any time.
See sensAI's documention of the util package.
Contributions should be made directly in sensAI.