ODS (Ophthalmic Disease Screening) is a cutting-edge application that uses deep learning models to analyze fundus images and predict common eye diseases such as diabetes, cataract, and glaucoma. The project is implemented using React.js for the frontend and utilizes VGG19 and ResNet model architectures for accurate disease predictions. The model is deployed on Azure and served as an endpoint in the React.js application.
- Demo: ODS Web App
- Endpoint: Azure Endpoint
-
Visit the ODS Web App to access the application.
-
Upload a fundus image using the "Choose File" button on the homepage.
-
Once you click the "Upload image" button to initiate the disease prediction process.
-
View the prediction results, which will indicate the presence of diabetic retinopathy, cataract, and glaucoma.
We welcome contributions to the ODS project. To contribute:
-
Fork the repository and clone it locally.
-
Create a new branch for your feature or bug fix.
-
Make your changes and commit them.
-
Push your changes to your fork.
-
Submit a pull request with a clear description of your changes and their purpose.