{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

👁️ The Vision Behind OJOS AI

Millions of people worldwide suffer from preventable vision loss due to a lack of early screening. Conditions like Glaucoma are famously known as the "silent thief of sight" because they damage the eye gradually without pain. OJOS AI is built to bridge this gap. Our mission is to provide an accessible, immediate, and zero-cost preliminary screening tool that encourages users to seek timely professional medical intervention.

🔬 Deep Learning Core (EfficientNetV2)

Our backend is powered by a state-of-the-art EfficientNetV2-S neural network. The training pipeline consists of:

By outputting a full probability distribution, users can see the exact breakdown of all possible conditions, rather than a single black-box classification.

💻 Architecture & Tech Stack

We designed the application to be secure, fast, and light. It utilizes the following stack:

TensorFlow & Keras Deep Learning inference engine
OpenCV & Pillow Image enhancement & resize
Python Flask Backend server & routing
SQLite3 Secure local user registry
{% if session.get('logged_in') %} Start Retinal Scan Analysis → {% else %} Create Account & Scan → {% endif %}