# AI-medical-Imaging-for-Diabetes-Retinopathy Build for Africa AI Hackathon
Our AI-based solution for retinopathy diagnosis offers a web application that utilizes image processing and machine learning. With high diagnostic accuracy, AI predictions, and streamlined processes, our solution overcomes the limitations of the existing system.
Watch Demo Video
## Overview
Diabetic retinopathy is a progressive eye disease caused by complications of diabetes. It affects the blood vessels in the retina, leading to vision impairment and if left untreated, blindness.
## Way To Run our Project
1.Install all the requirements by running this command in terminal
```
pip install -r requirements.txt
```
2.Run the app typing this command in terminal
```
streamlit run app.py
```