AI Object Detection using YOLOv5 This project detects objects in real time using a webcam. Technologies Used Python PyTorch OpenCV YOLOv5 How to Run Install libraries: pip install -r requirements.txt Run the project: python app.py