This PR is to create example scripts in Python and JavaScript to showcase how to interact with our docker container and demo server. These scripts also act as examples to show how to use additional features that we offer such as non-unique PII marker, fake entity generation, etc.
What has changed?
initialise the repository
implement example Python scripts under python/examples and name them base on the features that they are showcasing.
implement example JavaScript scripts under js/examples and name them based on the features that they are showcasing.
move the example Python scripts that were under the deid-runtime repository to python/examples.
add comments to the beginning of the example scripts to guide the user on how to run the scripts locally.
What is this for?
This PR is to create example scripts in Python and JavaScript to showcase how to interact with our docker container and demo server. These scripts also act as examples to show how to use additional features that we offer such as non-unique PII marker, fake entity generation, etc.
What has changed?
python/examples
and name them base on the features that they are showcasing.js/examples
and name them based on the features that they are showcasing.python/examples
.