https://github.com/ahmedkhaled404/hupmap-segmentation-reactjs
Blood vessel segmentation in kidney histology slide images (The application)
https://github.com/ahmedkhaled404/hupmap-segmentation-reactjs
deep-learning image-processing image-segmentation javascript neural-network
Last synced: 11 months ago
JSON representation
Blood vessel segmentation in kidney histology slide images (The application)
- Host: GitHub
- URL: https://github.com/ahmedkhaled404/hupmap-segmentation-reactjs
- Owner: ahmedkhaled404
- Created: 2024-06-23T21:33:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T21:37:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T23:26:13.382Z (over 1 year ago)
- Topics: deep-learning, image-processing, image-segmentation, javascript, neural-network
- Language: JavaScript
- Homepage:
- Size: 69.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HuBMAP - Hacking the Human Vasculature (FrontEnd implementation using ReactJS)
## Description
The goal is to segment instances of microvascular structures, including capillaries, arterioles, and venules, to automate the segmentation of microvasculature structures to improve researchers' understanding of how the blood vessels are arranged in human tissues.
## Pages
- **Home Page**: This page contains project details and introduces team members.
- **Prediction Page**: To upload an image and its corresponding mask. After submission, the backend processes the data to return six images: the original image, the original image overlaid by the true mask, the original image overlaid by the predicted mask, the true mask, the predicted mask, and an overlaid mask. Additionally, users receive IOU and Dice scores as indicators of segmentation accuracy, and the the threshold at which the mask was segmented.
## Live Demo
[Live Demo](https://pharaoooh.github.io/projects-list/HuPMAP/)
## Backend Repository
[HuPMap-Segmentation-Flask](https://github.com/AhmedMaherElSaeidi/HuPMap-Segmentation-Flask)