- [Vishal Soni (2100290100190) Section-C]
- [Vinay Upadhyay (2100290100189) Section-C]
- [Satyam Aditya (2100290100150) Section C]
- [Sachin Kumar Yadav (2200290109013) Section C]
- Install required libraries using
pip install opencv-python numpy
. - Download and place
yolov3.weights
,yolov3.cfg
, andyolov3.txt
in the project directory. - Run the Python script
object_detection.py
to start real-time object detection via webcam. - Detected objects will be highlighted with bounding boxes and printed on the console (or spoken out if using the voice-enabled version).
- Press
Q
to quit the detection window.