Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 874 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 874 Bytes

NPLinker Web Application

This is the NPLinker web application, developed with Plotly Dash, which enables you to visualize NPLinker predictions in an interactive way.

Installation

# Clone the repository
git clone https://github.com/NPLinker/nplinker-webapp.git
# Navigate to the project directory
cd nplinker-webapp
# Create and activate a virtual environment
python -m venv venv
source venv/bin/activate
# Install the required packages
pip install -r requirements.txt

Usage

Run the application:

python app/app.py

Open your web browser and go to http://127.0.0.1:8050/.

Contributing

If you want to contribute to the development of nplinker, have a look at the contribution guidelines and README for developers.