🧠 Python Object Detector
This project uses Python and OpenCV to detect objects and identify their dominant colors. It includes a GUI interface, color recognition using CSS3 standards, and optional text-to-speech feedback.
📦 Features
• Real-time object detection via webcam • RGB color extraction and closest CSS3 color name matching • GUI interface for user interaction • Optional TTS (text-to-speech) output for detected colors
🛠️ Technologies Used
• Python 3.11 • OpenCV • webcolors • tkinter (for GUI) • pyttsx3 (for TTS) • yolov3(object detection framework)
🚀 How to Run
Clone the repository:
git clone https://github.com/rafidfahmid14/python-object-detector.git
Install dependencies:
pip install -r requirements.txt
yolov3.weights https://data.pjreddie.com/files/yolov3.weights
Run the main script:
python gui.py
👥 Collaborators
• Rafid Fahmid (Lead Developer) • Toby Garza (UI and object detection script)