Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.27 KB

File metadata and controls

29 lines (20 loc) · 1.27 KB

DP-WebApp

This WebApp must be run within the docker-image of Digital-Pathology.

There must be a .flaskenv file with the following lines:

  • FLASK_APP=app.py
  • FLASK_ENV=development

Enter either of the following commands in the terminal of the WebApp directory:

  • flask run
  • python -m flask run

Go to your browser and type http://localhost:5000

screen0

You should then see a webapp with the following screen.

  • Enter your details in the email field, add a tiff image, and choose the name of the model that you would like to use.
  • The model name should located in the models subfolder.

screen7

Submit the image by pressing the Submit Images button

  • Wait for the Image to be sent to the back end for processing ...

Wait for the model to do its magic

screen8

See the results of the model on your image!

screen9