this post was submitted on 26 Feb 2025
1 points (100.0% liked)

Self-Hosted Alternatives to Popular Services

223 readers
1 users here now

A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web...

founded 2 years ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/Terrible_Actuator_83 on 2025-02-25 16:55:32+00:00.


Hi, r/selfhosted!

I'm new to this sub, but someone from r/python thought it'd be good to post my project here!

I'd like to share the project I've been working on during the last few weekends.

  • Code:
  • Video tutorial:

What My Project Does

SanitAI is a proxy that intercepts calls to OpenAI's API and removes sensitive data. You can add, and update rules via an AI agent that asks a few questions, and then defines and tests the rule for you.

For example, you might add a rule to remove credit card numbers and phones. Then, when your users send:

Hello, my card number is 4111-1111-1111-1111. Call me at (123) 456-7890

The proxy will remove the sensitive data and send this instead:

Hello, my card number is . Call me at

Target Audience

Engineers using the OpenAI at work that want to prevent sensitive data from leaking.

Comparison

There are several libraries to remove sensitive data from text, however, you still need to do the integration with OpenAI, this project automates adding, and maitaining the rules, and provides a transparent integration with OpenAI. No need to change your existing code.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here