adelproadelpro.hashnode.dev·Dec 17, 2024Real-Time Facial Detection with Face-API.js and Vanilla JavaScriptIn this step by step tutorial, we will learn how to use Face-api.js and vanilla JavaScript to detect faces and expressions in real-time, all that from the browser, no back-end needed. What is Face-api.js? Face-api.js is a JavaScript API for face dete...JavaScript
Weskillweskill.hashnode.dev·Oct 25, 2024Machine Learning for Image and Video AnalysisIn today’s technology-driven world, machine learning has emerged as a groundbreaking field that transforms how we interact with digital content, particularly images and videos. With the growing demand for automation and intelligent systems, machine l...video surveillance
Venkat Rvenkatr.hashnode.dev·Aug 3, 2024When AI Ethics Go Wrong: Controversial Applications and BacklashIntroduction AI holds immense promise, but its deployment raises significant ethical concerns. Failures in ethical AI have led to public backlash and increased regulatory scrutiny. This blog post explores controversial applications of AI, the resulti...Addressing Bias
sahil sauravsahilsaurav.hashnode.dev·May 24, 2024Computer Vision and Object Detection: Revolutionizing the Visual WorldComputer vision is a field of artificial intelligence (AI) that enables computers and systems to interpret and understand the visual world. Using digital images from cameras and videos, along with deep learning models, machines can accurately identif...#CNNs
LuxandCloudluxandcloud.hashnode.dev·Apr 12, 2024How to Build a Face Verification Application with PythonBelow we'll demonstrate the use of Luxand.cloud face verification API in Python by showing you how to enroll a person into the database and then verify if this person appears in another photo. Setting up the Environment Install the required libraries...AI
LuxandCloudluxandcloud.hashnode.dev·Apr 4, 2024Facial Recognition API for Events — a Safer Attendee Registration and Event ManagementOne of the unique aspects of the Tokyo Olympiad in 2020 (along with the fact that it was postponed until July 2021 due to the COVID outbreak) was that it was one of the first major sporting events to use facial recognition technology. Because of the ...AI
LuxandCloudluxandcloud.hashnode.dev·Mar 27, 2024How to Build a Facial Recognition Application with JavaScriptSetting up the Environment Let's start from creating JS file "recognition.js" with all functions that we will use during the process. First of all, we are adding API_TOKEN as a global variable. You can find your token in your Luxand.cloud dashboard a...JavaScript
Oz Forensicsozforensics.hashnode.dev·Mar 3, 2024Oz Forensics introduced Oz Liveness Free, a trial solution with 10,000 free liveness detection transactions annuallyOz Forensics, an independent vendor of facial liveness detection and face-matching solutions, created a free of charge version of its flagman product Oz Liveness. March 4—Dubai Oz Liveness, a solution for robust biometric security based on AI technol...facialliveness
Aviral Srivastavaaviralcodess.hashnode.dev·Dec 24, 2023More Than a Glitch: A Humorous and Thought-Provoking Look at Tech Bias"More Than a Glitch" is a book by Meredith Broussard that explores the role of technology in society, particularly how it can perpetuate social inequalities. The book argues that the idea of technology as a neutral force is a myth and that it's impor...16 likes·62 readstechnology
Ife Abimbola-Olulesiifeolulesi.hashnode.dev·Dec 20, 2023Face Detection with Python & DeepFaceIn this tutorial, you will learn how to use DeepFace - a lightweight Python library to detect and extract the faces present in any given image. Prerequisites Basic knowledge of Python 3 and its syntax. Python 3.0 installed on your computer and added...13 likes·1.6K readsPython