https://github.com/bmoprogrammer/facerecognition-api
https://github.com/bmoprogrammer/facerecognition-api
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmoprogrammer/facerecognition-api
- Owner: bmoprogrammer
- Created: 2021-06-08T14:51:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T22:37:22.000Z (about 5 years ago)
- Last Synced: 2025-01-24T07:11:24.567Z (over 1 year ago)
- Language: JavaScript
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FaceRecognition-API
To run this project
1. Clone this repo
2. Run `npm install`
3. Run `npm start`
4. You must add your own API key in the `controllers/image.js` file to connect to Clarifai API
5. Add your own database credentials to `server.js` line 12
You can grab Clarifai API key [here](https://www.clarifai.com/)
** Make sure you use postgreSQL instead of mySQL for this code base.