A small prototype to enable logging into a VR application with a pin code. Made with Unity3D for Oculus Quest 1 and 2
SailorMoon Pose Signup/Login #machinelearning
Took me a day to finish the above + read on posenet and have it running on a local server. My webcam on my laptop isn’t all that great but should suffice for the time being. Below are steps for the project so far: Use getUserMedia method of the web media API to detect a webcam and get permission from the user to stream video
Pose Recognition Signup/Login with tensorflow.js #machinelearning
This is the next project in sequence to: Simply Auth: Authentication API for devs Simply Auth: Social platform authentication API for devs Sailor Moon Pose Recognition Signup/Login (on going….) The most basic functionality of the app will be: Register with a sequence of 3 poses Confirm your poses Login with your pose password I decided to go with pose instead of gesture since I
Plug and Play Authentication for express.js
What started out as a small module has become a month long project. Some days I sleep well, other days I keep a notebook besides me to jot down ideas. I’ll be putting this project up on Product Hunt and Gumtree as a stand alone module for other developers to use. Version 1.0 has the following features: User can make an account using their
New project: Authentication from scratch
New project in progress… Vanilla JS project with: 3 Login strategies 2 password reset strategies Security precautions