Spaces:
Sleeping
Sleeping
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_engine
andanonymizer_engine
functions for your specific implementation - Start the app:
streamlit run presidio_streamlit.py