Giter VIP home page Giter VIP logo

diabetic-retinopathy-website's Introduction

Diabetic Retinopathy Website

A django-based website for displaying Diabetic Retinopathy Auto-Detection.

The website requires django being installed.

Usage

  • Download the website directory.
  • Install django by opening the terminal and entering the following command:
pip install django
  • Change to the website directory.
  • Execute:
python manage.py runserver

And you will see the website in browser with localhost:8000/diabetics/ (by default)

Directory Content
Model Three trained CNN model files.
Data Preprocessed 300x300 sample images.(Unpreprocessed are in deepsite/media)
Script Preprocessing and model-averaging scripts.
CNN Modified cnn codes for small sample testing.

To replicate CNN classification:

  1. Fork SparseConvNet, and switch to kaggle branch.
git clone https://github.com/btgraham/SparseConvNet.git
cd SparseConvNet
git checkout kaggle_Diabetic_Retinopathy_competition
  1. Replace files with our modified files:
  • Put files in Model into "kaggleDiabeticsRetinopathyModelfiles".
  • Put files in website/media into "Data/kaggleDiabeticRetinopathy/sample/".
  • Put files in Script into "Data/kaggleDiabeticRetinopathy/".
  • Put codes in CNN into SparseConvNet directory.
  1. In "Data/kaggleDiabeticRetinopathy/", execute:
./createSample.sh
python preprocessImages.py
  1. In SparseConvNet/, execute:
make kaggleDiabetes1
./kaggleDiabetes1 
  1. Then the classification result will be stored as csv file.

Current Functionality

  • Upload multiple images.
  • View uploaded images in table.
  • Simple barchart of numbers of severities.
  • Individual inspection of each uploaded images.
  • Real-time classification with CNN models.

diabetic-retinopathy-website's People

Contributors

haochunchang avatar

Stargazers

Ryali Nitin sai srinivas avatar Bhavya Wahie avatar Sachin Patil avatar NIRANJAN V avatar Ankit Jambhale avatar james_jjyang avatar Winjourn avatar Wenwen Yu avatar

Watchers

James Cloos avatar M ADNAN KHAN avatar

diabetic-retinopathy-website's Issues

make kaggleDiabetes1

make kaggleDiabetes1

c++     kaggleDiabetes1.cpp   -o kaggleDiabetes1
Undefined symbols for architecture x86_64:
  "KDRTrainSet(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)", referenced from:
      _main in kaggleDiabetes1-bc6320.o
  "KDRSampleSet(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)", referenced from:
      _main in kaggleDiabetes1-bc6320.o

...

"vtable for OpenCVPicture", referenced from:
      OpenCVPicture::OpenCVPicture(OpenCVPicture const&) in kaggleDiabetes1-bc6320.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "vtable for Picture", referenced from:
      Picture::Picture(Picture const&) in kaggleDiabetes1-bc6320.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [kaggleDiabetes1] Error 1

How can this be fixed?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.