Skip to content

An image explorer tool that uses ipywidgets and image manipulation in Pillow to look for and refine features in a image. This is mostly pitched on cell biology, cytopathology and histopathology.

License

Notifications You must be signed in to change notification settings

Shuyib/cell-explorer-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cell-explorer-tool

Binder

An image explorer tool to look for and refine features from microscopy images from cell biology projects, cytopathology projects, histopathology projects and other image related experiments in a reproducible way. You can open an image preferably JPG format, adjust the coordinates of the image, save the image and parameters used to change the image, rename the image file and write description with the app in the *.ipynb. The tool will give you another more refined image resized to 500 by 500 with a TXT file and a JSON file.

Project structure

The project has the following files:

  • LICENSE - an MIT License
  • README.md - an explanation of what the project is about, what kind of data is used and the output.
  • image-processing-raw-final.ipynb - has documented code to process images at most 4 for some reason.
  • requirements.txt - Has python libraries in specific versions e.g ipywidgets == 7.5.1

Running on Docker guide

Build docker image

docker build -t cell-exp:v0 .

Run the Docker image

docker run -it -p 2323:2323 cell-exp:v0

About

An image explorer tool that uses ipywidgets and image manipulation in Pillow to look for and refine features in a image. This is mostly pitched on cell biology, cytopathology and histopathology.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published