Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sainipray/facedetect
It'll capture image from your webcam and detect your face. It's also supported real time face detect from webcam video.
https://github.com/sainipray/facedetect
django opencv opencv-python tornado tornado-websocket
Last synced: about 2 months ago
JSON representation
It'll capture image from your webcam and detect your face. It's also supported real time face detect from webcam video.
- Host: GitHub
- URL: https://github.com/sainipray/facedetect
- Owner: sainipray
- License: mit
- Created: 2018-03-10T10:00:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T10:24:41.000Z (over 1 year ago)
- Last Synced: 2024-10-31T19:42:23.296Z (3 months ago)
- Topics: django, opencv, opencv-python, tornado, tornado-websocket
- Language: JavaScript
- Size: 853 KB
- Stars: 24
- Watchers: 3
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
======================================
Live Face Detection using Opencv with Django or Tornado Framework
======================================It'll capture image from your webcam and detect your face. It's also supported real time face detect from webcam video.
Installation
=============* Please make sure you already installed Python and pip in your system, then Clone this repository ::
git clone https://github.com/sainipray/facedetect.git
* Now install requirements of python libraries ::
pip install -r requirements.txt
* Now we need to run tornado server for create websocket ::
python websocket.py #It may be show popup for allow or not firewall , So click on allow to run websocket
* Now run Django project using below command ::
python manage.py runserver
* Now you can access project ::
http://127.0.0.1:8000/face-detect/image/ # for detect face from image
http://127.0.0.1:8000/face-detect/video/ # for detect face from live webcam