Skip to content

Rishikesh-12/SmartBrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartBrain

Front End


This is a web application made using:-

  • REACT JS
  • EXPRESS JS
  • NODE JS
  • Clarifai API
  • CSS

What does this webapp do?

It allows users to signin or register and then directs them to home page. Then the user can enter any image url in the inage link form and press the detect

After the user has clicked detect the webapp fetchs the image and detects faces from it and the count of your detecting faces is always remembered


Here are some examples

  • Sign in alt text
  • Register alt text
  • Home alt text alt text

To use this :-

  • Clone this repo
  • npm install
  • npm start

for Back End click Here