Detection of retinal blood vessels using classical methods (edge detection using filters) and deep neural network methods (UNet).
Windows-64
- Download current UNet release from Releases.
- Place downloaded
.pth
file inmodels
folder. - 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.
All core functionalities of the project are located in the notebooks
folder.
- Python 3.9
- PyTorch
- OpenCV
- Flask