Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/til2to/face-detect-backend


https://github.com/til2to/face-detect-backend

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Ai app to detect face from image

1. Clone this repo
2. Run `npm install`
3. Run `npm start`
4. Add API key provided by clarifai to 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/)

** Postgres DB used