GithubHelp home page GithubHelp logo

philterd / philter-sdk-net Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 284 KB

.NET Client SDK for Philter

Home Page: https://www.philterd.io/philter/

License: Apache License 2.0

C# 99.48% Shell 0.26% Batchfile 0.26%
phi pii protected-health-information dotnet-core dotnetcore philter sensitive-data personally-identifiable-information

philter-sdk-net's Introduction

Philter SDK for .NET

The Philter SDK for .NET is a client for de-identifying and redacting text using Philter. Refer to the Philter API documentation for details on the methods available.

Build

The project can be built using Visual Studio or other .NET IDE. It can be built via the command line using either the build.bat or build.sh scripts depending on your platform.

Usage

Install using NuGet.

Or, clone and import the project into your solution.

git clone https://github.com/philterd/philter-sdk-net.git

With an available running instance of Philter, to filter text:

PhilterClient client = new PhilterClient("https://127.0.0.1:8080");
string filteredText = client.Filter(text);

To filter text with explanation:

PhilterClient client = new PhilterClient("https://127.0.0.1:8080");
ExplainResponse explainResponse = client.Explain(text);

Release History

  • 1.3.1 - Updates for RestSharp 110.2.0.
  • 1.3.0 - Renamed filter profiles to policies. Updated to .NET 7.0.
  • 1.1.0 - Added authentication support.
  • 1.0.0 - Initial release.

License

This project is licensed under the Apache License, version 2.0.

Copyright 2023 Philterd, LLC Philter is a registered trademark of Mountain Fog, Inc.

philter-sdk-net's People

Contributors

dependabot[bot] avatar jzonthemtn avatar

Stargazers

 avatar

Watchers

 avatar  avatar

philter-sdk-net's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.