Skip to content

skywalkerSam/face-detection-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple face-detection application using clarifai. This project is made with create-react-app, and deployed on github-pages, and it works. Here...

npx create-react-app face-detection-legacy
npm start
  • Under Development!

  • Moved from REST to gRPC

Standalone frontend won't work, API calls moved to the backend for better security

  • Using render for backend deployment
  • Netlify for frontend

NOTE: For some unknown reasons, the first response from the backend server is too slow ( 7.4s ).

Until next time...

;)