Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo committed Feb 17, 2024
1 parent a09a41c commit e79e39c
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion bpm-ai/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
# bpm-ai
# 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/)

0 comments on commit e79e39c

Please sign in to comment.