From 5f5e202c201f2ade17ba2ab605a344fe85d75f33 Mon Sep 17 00:00:00 2001 From: Alvi Khan <55395950+alvi-khan@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:14:32 +0600 Subject: [PATCH] chore: adds privacy policy Co-authored-by: Arunmozhi --- PRIVACY-POLICY.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 PRIVACY-POLICY.md diff --git a/PRIVACY-POLICY.md b/PRIVACY-POLICY.md new file mode 100644 index 0000000..8442c92 --- /dev/null +++ b/PRIVACY-POLICY.md @@ -0,0 +1,19 @@ +# Privacy Policy + +NER Annotator is designed to be a "tool" and not a "service". The tools is designed to be used without any external dependencies, including any dependency on network communication or data (including private data). The privacy policy is included for the sole purpose of making this explicit, as a version of the tool is hosted as a web-application at https://tecoholic.github.io/ner-annotator/, which might be seen as a "service". This is NOT the only way to use this tool. NER Annotator can also be built into a desktop application which doesn't require any hosting. It is strongly recommended to build and/or host a copy of this on your infrastructure. + +## Terms + +NER Annotator does not collect any data. + +Your documents and annotations are stored either on your device for the desktop version or in your browser's local storage for the web version. They never leave your device. The tool does not transmit your data elsewhere. + +The tool does not include any form of analytics or usage tracking software that could transmit your data to third-party servers. It does not collect any metadata such as IP addresses, browser versions, etc. It does not use cookies. + +If you have further concerns about the how the tool manages your data, you are requested to review the code or build the tool from scratch following the instructions provided in the [README file](./README.md). This is an open source tool. + +It should be noted that this tool is released under the [MIT license](./LICENSE). The license grants you permission to use this tool without restrictions. The tool is provided "as is" without any warranty. The authors of the tool cannot be held liable for any claims arising from the use of the tool. + +This privacy policy is effective as of 09 July, 2024 and will remain in effect until any changes are made. + +If you have any questions or concerns, please feel free to [contact us](https://github.com/tecoholic/ner-annotator/discussions/114).