Reck is a web application that can recognize and detect faces through Clarifai API Face Detection Model
Reck demo is on my youtube channel
- Clone this project and cd into the Reck folder:
$ git clone https://github.com/EzzEddin/Reck.git
$ cd Reck
- Using
npm
, run the following:
$ npm install
$ npm start
- Replace
API_KEY
, found insrc/App.js
, with your own API key to be able to connect to Clarifai API.
The front-end of React.js used in this project is inspired by Andrei Neagoie and detecting multiple faces is inspired by dominikbn. I also thank my friends Nour and Mohamed Adel who helped me with better ideas of UI.