Skip to content

janchilling/Glaucoma-Detection-Application_using_h2o_wave

Repository files navigation

Glaucoma Detection Application using H2O Wave

Glaucoma.Detection.Preview-Compressed.mp4

This is a simple Glaucoma Detection system made using h2o wave.

Getting Started

System Requirements

  1. Python 3.7+
  2. pip

1. Clone the repository:

git clone https://github.com/janchilling/Glaucoma-Detection-Application_using_h2o_wave.git

2. Create a virtual environment:

python3 -m venv venv

3. Activate the virtual environment:

source venv/bin/activate

windows

venv\Scripts\activate.bat

To deactivate the virtual environment use deactivate command.

4. Install dependencies:

(venv) pip install -r requirements.txt 

5. Run the app:

(venv) wave run app

6. View the app:

Point your favorite web browser to http://localhost:10101/

Others

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages