SafePaste is a desktop application that acts as a security buffer between users and Large Language Models (LLMs). It intercepts clipboard content, automatically redacts personally identifiable information (PII) using local AI processing, and provides users with a sanitized version safe to share.
- Install dependencies:
py -m pip install -r requirements.txt
- Download spaCy model:
py -m spacy download en_core_web_lg
- Run the application:
py main.py
- Run tests:
py -m pytest tests/