The BioMedical Information Collection and Understanding System (BioMedICUS) is a system for large-scale text analysis and processing of biomedical and clinical reports. The system is being developed by the Natural Language Processing and Information Extraction Program at the University of Minnesota Institute for Health Informatics.
This is a collaborative project that aims to serve biomedical and clinical researchers, allowing for customization with different texts.
More information about BioMedICUS can be found on our website.
- Python 3.6 or later
- Java JDK 9.0 or later. Note, you will need to have the "java" command on the your "$PATH".
- PyTorch
Installation instructions are available on our website.
The following command runs a script that will start up all of the BioMedICUS services for processing clinical notes:
biomedicus deploy --download-data
After deploying BioMedICUS, you can process a directory of documents using the following command:
biomedicus run /path/to/input_dir /path/to/output_dir
This will process the documents in the directory using BioMedICUS and save the results as json-serialized MTAP Events to output directory.
BioMedICUS is developed by the NLP/IE Group at the University of Minnesota Institute for Health Informatics. You can contact us at [email protected].