Skip to content

kaustubhsh/face-detection-on-server

Repository files navigation

Face Detection on Server

It is a real time face detection project based on java script implemented project hosted through flask on python3.

It uses OpenCv for the Face Detection using the haarcascades file. It is hosted with Flask on localhost, Flask_ngrok on the local machine and can be implemented on the server using Apache2.

The front hand is developed using HTML and Java Script, that request for the webcam and send and receive data from the server.

Installation

Use the package manager pip to install the requirements from the requirement.txt file.

pip install -r requirements.txt 

Usage

python3 server.py
firefox index.html

Contributing

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

Please make sure to update tests as appropriate.

License

Apache 2.0

Releases

No releases published

Packages

No packages published