MY EYE Features

Goal: Help blind users "see" by converting visual and spatial information into audio.

Measures Distance to Obstacles

Determining the distances for the barriers and keeping a safe distance from them we use:
1. Microprocessor (Raspberry Pi or Arduino)
2. Ultrasonic sensors for distance measurement \ 4 units
3. Connecting wires
4. Band-shaped enclosure, designed in a way that allows us to enclose the equipment inside

Read More
Detects objects

We use an algorithm that relies on Python libraries to process images and perform facial recognition. After detecting and recognizing a face, the algorithm saves the recognized name into a text file, which is then converted into an audio file and played.

Read More
Reads printed text aloud using OCR

We use an algorithm that relies on Python libraries to process images and recognize text using OCR (Optical Character Recognition) libraries. After extracting the text from the image, the recognized content is saved to a text file, then converted into an audio file and played.

Read More