This is the backend(nodejs server) part of the Smart Brain App-v5 to connect it with its database with security. This is the updated version of SmartBrain App. now this app can detect multiple faces.
- 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-v5 to connect this API with its frontend part and see the full app.