Git Product home page Git Product logo

medspacy-covid-container's Introduction

medspacy-covid-container

To build this container, you need to create a sub-directory called umls/ that has two files from a UMLS installation, MRCONSO.RRF and MRSTY.RRF.

Once it has built, a demo REST application can be started with ./start_docker.sh, which will open a port at 8000 that listens for new documents, processes them, and sends back a JSON file with extracted concepts:

import requests
sent = 'The patient is suffering from knee pain and recently contracted COVID-19, she will begin taking ibuprofen.'
url='http://localhost:8000/process'
r = requests.post(url, json={'doc_text':sent})
print(r.json())

The script process_directory.py is not currently inside the container but can be copied in and used as a way to batch process multiple files in a directory and write out json.

The script medspacy_utils.py has a few methods for interpreting the output of MedSpaCy that correspond to output we got from other projects, but may also give some insight into how to make use of the processed documents.

medspacy-covid-container's People

Contributors

tmills avatar

Stargazers

ismail BASKIN avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.