mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-08-04 09:10:43 -05:00
758 B
758 B
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
- Install dependencies (preferably in a virtual environment)
pip install streamlit pandas presidio-analyzer presidio-anonymizer
- Download the presidio_streamlit.py file.
- Optional: Update the
analyzer_engineandanonymizer_enginefunctions for your specific implementation - Start the app:
streamlit run presidio_streamlit.py
