Skip to content

Named entity recognition on clinical notes (intern project EEH/Endeavor Health)

Notifications You must be signed in to change notification settings

ashkspark/Clinical-Notes-NER

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Developed a Named Entity Recognition (NER) algorithm pipeline for medical notes question/answering. Project performed under my supervision by Pushkaraj Palnitkar during the course of his internship at Endeavor Health Advanced Analytics Team.

EEH was merged with NorthShore University HealthSystem (NorthShore) in 2022 and created Endeavor Health.

Clinical-Notes-NER

Named entity recognition on clinical notes

medicalrecord

Instructions to run this project:

Copy https project url from github green code button.
Open terminal:

$git clone <url>
$git lfs pull
$pip install virtualenv
$cd <project folder>
$virtualenv env
$source env/bin/activate (For windows: .\env\Scripts\activate)
$pip install -r requirements.txt
$python src/predict.py

Enter your clinical note in terminal: Example clinical from MeDAL dataset input

Out will be displayed: output

About

Named entity recognition on clinical notes (intern project EEH/Endeavor Health)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%