Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luluw8071/ocular-eye-disease-classification

Deep learning project for ocular eye disease classification
https://github.com/luluw8071/ocular-eye-disease-classification

cataract-detection cnn-classification eye-diseases-classification glaucoma-detection image-classification pytorch streamlit tinyvgg

Last synced: about 1 month ago
JSON representation

Deep learning project for ocular eye disease classification

Awesome Lists containing this project

README

        

# Ocular-Eye-Disease-Classification

#### Cataract-Normal Eye Classification
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/LuluW8071/Ocular-Eye-Disease-Classification/blob/main/Eye%20Disease%20Detection.ipynb)

#### Multiple Ocular Eye Disease Classification
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/LuluW8071/Ocular-Eye-Disease-Classification/blob/main/Multiple_Eye_Disease_Detection.ipynb)

## Usage
To run the demo:

- **Install Dependencies**:

```bash
pip install -r requirements.txt
```
- **Run `main.py` for Demo**:

```bash
streamlit run .\demo\main.py
```


The pre-trained models are available on `models/` directory.

Just simply load `models/MultipleEyeDiseaseDetectModel.pth` in colab or local device

---
Feel free to send issues if you face any problem.
Don't forget to star the repo :)