A deep learning-based solution for early detection of diabetic retinopathy using convolutional neural networks (CNNs). This model achieves over 95% precision in classifying retinal disorders from medical images.
- π¬ Detects diabetic retinopathy from retina images
- π§ Built with CNN using TensorFlow and Keras
- ποΈ Preprocessed and augmented dataset for robust learning
- π Achieved 95%+ precision in evaluation
- π₯ Developed collaboratively as part of an academic research project
- Language: Python
- Frameworks: TensorFlow, Keras
- Tools: NumPy, Matplotlib, OpenCV
- Others: Scikit-learn, ImageDataGenerator for augmentation
diabetic-retinopathy-main/ βββ dataset/ # Retina images βββ model/ # Saved model and architecture βββ notebooks/ # Training & evaluation notebooks βββ utils/ # Image preprocessing and helpers βββ main.py # Training script βββ requirements.txt βββ README.md