This project uses machine learning based computer vision models with JavaScript to detect ASL hand gesture poses. Built with React.
Visit https://handsign.pages.dev/
This tool detects when the user's hand matches the corresponding ASL sign guide.
Clone the repository
git clone https://github.com/707/handsign.gitInstall dependencies
cd handsign
npm install Start the app
npm startUses Tensorflow.js's face landmark detection model.