mteja03/Sign-Language-Detection-Website
Sign language detection website can recognise gesture through webcam in real-time and by uploading images using CNN, image-classification and image-recognition.
bunyaminbingol/Face-And-Mask-Detection-Using-JS-and-Django
The goal here is to run face and mask detection with the Django framework using the JavaScript (JS) and Python programming languages. The images taken from the camera opened in JS are sent to Python in base64 format via the api, and it converts the base64 in Python and places it in the model and performs the detection.