SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Set Up the Python SDK for Business Entity Recognition

Create a virtual environment and install the Python SDK (Software Development Kit) for Business Entity Recognition.

Overview

🎓 intermediate 15 min. Machine LearningIntermediateFree TierArtificial IntelligenceCloudSAP Business Technology PlatformSAP Ai ServicesBusiness Entity Recognition

You will learn

  • โœ”How to set up a virtual environment
  • โœ”How to install the Python SDK for Business Entity Recognition
Nora von Thenen N Nora von Thenen December 11, 2023
Created by June 20, 2022
Contributors

Prerequisites

Steps

Windows macOS Linux BAS

Intro

Use Business Entity Recognition (one of the SAP AI Business Services in SAP Business Technology Platform) to identify and extract named entities from your text data. For more information, see Business Entity Recognition help portal documentation.

The Python SDK is available in GitHub.


Step 1 Install Python
โ€”

First, you need to make sure that you have Python 3 installed. You need a Python version 3 or higher in order for the SDK to work!

Open up a command prompt and enter python --version to check the version that you have installed.

Python Version
Python Version

Open up a terminal and enter python3 --version to check the version that you have installed.

Python Version
Python Version

Open up a terminal and enter python3 --version to check the version that you have installed.

Python Version
Python Version

In case you have a Python installation, it will output the version.

In case command not found is printed, you do not have Python installed. Head over here and install an up-to-date version. Then, close down and open up a new command prompt or terminal and run the command python --version again to check if the installation was successful.

Step 2 Set up virtual environment
+
Step 3 Install SDK
+
Step 4 Test yourself
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 4
1. Install Python 2. Set up virtual environment 3. Install SDK 4. Test yourself

Learn more →