awacke1 commited on
Commit
93b1c14
·
verified ·
1 Parent(s): 331cb9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: Presidio Demo
3
- emoji: 🅿
4
  colorFrom: purple
5
  colorTo: gray
6
  sdk: docker
@@ -8,4 +8,13 @@ app_port: 7860
8
  license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Presidio De Identify
3
+ emoji: 🔬🅿🧠
4
  colorFrom: purple
5
  colorTo: gray
6
  sdk: docker
 
8
  license: mit
9
  ---
10
 
11
+ get_timestamp_prefix: Time-stamping with Central timezone flair.
12
+ nlp_engine_and_registry: Loads NLP models with enthusiasm.
13
+ analyzer_engine: Sets up the PHI detector.
14
+ get_supported_entities: Lists PHI targets.
15
+ analyze: Spots sensitive data.
16
+ anonymize: Hides PHI with style.
17
+ create_ad_hoc_deny_list_recognizer: Builds a blocklist for PHI.
18
+ save_pdf: Saves uploads to disk.
19
+ read_pdf: Extracts text from PDFs.
20
+ create_pdf: Generates anonymized PDFs.