Web app for processing free text in drug adverse events
https://drug-portal.appspot.com/
This repo is for a demo web application. The app uses an entity extraction model service trained with the Python spacy library to reduce the time spent manufacturers code adverse event reports by automatically tagging report text.
For more details read this blog post.
Clone the repo and change directories to the repo
git clone git@github.com:ezbc/drug-portal-ner-app.git
cd drug-portal-ner-appStart in Docker
docker-compose upVisit in browser at default port 8085.