Skip to content

Detecting Retinal Blood Vessels with Deep Learning

Notifications You must be signed in to change notification settings

anras5/BloodVessels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retinal blood vessels segmentation

Detection of retinal blood vessels using classical methods (edge detection using filters) and deep neural network methods (UNet).

Web application

Windows-64

  1. Download current UNet release from Releases.
  2. Place downloaded .pth file in models folder.
  3. Execute commands:
conda create --name <env> --file .\requirements.txt
conda activate <env>
python main.py

Web application allows the user to upload their own images and see the results.

img.png

results.png

Jupyter Notebook

All core functionalities of the project are located in the notebooks folder.

Built with

  • Python 3.9
  • PyTorch
  • OpenCV
  • Flask

Contact

[email protected]