Cataract Detection

This repository contains the code for Cataract Detection using CNN Model .

Installation

  • Environment Setup
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
set FLASK_APP=main.py
set FLASK_DEBUG=1

OR

$env:FLASK_APP = "main.py"
$env:FLASK_DEBUG=1
  • Running the Application
flask run

Then Your Ready to Go!! 🎉