Skip to content

Smartbrain AI - web application that can detect multi-faces in a given image url

Notifications You must be signed in to change notification settings

Liam1809/smartbrain-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMART BRAIN AI 🤖

An AI web application that can detect multi-faces in a given image URL

Ultilities:

  • implementing CLARIFAI API endpoints to detect an image URL with multi-faces
  • allow signin/register to checkup the ranking

Techstack:

Front-end:

  • React
  • Axios / API REST
  • JWT
  • tachyons

Back-end:

  • Nodejs
  • Express
  • clarifai-nodejs-grpc
  • Knex.js SQL builder
  • pg
  • JWT
  • hashpassword bcryptjs

Database:

  • PostgreSQL

HOW TO RUN

Clone / download repo

Split terminal

"cd client" and "cd server" each terminal

"npm i" each terminal

Read docs and env-smaple in both folders to config env file

"npm start" each terminal

DEPLOYMENT