You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains SDKs for interacting with the [Cogstack ModelServe](https://github.com/cogstack/CogStack-ModelServe) (CMS) APIs.
3
2
4
-
CMS is a model serving and governance system for CogStack NLP solutions. The client SDKs in this repo are generated from the OpenAPI specification to provide type-safe, language-native ways to interact with the CMS APIs from your own applications. These cover authentication, NER annotation, streaming and real-time entity extraction and redaction, text embedding, model training and evaluation, annotation statistics and rendering, free text or structured output generation, and other auxiliary functionalities related to model serving and fine-tuning. The following languages are supported:
This repo contains SDKs for interacting with the [Cogstack ModelServe](https://github.com/cogstack/CogStack-ModelServe) (CMS) APIs.
8
+
9
+
CMS is a model serving and governance system for CogStack NLP solutions. The client SDKs in this repo are generated from the OpenAPI specification to provide type-safe, language-native ways to interact with the CMS APIs from your own applications. These cover authentication, NER annotation, streaming and real-time entity extraction and redaction, text embedding, model training and evaluation, annotation statistics and rendering, free text or structured output generation, and other auxiliary functionalities related to model serving and fine-tuning.
10
+
11
+
12
+
## Usage
13
+
14
+
To use one of these SDKs, navigate to the specific language directory above and follow the installation instructions provided in the README file.
0 commit comments