https://github.com/merative/acd-python-sdk
Annotator for Clinical Data (ACD) Python SDK
https://github.com/merative/acd-python-sdk
acd annotator healthcare ibm-cloud python-sdk
Last synced: 29 days ago
JSON representation
Annotator for Clinical Data (ACD) Python SDK
- Host: GitHub
- URL: https://github.com/merative/acd-python-sdk
- Owner: merative
- License: apache-2.0
- Created: 2020-03-19T22:42:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T18:45:16.000Z (almost 3 years ago)
- Last Synced: 2025-12-21T22:57:57.573Z (about 2 months ago)
- Topics: acd, annotator, healthcare, ibm-cloud, python-sdk
- Language: Python
- Homepage:
- Size: 938 KB
- Stars: 5
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Merative Annotator for Clinical Data Python SDK Version 2.0.2
## Overview
This Python SDK allows developers to programmatically interact with the following service:
| Service Name | Imported Class Name |
|--------------|-------------|
| [Annotator for Clinical Data](https://merative.github.io/acd-containers/) | AnnotatorForClinicalDataV1 |
## Prerequisites
* Refer to the Annotation for Clinical Data documentation:
* [Prerequisites](https://merative.github.io/acd-containers/installing/prereqs/)
* [Software Development Kits](https://merative.github.io/acd-containers/usage/sdks/)
* Python 3.7 or above
## Installation
To install, use `pip`
```bash
pip install --upgrade acd-sdk
```
## Migrating from version 1.x.x
The release of version 2 of the Annotator for Clinical Data SDK introduces a Python package name change from `ibm_whcs_sdk` to `acd_sdk`. For the migration from 1.x.x:
1. Run `pip uninstall ibm-whcs-sdk`
1. Run `pip install acd-sdk`, and confirm that you have version 2 installed by running `pip show acd-sdk`.
2. In your application files that have a dependency on `acd-sdk`, update any import declarations from `ibm_whcs_sdk` to `acd_sdk`.
## Using the SDK
For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md)
## Questions
For questions, refer to:
* [Annotator for Clinical Data documentation](https://merative.github.io/acd-containers/)
* [Annotator for Clinical Data Support page](https://merative.github.io/acd-containers/support/support/)
## Issues
If you encounter an issue with the project, you are welcome to submit a
[bug report](https://github.com/merative/acd-python-sdk/issues).
## Contributing
See [CONTRIBUTING](CONTRIBUTING.md).
## License
The Annotator for Clinical Data Python SDK is released under the Apache 2.0 license.
The license's full text can be found in [LICENSE](LICENSE.md).