# business-entity-recognition-client-library **Repository Path**: mirrors_SAP/business-entity-recognition-client-library ## Basic Information - **Project Name**: business-entity-recognition-client-library - **Description**: Exposes easy consumable methods via a client library, to access and use the API offerings of the AI BUS Service - Business Entity Recognition. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-11 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python client library for SAP AI Business Services - Business Entity Recognition REST API [![REUSE status](https://api.reuse.software/badge/github.com/SAP/business-entity-recognition-client-library)](https://api.reuse.software/info/github.com/SAP/business-entity-recognition-client-library) Business Entity Recognition is a set of micro-services, that provides a REST API for detecting and highlighting any type of named entity in unstructured text. This repository contains the source code of a Python client library to facilitate the use of Business Entity Recognition. The client library provides convenient methods to access the service that issue calls to the SAP AI Business Services - Business Entity Recognition REST API. In order to be able to use the library you need to have access to SAP Business Technology Platform. Please check out the [usage examples](https://github.com/SAP/business-entity-recognition-client-library/tree/main/examples), they are very useful to get started with the service. ## Requirements This library requires properly setup Python 3 environment. ## Download and Installation This Python library should be consumed in the standard way by running pip install sap-business-entity-recognition-client-library or adding the library as a dependency of your code in requirements.txt file. ## Prerequisites * [Get an SAP Business Technology Plattform trial account](https://developers.sap.com/tutorials/hcp-create-trial-account.html) * [Create a Business Entity Recognition service instance](https://developers.sap.com/tutorials/cp-aibus-ber-service-instance.html) ## Known Issues Please see the issues section. ## How to obtain support In case you would like to contribute to this project, ask any questions or get support, please open an issue containing the description of your question or planned contribution in GitHub and we will get in touch. ## License Copyright (c) 2021 SAP SE or an SAP affiliate company and business-entity-recognition-client-library contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/business-entity-recognition-client-library).