shrinitha23Gandu
commited on
Commit
•
3d7a5b2
1
Parent(s):
9c8d46e
README.md
Browse files
Eye Disease Detection Dataset
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Eye Disease Detection Dataset
|
2 |
+
|
3 |
+
## Overview
|
4 |
+
This dataset contains images and associated data related to various eye diseases, aimed at facilitating research and the development of machine learning models for eye disease detection.
|
5 |
+
|
6 |
+
## Data Structure
|
7 |
+
- Contains labeled images of eye conditions.
|
8 |
+
- Each image has metadata (e.g., patient age, disease type, severity level).
|
9 |
+
|
10 |
+
## Usage
|
11 |
+
```python
|
12 |
+
# Sample code to load the dataset
|
13 |
+
import your_dataset_library
|
14 |
+
dataset = your_dataset_library.load_dataset('eye-disease-detection')
|