Spaces:
Running
Running
Commit
·
4f06385
1
Parent(s):
d07f1aa
redeployed
Browse files- app.py +10 -0
- assets/img/SETT_Logo.jpg +0 -0
app.py
CHANGED
@@ -282,6 +282,10 @@ def redact_and_visualize(text: str, model_name: str):
|
|
282 |
|
283 |
|
284 |
hint = """
|
|
|
|
|
|
|
|
|
285 |
## Pteredactyl Gradio Webapp and API
|
286 |
|
287 |
Clinical patient identifiable information (cPII) presents a significant challenge in natural language processing (NLP) that has yet to be fully resolved but significant progress is being made [1,2].
|
@@ -303,6 +307,12 @@ docker build -t pteredactyl:latest .
|
|
303 |
docker run -d -p 7860:7860 --name pteredactyl-app pteredactyl:latest
|
304 |
```
|
305 |
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
## Background
|
307 |
|
308 |
We introduce a concentrated validation battery to the open-source OHDSI community, a Python module for cPII redaction on free text, and a web application that compares various models against the battery. This setup, which allows simultaneous production API deployment using Gradio, is remarkably efficient and can operate on a single CPU core.
|
|
|
282 |
|
283 |
|
284 |
hint = """
|
285 |
+
<p align="center">
|
286 |
+
<img src="https://github.com/MattStammers/Pteredactyl/blob/main/src/pteredactyl_webapp/assets/img/SETT_Logo.jpg" alt="SETT Logo" />
|
287 |
+
</p>
|
288 |
+
|
289 |
## Pteredactyl Gradio Webapp and API
|
290 |
|
291 |
Clinical patient identifiable information (cPII) presents a significant challenge in natural language processing (NLP) that has yet to be fully resolved but significant progress is being made [1,2].
|
|
|
307 |
docker run -d -p 7860:7860 --name pteredactyl-app pteredactyl:latest
|
308 |
```
|
309 |
|
310 |
+
## Logo
|
311 |
+
|
312 |
+
<p align="center">
|
313 |
+
<img src="https://github.com/MattStammers/Pteredactyl/blob/main/src/pteredactyl_webapp/assets/img/Pteredactyl_Logo.jpg" alt="SETT Logo" />
|
314 |
+
</p>
|
315 |
+
|
316 |
## Background
|
317 |
|
318 |
We introduce a concentrated validation battery to the open-source OHDSI community, a Python module for cPII redaction on free text, and a web application that compares various models against the battery. This setup, which allows simultaneous production API deployment using Gradio, is remarkably efficient and can operate on a single CPU core.
|
assets/img/SETT_Logo.jpg
DELETED
Binary file (13.7 kB)
|
|