From 255b7cbd9c6d3a2d703f9a010766d512a4bf3d31 Mon Sep 17 00:00:00 2001 From: Ajinkya Kulkarni Date: Sat, 8 Apr 2023 18:09:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be81e49..5ee0ef4 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Color Space Segmentation using PyHistology -PyHistology is a package for color space segmentation of a user-uploaded 2D RGB image using the PyHistology package. It uses colorspace-based segmentation to analyze histopathology images. With the help of this package, you can easily calculate the amount of staining present in histopathology images. The application is also available as a Streamlit app and provides an interactive user interface with sliders, file uploaders, and progress bars. +PyHistology is a package for color space segmentation of a user-uploaded 2D RGB image using the PyHistology package. It uses colorspace-based segmentation to analyze histopathology images. With the help of this package, you can easily calculate the amount of staining present in histopathology images. The application is also available as a Streamlit app and provides an interactive user interface. ### Prerequisites