Replies: 3 comments 2 replies
-
How about we include this in the documentation/samples? a simple link to this thread will be good IMO |
Beta Was this translation helpful? Give feedback.
-
Hello, Edit: the test was with vscode and python 3.10.5 and chrome |
Beta Was this translation helpful? Give feedback.
-
Hi @storkeu, we turned this discussion into a sample. Could you please check if the sample is working for you? |
Beta Was this translation helpful? Give feedback.
-
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
presidio_app.py
)analyzer_engine
andanonymizer_engine
functions for your specific implementationstreamlit run presidio_app.py
Code
Output
Output should be similar to this screenshot:
Beta Was this translation helpful? Give feedback.
All reactions