Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 582 Bytes

Colour detection is the process of detecting the name of any color. We are detecting color from image file by moving cursor on it.

Requirements:

  1. Python
  2. Opencv
  3. Pandas

pip install opencv-python numpy pandas

Project Files

  1. Color_detection.py – main source code of our project.
  2. Colors.csv – a file that contains our dataset.

How to run

python color_detection.py or python color_detection.py --image <image path from source code>

Ref: Original project from data-flair