bhimrazy commited on
Commit
6a76114
1 Parent(s): 4b2c230

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -10,7 +10,11 @@ license: mit
10
  ---
11
 
12
 
13
- # Diabetic Retinopathy Detection
 
 
 
 
14
 
15
 
16
 
 
10
  ---
11
 
12
 
13
+ # Diabetic Retinopathy Detection: Utilizing Multiprocessing for Processing Large Datasets and Transfer Learning to Fine-Tune Deep Learning Models
14
+ Efficiently process large datasets & develop advanced model pipelines for diabetic retinopathy detection. Streamlining diagnosis.
15
+
16
+ ## TL;DR:
17
+ In this project, we handle large datasets efficiently by downloading, extracting, and preparing them for analysis. Next, we use PyTorch Lightning to develop a powerful system for diabetic retinopathy detection, categorizing images into different stages of the disease. We enhance our model pipeline with various pretrained backbone models and track progress using TensorBoard. Additionally, we create a user-friendly web app to demonstrate our model's capabilities. Our approach aims to streamline both data processing and model development for accurate and accessible diabetic retinopathy diagnosis.
18
 
19
 
20