Skip to content
/ OptiVue Public
forked from VJnCode/OptiVue

🧠 AI-powered system for detecting cataract, diabetic retinopathy, and glaucoma from retinal images using a ResNet-18 model.

Notifications You must be signed in to change notification settings

mukkss/OptiVue

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘οΈ OptiVue

This project uses a Convolutional Neural Network (ResNet-18) model to detect common retinal diseases from fundus images. It supports detection for the following categories:

  • 🟒 Normal
  • πŸ”΄ Cataract
  • 🟠 Diabetic Retinopathy
  • πŸ”΅ Glaucoma

The frontend is built using React and hosted on Vercel, while the backend model is served via FastAPI and Hugging Face Spaces.


πŸ” Project Overview

This application assists in the early detection of retinal diseases using AI, which can be critical in preventing vision loss. Given an image of a retina, the model classifies it into one of the predefined disease categories.

πŸ‘¨β€βš•οΈ Target Users

  • Ophthalmologists
  • Healthcare screening assistants
  • Medical students and researchers

βš™οΈ Tech Stack

Layer Technology
Frontend React + Tailwind CSS
Backend FastAPI (Python)
Model PyTorch (ResNet-18)
Hosting Vercel (Frontend)
Model API Hugging Face Spaces

🧠 Model Details

  • Architecture: ResNet-18
  • Input: Fundus image (resized and normalized)
  • Output Classes: Normal, Cataract, Diabetic Retinopathy, Glaucoma
  • Training Dataset: Public dataset from Kaggle (Retinal Eye Disease)

πŸš€ Getting Started

1. Clone the Repository

git clone https://github.com/VJnCode/Eye-Disease-Detection.git
cd Eye-Disease-Detection

⚠️ Note:

The main backend API file is hosted on Hugging Face Spaces and cannot be opened directly like a code file. To view or test the API, navigate to πŸ‘‰ [https://huggingface.co/spaces/NAVARASA/eye-disease-prediction]

About

🧠 AI-powered system for detecting cataract, diabetic retinopathy, and glaucoma from retinal images using a ResNet-18 model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 97.6%
  • JavaScript 1.9%
  • Other 0.5%