Metadata-Version: 2.1
Name: bpm-ai
Version: 1.2.0
Summary: AI task automation for BPM engines.
Home-page: https://www.holisticon.de/
License: Apache-2.0
Author: Bennet Krause
Author-email: bennet.krause@holisticon.de
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: inference
Requires-Dist: bpm-ai-core (==1.2.0)
Requires-Dist: faster-whisper (>=0.10.0,<0.11.0) ; extra == "inference"
Requires-Dist: langcodes[data] (>=3.3.0,<4.0.0) ; extra == "inference"
Requires-Dist: langfuse (>=2.13.3,<3.0.0)
Requires-Dist: lingua-language-detector (>=2.0.2,<3.0.0) ; extra == "inference"
Requires-Dist: nltk (>=3.8.1,<4.0.0) ; extra == "inference"
Requires-Dist: openai (>=1.11.0,<2.0.0)
Requires-Dist: pytesseract (>=0.3.10,<0.4.0) ; extra == "inference"
Requires-Dist: sacremoses (>=0.1.1,<0.2.0) ; extra == "inference"
Requires-Dist: sentencepiece (>=0.1.99,<0.2.0) ; extra == "inference"
Requires-Dist: transformers (>=4.37.2,<5.0.0) ; extra == "inference"
Project-URL: Repository, https://github.com/holunda-io/bpm-ai
Description-Content-Type: text/markdown

# bpm-ai
_AI task automation for BPM engines._

See [camunda-8-connector-gpt](https://github.com/holunda-io/camunda-8-connector-gpt) for actual integration with the Camunda Platform 8 BPM engine using custom BPMN elements (Connectors).

## Installation
Requires Python 3.11.
### Default
```bash
$ pip install bpm-ai
```

### For Local Inference
Install PyTorch (remove index url for CUDA GPU support) and spaCy:
```bash
$ pip install torch --index-url https://download.pytorch.org/whl/cpu
$ pip install spacy
```

For Apple Silicon:
```bash
$ pip install torch spacy[apple]
```

Install bpm-ai with inference extra:
```bash
$ pip install bpm-ai[inference]
```

---

## License

This project is developed under

[![Apache 2.0 License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](/LICENSE)

## Sponsors and Customers

[![sponsored](https://img.shields.io/badge/sponsoredBy-Holisticon-red.svg)](https://holisticon.de/)
