Skip to content

naveen-ku/SmartBrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This web app takes a photo and detect number of faces in it. For face detection Clarifai API is used.

FrontEnd

  • JavaScript
  • React - Using create-react-app

BACKEND

  • Node
  • Express.js

Integration of backend with frontend

Setting it up

If you want to contribute and improve the project, follow the steps given below -

  • Clone the project
    • USING SSH > git clone git@github.com:<username>/SmartBrain.git
    • USING HTTPS > git clone https://github.com/<username>/SmartBrain.git
  • The project has frontend and backend files in seperate folder. Follow these steps:

  • cd face_detection_api
  • npm install
  • npm start
  • cd face_detection_api
  • npm install
  • npm start

Remember :-

  • The project uses CLARIFAI API, so you need to configure or add a api key by yourself.
  • similarly project uses postgresql, that also needs to get configured.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors