Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eye Vision Tonometry

A simple system to estimate or simulate eye tonometry (measurement of intraocular pressure) for educational or proof‑of‑concept purposes. This project is not a medical device and should not be used for clinical diagnosis.

Overview

Tonometry is a test that measures the pressure inside the eye (intraocular pressure, or IOP), which is important for screening conditions like glaucoma.
This project demonstrates:

  • Basic IOP estimation or simulation using images or signals.
  • A clean interface for viewing or logging results.
  • A foundation that can be extended with real‑time sensors or machine learning.

Demo

WhatsApp Image 2026-05-18 at 4 57 16 PM
eVton_vid.mp4

Features

  • Simulated or rule‑based tonometry readings.
  • Simple visualization of IOP values over time.
  • Export of results to JSON for later analysis.
  • Extensible architecture for adding camera‑based or hardware‑based sensors.

Usage

  • Run the main script to test results on web GUI.
  • Integrate with a camera or sensor module to capture eye‑related data (e.g., corneal behavior or speckle patterns) and map them to pressure estimates. [web:13][web:19]
  • View results in the console or via the simple plot window.

Project Structure

  • app.py – Entry point and demo.
  • data/ – Sample data or recordings (if any).
  • requirements.txt – Python dependencies.

Limitations

  • This is not a certified medical device.
  • Accuracy depends heavily on the model and sensor setup; real clinical tonometry requires calibrated hardware (e.g., Goldmann applanation or non‑contact tonometers). [web:15][web:18]
  • For real‑world use, validation with ophthalmologists and clinical data is necessary.

License

MIT License – see LICENSE for details.

About

Eye Vision Tonometry

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages