Skip to content

aaryan200/Face-Detection-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection Web App

A simple django app to detect faces in an image using mediapipe and opencv. Please upload image files of any of the following formats:

  • .jpeg
  • .jpg
  • .png
  • .jpe

About the Project

Face detection is used in various applications. I have tried to make one on web app. Major technologies used are mediapipe machine learning library, opencv and django web framework.

Getting started

To run this app,

  • Update the system and clone this repository:
sudo apt-get update
git clone https://github.com/aaryan200/face_detection_app.git
  • Head over to project directory and install all the dependencies.
cd Face-Detection-App/
pip install -r requirements.txt

Note: You may have to install some additional dependcies, if they are not present on your system already.

sudo apt-get install ffmpeg libsm6 libxext6  -y
  • Run the app
python manage.py runserver

Copy and paste the server link in browser.