Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,8 @@ demo = gr.Interface(
|
|
53 |
#outputs=gr.HTML(label="Identified Medical Entities"),
|
54 |
title="French Healthcare NER Demo",
|
55 |
description="""
|
56 |
-
_By **Hicham Assoudi** β AI Researcher (Ph.D.), Oracle Consultant, and Author._
|
|
|
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.
|
|
|
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.
|