This is the backend(nodejs server) part of the Smart Brain App-v4 to connect it with its database with security. This is the fourth version of SmartBrain App. It is a face recognition app.
- Clone this repo,
- Run npm install,
- Run npm start,
- Do not forget to use your own PostgreSQL password.
- You MUST get your own API key from Clarifai . You can follow the guideline as well.
- Also, clone and run Smart Brain App-v4 to connect this API with its frontend part and see the full app.