Skip to content

Creating a face detection app, using react, node.js and the clarifai API

License

Notifications You must be signed in to change notification settings

patografx/AI-Face-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection App

  • A simple login, register page
  • API fetch from Clarifai
  • Local Server using node.js

Update

Unfortunately Heroku is not free anymore - good for them - which is why the project is not deployed, and you would have to run the node.js server by yourself to test the code.

Quick Guide

  • Git clone the repository
  • Add your Clarifai API Key & Token at /AI-Face-Detection/src/app.js
  • run npm start in the /node-server folder
  • run npm start in the parent folder (/AI-Face-Detection)
  • make sure, the server and the frontend don't run on the same port (the terminal usually tells you)

About

Creating a face detection app, using react, node.js and the clarifai API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published