GitHub - surya-pushpa/recognisation: This python application helps you to identify the faces of recognised persons and will further detect unknown persons or total persons appeared in a video or cctv footage. · GitHub
Skip to content

surya-pushpa/recognisation

Folders and files

Repository files navigation

Recognisation

It's a Python application which helps to detect the recognised faces of a person, and it will further detect number of recognised appeared in a video or can use a utility tool for cctv footage to detect the faces.

Installation

Use the package manager pip to install all the pre-requisites.

 pip install numpy
 pip install opencv-python
 pip install Pillow
 pip install Flask
 pip install requests 

Usage

In command line, run home.py file

=> python home.py

=> open http://localhost:5000/ in browser and start using.

=>Fill all the details of person,
 and for current, give the video file location manually.

 To record video, click on Start Capturing
 To stop and save video, click on Stop Capturing.
 To start detecting and training , click on Send, followed by 'Train' to start training the faces.

To begin with recognisation process, click on Start Recognising button at the bottom.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

This python application helps you to identify the faces of recognised persons and will further detect unknown persons or total persons appeared in a video or cctv footage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors