A simple javascript+HTML app demonstrating face recognition, gender detection, emotion detection and age estimation using face-api
This is a simple web app for performing face recognition on browser.
How to test:
git clone https://github.com/joslefaure/face_recognition_on_browser.git
cd face_recognition_on_browser
python3 -m "http.server"
Then copy and paste http://0.0.0.0:8000/ to your favorite browser
Add your own image in the img folder, modify the path name and have fun