Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.19 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.19 KB

Differential Analysis Visualizer for EMRs

A clinical note analysis application that relates input clinical notes entered by medical practitioners, to text book clinical diagnostic algorithms using Natural language processing and machine learning.



DAVE-3

Resources

Graphs are extracted from:

1-The Patient History: evidence-based Approach: ISBN 978-0-07-162494-7

2-Symptoms to Diagnosis: An Evidence Based Guide: ISBN 978-1-260-12111-7




Installation

1- clone current repository

2- install requirements.txt folder

pip install -r requirements.txt

3- Within client environment, install node modules

npm install

4 - Run client

npm start

5- Run server

python app.py