https://github.com/princep/bookish-potato
https://github.com/princep/bookish-potato
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/princep/bookish-potato
- Owner: PrinceP
- Created: 2023-09-30T15:47:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T15:52:32.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T06:29:09.847Z (over 1 year ago)
- Language: Python
- Homepage: https://healthinsight.streamlit.app
- Size: 517 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```