Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.42 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.42 KB

TRIDENT

License: MIT

Overview

This repository contains code for the TRIDENT web application available through TRIDENT - predicting chemical ecotoxicity using AI, associated with the publication Transformers enable accurate prediction of acute and chronic chemical toxicity in aquatic organisms (preprint).

See also: TRIDENT

How to Use

Please refer to our hosted web application: TRIDENT - predicting chemical ecotoxicity using AI.

If you do wish to run this streamlit application locally, either clone this repo or fetch the Docker image available in Docker hub To replicate the study, refer to the documentation under the development section.

Clone this repository:

git clone https://github.com/StyrbjornKall/TRIDENT_application

Build Docker Container

This repo is designed to become a Docker container. Follow instructions:

Build container:

docker build -t streamlit-app-trident-serve-v1 .

Run container:

docker run -p 8501:8501 streamlit-app-trident-serve-v1

Rename container for push:

docker tag streamlit-app-trident-serve-v1 styrbjornk/streamlit-app-trident-serve-v1