Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 332 Bytes

File metadata and controls

5 lines (4 loc) · 332 Bytes

Diabetic Retinopathy Classification

This is a classifier of diabetic retinopathy. The program allows you to generate a neural network, train it and save it to a selected file, as well as load an existing network from a .h-file and test it.

To work with this program, you need to install the tensorflow, keras and numpy packages.