MaziyarPanahi commited on
Commit
0ebee2a
Β·
verified Β·
1 Parent(s): 0c1f771

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,10 +1,37 @@
1
  ---
2
  title: README
3
- emoji: πŸ‘€
4
  colorFrom: yellow
5
- colorTo: gray
6
  sdk: static
7
  pinned: false
 
 
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: πŸ†
4
  colorFrom: yellow
5
+ colorTo: pink
6
  sdk: static
7
  pinned: false
8
+ thumbnail: >-
9
+ https://cdn-uploads.huggingface.co/production/uploads/5fd5e18a90b6dc4633f6d292/FTCV2ltw2ZxiZS_tKvARU.png
10
+ short_description: OpenMed
11
  ---
12
 
13
+ <div align="center">
14
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/5fd5e18a90b6dc4633f6d292/FTCV2ltw2ZxiZS_tKvARU.png" alt="OpenMed Logo" width="500"/>
15
+ <h1>OpenMed: State-of-the-Art, Open-Source AI for Healthcare & Life Sciences</h1>
16
+ </div>
17
+
18
+ ---
19
+
20
+ ## 🩺 Our Mission
21
+
22
+ The most powerful AI tools for healthcare should not be locked behind expensive paywalls. **OpenMed** is a community-driven initiative dedicated to building and sharing state-of-the-art, production-ready AI models for healthcare and life sciences.
23
+
24
+ Our mission is to accelerate research, empower developers, and improve patient outcomes by providing free, powerful, and transparent tools for everyone. All of our work is and always will be released under the permissive **Apache 2.0 license**.
25
+
26
+ ## 🎯 Our Focus & Core Tasks
27
+
28
+ We build and maintain models for the most critical NLP tasks in the clinical and biomedical domains. Our models are rigorously benchmarked to ensure they meet or exceed the state of the art.
29
+
30
+ Our focus areas include:
31
+
32
+ * 🧬 **Named Entity Recognition (NER):** Identifying Drugs, Diseases, Chemicals, Genes, Anatomy, and Procedures.
33
+ * ❓ **Assertion Status Detection:** Determining if a condition is `present`, `absent`, or `possible`.
34
+ * πŸ”— **Entity Linking & Normalization:** Mapping extracted entities to standard ontologies like SNOMED-CT, RxNorm, and ICD-10.
35
+ * πŸ”’ **De-Identification:** High-accuracy models for finding and removing Protected Health Information (PHI).
36
+ * 🀝 **Relation Extraction:** Understanding the relationships between entities (e.g., "Aspirin treats headaches").
37
+ * ✍️ **Generative AI:** Fine-tuning LLMs for tasks like clinical text summarization and medical question-answering.