Skip to content

bjornna/ehrnotes-ask

Repository files navigation

NLP APP

Motiviation

An app to explore NLP functionality

Pre requisition

Clone health ontologies: https://github.com/bjornna/healthontologies at the same level as this project.

Installation

pip install -r requirements.txt
pip install -U spacy
pip install -U spacy-lookups-data
python -m spacy download nb_core_news_sm
pip install xlrd
hug 2.6.0
hug-middleware-cors=1.0.0
waitress=1.4.2

RUN

uvicorn app:app --reload

DOCKER

docker build -t ehrnotes_ask .
docker run -d --name ehrnotes_ask_container -p 80:80 ehrnotes_ask

About

The NLP service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published