An open API service indexing awesome lists of open source software.

https://github.com/princep/bookish-potato


https://github.com/princep/bookish-potato

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

# Health Insight

- Clinical Document Architecture CDA parse by @amida-tech/blue-button
- Graphs for vitals
- Summarization

## CDA Parser installation

```bash
npm install @amida-tech/blue-button

npm install cli

npm install fs

brew install node

```

## Parse the Clinical Summary files to json

```bash
python3 parse.py
```

## Run the application

```bash
streamlit run app.py
```