You are on page 1of 15

Submitted By

M. Najam Imran (F1F18BSCS0006)


M. Usama Habib (F1F18BSCS0007)
Danish Waseem (F1F18BSCS0004)
TOPIC:
COLOR DETECTION USING
PYTHON
a

INTRODUCTION
• In this color detection Python project, we are going to build an application through
which you can automatically get the name of the color by clicking on them.
• We will created a basic application that will help us to detect the colors in an image.
LANGUAGES AND TOOLS

Language we used:
• Python.
Tool:
• Pycharm.
PYTHON

• Python is an interpreted, object-oriented, high-level programming language with


dynamic semantics.
• Python's simple, easy to learn syntax emphasizes readability and therefore reduces the
cost of program maintenance. Python supports modules and packages, which
encourages program modularity and code reuse.
PYCHARM

• PyCharm is a hybrid-platform developed by JetBrains as an IDE for Python. It is


commonly used for Python application development.
• We can run PyCharm on Windows, Linux, or Mac OS. Additionally, it contains
modules and packages that help programmers develop software using Python in less
time and with minimal effort. Further, it can also be customized according to the
requirements of developers.
LIBRARIES

There are three modules we will use for this project.


• Open-Cv.
• Pandas.
• Numpy.
• Agrparse.
OPEN-CV

• OpenCV is a huge open-source library for computer vision, machine learning, and
image processing.
• It can process images and videos to identify objects, faces, or even the handwriting of
a human.
PANDAS

• Pandas is defined as an open-source library that provides high-performance data


manipulation in Python
• The Pandas module mainly works with the tabular data,
NUMPY

• It is defined as a Python package used for performing the various numerical


computations.
• Numpy is required for operating the Pandas.
AGRPARSE

• Argparse is the “recommended command-line parsing module in the Python


standard library.”
• It's what you use to get command line arguments into your program.
OUTPUT
CONCLUSION

• We observed that Color detection is necessary to recognize objects, it is also used as a


tool in various image editing and drawing apps. So, in this color detection Python
project, we are going to built an application through which you can automatically get
the name of the color by clicking on them.

You might also like