Project is based on detecting colors in an image. Technology used are Python, Pandas and OpenCV
- Download the files from repository.
- Make sure you have installed Python,OpenCV and Pandas installed. If not run pip install opencv-python numpy pandas
- You may get error of read timeout while installing. In that case, update pip
- Open the folder and run Command Prompt. Run command python color_detection.py -i pic.jpg
- Image will appear in different window. Double click on a color and you can see the color with rgb values.
- Press ESC to exit.