Skip to content

Forsskieken/FaceRecognitionAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceRecognitionAPI

A simple Django software that wraps OpenCV features as a RESTful API (features include face recognition, face detection and smile detection

#Installation Make sure you have OpenCV3 and Django installed. Download/Clone the project and execute
python manage.py migrate
Once migrations finish executing, run the project using
python manage.py runserver

#Usage You can use the API by making a POST request to http://localhost:8000/face_detection/recognize/. You can either pass your image as a URL (using a url field) or as a base64 encoded image (using the imageBase64 field).

Take a look at my MirrorOS Project for an example of usage of the API.

About

A simple Django software that wraps OpenCV features as a RESTful API (features include face recognition, face detection and smile detection)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%