Spaces:
Sleeping
Sleeping
Update README.md
Browse filesDescription added.
README.md
CHANGED
@@ -10,4 +10,34 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
Created as part of the 2023 KREW Hackathon: https://pseudo-lab.github.io/huggingface-hackathon23/en/
|
14 |
+
|
15 |
+
DRAFT IN PROGRESS
|
16 |
+
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
18 |
+
|
19 |
+
This program represents a groundbreaking intersection of open-source technology and healthcare, opening up new possibilities for patient care and medical research.
|
20 |
+
|
21 |
+
The script you're looking at is a powerful tool that leverages the capabilities of Hugging Face's state-of-the-art language models fine-tuned on medical data.
|
22 |
+
It's designed to analyze Electronic Health Records (EHRs), which are digital versions of patients' paper charts. EHRs are real-time, patient-centered records that make information available instantly and securely to authorized users.
|
23 |
+
|
24 |
+
By connecting open EHR data systems like OpenEMR with Hugging Face's open-source language models, we can unlock a wealth of insights.
|
25 |
+
OpenEMR is a popular open-source electronic health records and medical practice management solution, and its integration with Hugging Face's models can revolutionize how we understand and use EHR data.
|
26 |
+
|
27 |
+
The script begins by loading a pre-trained model and tokenizer from Hugging Face's model hub.
|
28 |
+
The model, pseudolab/K23_MiniMed, has been fine-tuned on medical data, making it capable of understanding and generating text based on patient data.
|
29 |
+
We are still working on troubleshooting config issues with the k23_Minimed model, which currently prevent use-ability here.
|
30 |
+
|
31 |
+
The script then sets up a file uploader that allows you to upload a CSV file containing patient data.
|
32 |
+
This data is then prepared for the model: it's converted into a string, tokenized, and truncated if necessary.
|
33 |
+
|
34 |
+
The implications of this are profound.
|
35 |
+
With this tool, healthcare providers can quickly analyze patient data, identify patterns, and make informed decisions.
|
36 |
+
Researchers can study large volumes of data and uncover insights that could lead to new treatments or improved patient care.
|
37 |
+
And because it's all built on open-source technology, the tool is accessible to anyone and can be continually improved by the community.
|
38 |
+
This is an act of open Mutual Aid in the medical sector!
|
39 |
+
|
40 |
+
In short, this script is more than just a piece of code.
|
41 |
+
It's a step towards a future where open-source technology and healthcare go hand in hand, leading to better outcomes for patients and exciting advancements in medical research.
|
42 |
+
|
43 |
+
Welcoming open collaboration.
|