Shumbul Arifa - 181CO152 - shumbul
Keerti Chaudhary - 181CO226 - keerti2001
○ Numpy - could be a library for Python, adding support for multi-dimensional arrays and
matrices, in conjunction with an enormous assortment of high-level mathematical functions to
operate on these arrays.
○ Pandas - is a fast, powerful, flexible, and easy to use open-source data analysis and
manipulation tool, built on top of the Python programming language.
○ Haar Cascade - is a machine learning object detection algorithm used to identify objects in
an image or video and based on the concept of features proposed by Paul Viola and Michael
Jones in their paper "Rapid Object Detection using a Boosted Cascade of Simple Features" in
2001.
○ Datetime - It’s a combination of date and time along with the attributes year, month, day,
hour, minute, second, microsecond, and info.
○ Face_Recognition - Recognize and manipulate faces from Python or the command line
with the world’s simplest face recognition library.
○ OpenCV - a library of programming functions primarily geared toward real-time
computer vision.
- First download or clone the project
- Import the project to your favourit IDE
- Create an python enviroment
- Install all the packages
- Change the mail information
- Run the project using the command line or your IDE Run Button
- python -m venv env
- .\env\Scripts\activate
- Install below libraries:
- pip install opencv-contrib-python
- pip install numpy
- pip install pandas
- pip install Pillow
- pip install pytest-shutil
- pip install python-csv
- pip install yagmail
- py main.py
NOTE: Any modification/additional feature in this project would be appreciated.
Send a PR along with output screenshot, to get new the changes merged.