This repository integrates the YOLO algorithm for object detection and pairs it with multilingual voice output for the visually impaired. It detects objects in real-time and dynamically voices out descriptions in multiple languages based on the user's input or preference.
- Download the zip
- Install the required modules
- open sample.py
- replace the cfg = r"C:\Users\JAYAVELU A\Desktop\IFP\yolov3.cfg" in the 147 line with the path of yolov3.cfg
- similarly in the 148 line replace the path with yolo.weights
- Do the similar one in the 153 1ine and replace it with the path of coco.names
- run the sample file!
- enter the prefered language like "english","tamil" etc.. which is not case sensitive
- Happy Detection!!!