/RBVCD

Retinal Blood Vessel Curvature Detection

Primary LanguageJupyter NotebookMIT LicenseMIT

RBVCD

Retinal Blood Vessel Curvature Detection

This is an iteration on my previous project LMBiS-Net to create a comprehensive solution for medical professionals to detect and analyze retinal blood vessels

How to use

"It is assumed that you are using a Unix based system"

  • Clone the repository

    git clone https://github.com/yashs662/RBVCD
    
  • Create a Virtual Environment

    python3 -m venv venv
    
  • Activate the Virtual Environment

    source venv/bin/activate
    
  • Install the requirements

    pip install -r requirements.txt
    
  • Run jupyter notebook