A web server that recognises you if you are registered in the system 🔥🔥🔥
Click Here for github repository!!
What is this and who is it for 🤷♀️
- This is a node and express based web server. It uses face api js to detect and recognise the face from the web cam feed. If the person is registred in the system the server will recognise the face and a welcome message will be displayed. 😃
- This is for developers who want to play around with Machine Learning but does not know python or confused about where to start (Like Me 😜😜 )
Technologies used
- Face Api Js JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
- TensorFlow.js Library for machine learning in JavaScript
- Express js to create a node server
- Jquery, HTML and CSS for web page
Running on local machine 💻💻
-
npm install
To install dependencies -
npm start
To run the server
Top comments (0)