Colour detection is the process of detecting the name of any color. We are detecting color from image file by moving cursor on it.
- Python
- Opencv
- Pandas
pip install opencv-python numpy pandas
- Color_detection.py – main source code of our project.
- Colors.csv – a file that contains our dataset.
python color_detection.py
orpython color_detection.py --image <image path from source code>
Ref: Original project from data-flair