remirobert / Facemotion

:eyes: Face detection and recognition iOS app with OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Facemotion

Facemotion it's an iOS app, allowing you to find easily a contact by face recognition. Scan the face of a person, whether the contact is in the local storage, it can be detected by the recognition algorithm. Or add the detected frames to a new contact among your own iOS contacts. And then can be recognise later by the application.

          |  Features

--------------------------|------------------------------------------------------------ :girl: | Face detection :mag: | Face recognition :triangular_ruler: | Angle detection, to help you to take the best frames, and increase the chance of recognition :chart_with_upwards_trend: | improving recognition by adding more frames to a contact

recordcapture recordcontact

πŸ’»πŸŽ‰ Technologies

  • Realm database to store detected face and contact lists
  • OpenCV for faces recognition algorithm / image processing
  • AVFoundation for face detection / some image processing

Installation and usage

First thing to do is to install the pods. I choosed a pod for opencv, instead a built framework for easy integration. It can take a long time compiling. (1 hour macbook 13 inch 😬😿)

pod install

Run the project on a real device. πŸ”

If you like it, please give me a ⭐

made in 同桎 with ❀️

About

:eyes: Face detection and recognition iOS app with OpenCV

License:MIT License


Languages

Language:Objective-C++ 52.4%Language:Objective-C 36.2%Language:C++ 10.8%Language:C 0.4%Language:Ruby 0.2%