An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          






Utils from sensAI, the Python library for sensible AI


PyPI
License
Build status

# 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).