Skip to content

Installation

Web Application (via Docker)

If you have Docker installed on your machine, you can run the following command to launch the web application using Docker, then open localhost:8050 in your browser:

docker run -p 8050:8050 --rm lsbnb/netmedex

Installation

Install NetMedEx from PyPI to use the web application locally or access the CLI:

pip install netmedex

We recommend using Python version >= 3.11 for NetMedEx.

Web Application (Local)

After installing NetMedEx, run the following command and open localhost:8050 in your browser:

netmedex run

Command-Line Interface (CLI)

After installing NetMedEx, refer to CLI guides to use the following commands to search articles and generate networks:

netmedex search  # Search articles
netmedex network  # Generate networks from the output file produced by `netmedex search`