https://github.com/opcode81/sensai-utils
Utilities from sensAI, the Python library for sensible AI
https://github.com/opcode81/sensai-utils
Last synced: about 1 year ago
JSON representation
Utilities from sensAI, the Python library for sensible AI
- Host: GitHub
- URL: https://github.com/opcode81/sensai-utils
- Owner: opcode81
- License: other
- Created: 2024-08-10T11:18:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T22:47:31.000Z (over 1 year ago)
- Last Synced: 2025-04-05T16:17:33.396Z (about 1 year ago)
- Language: Python
- Size: 455 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Utils from sensAI, the Python library for sensible AI
# sensAI-utils
This project provides the `util` package from [sensAI](https://github.com/opcode81/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.
## Installation
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.
## Usage
See [sensAI's documention of the util package](https://opcode81.github.io/sensAI/docs/sensai/util.html).
## Contributing
Contributions should be made directly in [sensAI](https://github.com/opcode81/sensAI).