All Projects → ebdulrasheed → Diabetic-Retinopathy-Feature-Extraction-using-Fundus-Images

ebdulrasheed / Diabetic-Retinopathy-Feature-Extraction-using-Fundus-Images

Licence: GPL-3.0 license
Diabetic Retinopathy is a very common eye disease in people having diabetes. This disease can lead to blindness if not taken care of in early stages, This project is a part of the whole process of identifying Diabetic Retinopathy in its early stages. In this project, we'll extract basic features which can help us in identifying Diabetic Retinopa…

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Diabetic-Retinopathy-Feature-Extraction-using-Fundus-Images

retinal-exudates-detection
exudates detection using hybrid approach (Image Morphology & Machine Learning)
Stars: ✭ 53 (+112%)
Mutual labels:  diabetic-retinopathy-detection, retinal-images, exudates
bob
Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, in Switzerland. - Mirrored from https://gitlab.idiap.ch/bob/bob
Stars: ✭ 38 (+52%)
Mutual labels:  feature-extraction
Tsfeatures
Time series features
Stars: ✭ 203 (+712%)
Mutual labels:  feature-extraction
HealthApp
A desktop application to fetch Wikipedia,Google,Disease results and save them as text file,in database.Have a Section to search details about doctors in location
Stars: ✭ 23 (-8%)
Mutual labels:  disease
Face.evolve.pytorch
🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
Stars: ✭ 2,719 (+10776%)
Mutual labels:  feature-extraction
Radiomics-research-by-using-Python
Radiomics (here mainly means hand-crafted based radiomics) contains data acquire, ROI segmentation, feature extraction, feature selection, machine learning modeling, and stastical analysis.
Stars: ✭ 27 (+8%)
Mutual labels:  feature-extraction
Variational Ladder Autoencoder
Implementation of VLAE
Stars: ✭ 196 (+684%)
Mutual labels:  feature-extraction
mondo
Mondo Disease Ontology
Stars: ✭ 156 (+524%)
Mutual labels:  disease
Synopsys-Project-2017
A deep learning based bioinformatics project on epigenetics in Type 2 Diabetes.
Stars: ✭ 14 (-44%)
Mutual labels:  diabetes
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (+860%)
Mutual labels:  feature-extraction
Computer Vision Guide
📖 This guide is to help you understand the basics of the computerized image and develop computer vision projects with OpenCV. Includes Python, Java, JavaScript, C# and C++ examples.
Stars: ✭ 244 (+876%)
Mutual labels:  feature-extraction
Amazing Feature Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
Stars: ✭ 218 (+772%)
Mutual labels:  feature-extraction
Diaguard
Android app for diabetics
Stars: ✭ 89 (+256%)
Mutual labels:  diabetes
Tsfel
An intuitive library to extract features from time series
Stars: ✭ 202 (+708%)
Mutual labels:  feature-extraction
gluco-check
Use Nightscout with Google Home: "Hey Google, check my sugar"
Stars: ✭ 24 (-4%)
Mutual labels:  diabetes
Piccante
The hottest High Dynamic Range (HDR) Library
Stars: ✭ 195 (+680%)
Mutual labels:  feature-extraction
Pliers
Automated feature extraction in Python
Stars: ✭ 243 (+872%)
Mutual labels:  feature-extraction
tsflex
Flexible time series feature extraction & processing
Stars: ✭ 252 (+908%)
Mutual labels:  feature-extraction
pyefd
Python implementation of "Elliptic Fourier Features of a Closed Contour"
Stars: ✭ 71 (+184%)
Mutual labels:  feature-extraction
machine learning course
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
Stars: ✭ 47 (+88%)
Mutual labels:  feature-extraction

Feature Extraction of Diabetic Retinopathy Using Fundus Images

Diabetic Retinopathy is a very common eye disease in people having diabetes. This disease can lead to blindness if not taken care of in early stages. This project is a part of the whole process of identifying Diabetic Retinopathy in its early stages. In this project, we will extract basic features which can help us in identifying Diabetic Retinopathy in its early stages. There are many clinical features of Diabetic Retinopathy but in this project, we focused on retinal blood vessels and exudates.

Prerequisites

  1. Python 2.7

  2. Python Editor (any of your choice)

Dataset

Kaggle provides a very hefty and diverse dataset that contains round about 30,000 images. You can download it from here.

Project Structure

  • Blood Vessels.py: Contains code for blood vessels extraction from fundus images

  • Exudates.py: Contains code for Exudates extraction from Fundus images

  • MainWindow.py: Main GUI component

  • WindowFrame.py: GUI container for child controls

Author

Abdul Rasheed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].