presidio_demo / index.md
presidio's picture
Upload 7 files
1215818
|
raw
history blame
No virus
758 Bytes

Simple demo website for Presidio

Here's a simple app, written in pure Python, to create a demo website for Presidio. The app is based on the streamlit package.

Requirements

  1. Install dependencies (preferably in a virtual environment)
pip install streamlit pandas presidio-analyzer presidio-anonymizer
  1. Download the presidio_streamlit.py file.
  2. Optional: Update the analyzer_engine and anonymizer_engine functions for your specific implementation
  3. Start the app:
streamlit run presidio_streamlit.py

Output

Output should be similar to this screenshot: image