Awesome-Python-Scripts/Face_recognition/README.md
LOKESH KHURANA e428f6a3fd
Added Image Recognition Script (#109)
* Added face recognition script

* Updated README

Co-authored-by: Ayush Bhardwaj <classicayush@gmail.com>
2020-03-18 14:00:11 +05:30

18 lines
745 B
Markdown

{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
\f0\fs24 \cf0 # Description\
Code for Face recognition build by using OpenCv-Python. It uses cascade classifier as the database for the recognition which is an xml file.\
\
# Requirements\
Python version 3 and above can be used\
pip install cv2\
\
# Usage \
Can be run easily using terminal or command prompt ( I used Jupyter Notebook for the code)\
Run `python3 image_recognition.ipynb` \
}