Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,12 +49,11 @@ demo = gr.Interface(
|
|
49 |
placeholder="Le patient présente une hypertension artérielle...",
|
50 |
lines=5
|
51 |
),
|
52 |
-
outputs=gr.HighlightedText(),
|
53 |
#outputs=gr.HTML(label="Identified Medical Entities"),
|
54 |
title="French Healthcare NER Demo",
|
55 |
description="""
|
56 |
-
_By **[Hicham Assoudi](https://huggingface.co/hassoudi)** – AI Researcher (Ph.D.), Oracle Consultant, and Author._
|
57 |
-
🔗 [Follow me on LinkedIn](https://www.linkedin.com/in/assoudi)
|
58 |
|
59 |
🔬 **Live Demo**: Try this French Healthcare NER model, part of the healthcare NLP case study featured in the book *[Natural Language Processing on Oracle Cloud Infrastructure: Building Transformer-Based NLP Solutions Using Oracle AI and Hugging Face](https://a.co/d/h0xL4lo).* Dive into Chapter 6 for a comprehensive, step-by-step guide on building this model.
|
60 |
📚 **Educational Focus**: Gain practical, step-by-step guidance on building NLP models through a healthcare case study featured in the book. Discover how to extract insights from medical records, identify patient conditions, and ensure compliance with healthcare standards.
|
|
|
49 |
placeholder="Le patient présente une hypertension artérielle...",
|
50 |
lines=5
|
51 |
),
|
52 |
+
outputs=gr.HighlightedText(label="Identified Medical Entities"),
|
53 |
#outputs=gr.HTML(label="Identified Medical Entities"),
|
54 |
title="French Healthcare NER Demo",
|
55 |
description="""
|
56 |
+
_By **[Hicham Assoudi](https://huggingface.co/hassoudi)** – AI Researcher (Ph.D.), Oracle Consultant, and Author._ 🔗 [Follow me on LinkedIn](https://www.linkedin.com/in/assoudi)
|
|
|
57 |
|
58 |
🔬 **Live Demo**: Try this French Healthcare NER model, part of the healthcare NLP case study featured in the book *[Natural Language Processing on Oracle Cloud Infrastructure: Building Transformer-Based NLP Solutions Using Oracle AI and Hugging Face](https://a.co/d/h0xL4lo).* Dive into Chapter 6 for a comprehensive, step-by-step guide on building this model.
|
59 |
📚 **Educational Focus**: Gain practical, step-by-step guidance on building NLP models through a healthcare case study featured in the book. Discover how to extract insights from medical records, identify patient conditions, and ensure compliance with healthcare standards.
|