Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eneax/recognizer-api
🔎 Face Recognition App (Back-End)
https://github.com/eneax/recognizer-api
bcrypt bcrypt-encryption bcrypt-nodejs body-parser bodyparser clarifai cors cors-middleware express-js expressjs face-detection javascript javascript-applications knexjs machine-learning nodejs nodejs-server nodemon postgresql postgresql-database
Last synced: about 1 month ago
JSON representation
🔎 Face Recognition App (Back-End)
- Host: GitHub
- URL: https://github.com/eneax/recognizer-api
- Owner: eneax
- Created: 2018-04-17T15:08:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T07:19:15.000Z (about 6 years ago)
- Last Synced: 2024-11-05T09:51:32.626Z (3 months ago)
- Topics: bcrypt, bcrypt-encryption, bcrypt-nodejs, body-parser, bodyparser, clarifai, cors, cors-middleware, express-js, expressjs, face-detection, javascript, javascript-applications, knexjs, machine-learning, nodejs, nodejs-server, nodemon, postgresql, postgresql-database
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Recognizer-api
1. Clone this repo
2. Run `npm install`
3. Run `npm start`
4. You have to add your own API key in the `controllers/image.js` file in order to connect to the Clarifai API.You can grab a free Clarifai API key [here](https://www.clarifai.com/).
** Make sure to check out the Front-End repo [here](https://github.com/eneax/recognizer) **
## Examples
![the-big-bang-theory](https://github.com/eneax/recognizer/blob/master/examples/big-bang.png)
![modern-family](https://github.com/eneax/recognizer/blob/master/examples/modern-family.png)
![game-of-thrones](https://github.com/eneax/recognizer/blob/master/examples/game-of-thrones.png)