This project explores medical image segmentation using U-Net and Attention U-Net models, focusing on blood vessel structures in kidney images. By combining predictions from both models into an ensemble, the aim is to enhance segmentation accuracy and provide robust results.
U-Net:
Attention U-Net:
Ensemble Model:
The following visualization provides a comparison of the segmentation results. The images show the original medical image, the true mask (ground truth), and the predicted mask from the segmentation model. These demonstrate the effectiveness of the U-Net and Attention U-Net models in capturing vessel structures:

U-Net:
Attention U-Net:
Ensemble:
pip install tensorflow keras spacy nltk opencv-python-headless matplotlib
For further details, refer to the notebook and associated documentation in the repository.