Skip to content

Rishikesh-12/SmartBrainAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartBrainAPI

Back End of SmartBrain


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 alt text

To use this :-

  • Clone this repo
  • npm install
  • Kindly use your own api key. Grab it for free from here
  • npm start

for Front End click Here