Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awslabs/ai-powered-health-data-masking
A solution enabling customers to quickly deploy an architecture to identify and mask sensitive health data
https://github.com/awslabs/ai-powered-health-data-masking
Last synced: about 1 month ago
JSON representation
A solution enabling customers to quickly deploy an architecture to identify and mask sensitive health data
- Host: GitHub
- URL: https://github.com/awslabs/ai-powered-health-data-masking
- Owner: awslabs
- License: mit-0
- Archived: true
- Created: 2019-08-05T18:56:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T13:32:35.000Z (over 1 year ago)
- Last Synced: 2024-08-02T14:05:58.068Z (4 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 26
- Watchers: 11
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-privacy-engineering - AWS AI-Powered Health Data Masking - The AI-Powered Health Data Masking solution in the AWS Solutions Library helps healthcare organizations identify and mask health data in images or text. (deprecated) (Awesome Privacy Engineering [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) / De-Identification and Anonymization)
README
***Deprecation Notice*** - This AWS Solution has been archived and is no longer maintained by AWS. To discover other solutions, please visit the [AWS Solutions Library](https://aws.amazon.com/solutions).
# AI Powered Health Data Masking
Uses Amazon AI services to mask health data in images and text.## OS/Python Environment Setup
```bash
sudo apt-get update
sudo apt-get install zip sed wget -y
sudo pip install --upgrade pip
sudo pip install --upgrade setuptools
sudo pip install --upgrade virtualenv
```## Building Lambda Package
```bash
cd deployment
./build-s3-dist.sh source-bucket-base-name
```
source-bucket-base-name should be the base name for the S3 bucket location where the template will source the Lambda code from.
The template will append '-[region_name]' to this value.
For example: ./build-s3-dist.sh solutions
The template will then expect the source code to be located in the solutions-[region_name] bucket## CF template and Lambda function
Located in `deployment/dist`***
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the The "MIT No Attribution" (MIT-0) License. You may not use this file except in compliance with the License. A copy of the License is located in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License.