Jordanadopo / face_recognition_web

It's a demo of face recognition using IA, opencv2, Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face_recognition_web

It's a demo of face recognition using IA, opencv2, Flask. In this example, i used face_encoding from face_recognition library to get face points of me and Barack Obama After that, when you run, you will upload your image which will be compared with these two preloaded images...

Before starting

install python 3.5.X

https://www.python.org/downloads/

Install Visual Studio Community Edition

https://www.visualstudio.com/downloads/

Install Pillow

easy_install Pillow

Install CMake

python -m pip install --upgrade pip pip install CMake

Install Face Recognition API

pip install face_recognition

Install OpenCV

pip install opencv-python

Install Flask

pip install flask

Run

Tape in command prompt: python web_service_example.py .


And after that, open your browser, tape: http://localhost:5001/ .


input form to load image for recognition


Image uploaded for recognition


The result of the recognition


About

It's a demo of face recognition using IA, opencv2, Flask

License:MIT License


Languages

Language:Python 100.0%