From 8bbf3f0710aac4448c3af6ff6ea9a2348ead6ecc Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 26 May 2024 10:49:24 +0200 Subject: [PATCH] Updated README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ad3a67..2bb90e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Standalone WebApp for Clearing Sensitive Data from Text -This is a standalone web application designed to clear sensitive data from text. It's an essential tool for anyone working with AI, as it helps to ensure that the data used for training and testing is free of any sensitive or personally identifiable information. +This is a standalone web application designed to clear sensitive data from text. It's an essential tool for anyone working with AI, as it helps to ensure that the data used for training, testing and communicating is free of any sensitive or personally identifiable information. ## Features @@ -14,7 +14,13 @@ The application is built with Neutralinojs, a lightweight and portable framework ## Getting Started -To get started with this application, simply download the latest release from the GitHub repository and run the executable file. The application will open in your default web browser, and you can start clearing sensitive data from your text right away. +To get started with this application, simply download the latest release from the repository and run the executable file. The application will open in its own window, and you can start clearing sensitive data from your text right away. + +### Steps +1. Download the correct executable for your operating system AND `resources.neu` from the latest release build +2. Put the two files in the same directory on your system +3. Run the executable file +4. Start clearing sensitive data from your text ## License