An open API service indexing awesome lists of open source software.

https://github.com/mohammedsaqibms/car-detection-for-autonomous-driving

This repository implements a car detection system using the YOLO algorithm for real-time object detection in images.
https://github.com/mohammedsaqibms/car-detection-for-autonomous-driving

car-detection computer-vision deep-learning image-processing object-detection real-time yolo

Last synced: 3 months ago
JSON representation

This repository implements a car detection system using the YOLO algorithm for real-time object detection in images.

Awesome Lists containing this project

README

        

# 🚗 Autonomous Driving - Car Detection

This repository implements a car detection system using the YOLO (You Only Look Once) algorithm. YOLO is a state-of-the-art object detection model known for its speed and accuracy. The code demonstrates the use of TensorFlow and Keras to filter and visualize bounding boxes for detecting cars in an image.

## 🎓 Credits
This repository is inspired by the Deep Learning Specialization by [DeepLearning.AI](https://www.deeplearning.ai/courses/deep-learning-specialization/). The YOLO implementation and techniques used here are aligned with their teachings. A special thanks to the creators for their exceptional resources. 🌟