Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thealoneprogrammer/diabetic-retinopathy

A Django application developped for classification of a diabetes complication that affects eyes
https://github.com/thealoneprogrammer/diabetic-retinopathy

8th-semester classification diabetic-retinopathy diabetic-retinopathy-detection diabetic-retinopathy-prediction django final-year-project final-year-project-using-ml iris keras machine-learning machinelearning major-project python python3 retina retinal-images retinopathy tensorflow vtu

Last synced: about 3 hours ago
JSON representation

A Django application developped for classification of a diabetes complication that affects eyes

Awesome Lists containing this project

README

        

## [Download project report and dataset here](https://bit.ly/3WyeTxb)

Instructions to be followed
--------------------------------------------------

Install the below required packages:

django - (pip install django)
tensorflow - (pip install tensorflow)
pillow - (pip install pillow || pip install PIL)
numpy (pip install numpy)

===================================================

Configuration to be made:

Inside diabetic_retinopathy -> settings.py at last you have to put your local path to output directory currently it is my local path

===================================================

Note:

Currently the models have been trained using tesnsorflow keras you can find the models inside diab_retina_app -> model folder

===================================================

To execute the project run the below command:

python manage.py runserver

===================================================

Input:

choose the test image from the test directory given inside the project ie; diab_retina_app->test
Training images are not included in the folder since it's a large collection
The same images you have sent have been used for training

===================================================

You are free to edit the front-end/processing logic as per your need

===================================================

## [Download project report and dataset here](https://bit.ly/3WyeTxb)