Skip to content

anguera5/pepper_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predict Environmental Pollutant PERsistence (PEPPER) application

This application leverages a streamlit-based UI where users can input a .csv file containing the on a single column (names SMILES) a series of SMILES and receive an image representation of each compound together with the predicted breakthrough of this compound on a waster water treatment plant.

How to run it locally

  1. First install Docker Desktop
  2. Open Docker Desktop and open its terminal.
  3. On the terminal:
  • Git clone this repository:
git clone git@github.com:FennerLabs/pepper_app.git
  • Travel to the folder that you just cloned:
cd pepper_app
  • Run the docker compose command:
docker compose up --build
  1. On the Container tab you should now find the pepper_app running, it should show as follows: image
  2. Click on the link 8501:8501 to access your own version of pepper_app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.8%
  • Dockerfile 16.2%