Louis Cartierdeepfake-vs-faceswap.hashnode.dev·Nov 27, 2024Deepfake or Faceswap? Understanding the DifferencesWell, the short answer is that deepfakes is the old, manual and hard way of doing a face swap. And if you ask yourself this question, there is 99.99% chance that what you actually want to do is a face swap. Deep Fakes: Complex but Convincing Let’s st...Discussfaceswap
Dipak Ahiravdipakahirav.hashnode.dev·Aug 18, 2024Ditch Passwords: Add Facial Recognition to Your Website with FACEIOIntroduction In today’s digital age, security is more important than ever. Traditional login methods, like passwords, are often the weakest link in web security. To address this, many developers are turning to advanced authentication methods like fac...Discuss2Articles1Week
Trisha Banerjeemlexplorer.hashnode.dev·Jun 6, 2024Facial Recognition with Python: How to Build a Face Detection SystemWhat is Facial Recognition? Facial recognition is a type of technology that can detect and identify human faces in images or videos. It's like teaching a computer to recognize people, just like you do when you see your family and friends. This techno...Discuss·1 likehaar cascade
Avanish Dubeyavnis.hashnode.dev·May 31, 2024Computer VisionComputer Vision is an area of AI that deals with visual processing. Let's explore some of the possibilities that computer vision brings. Most computer vision solutions are based on machine learning models that can be applied to visual input from came...Discuss·72 readsSemantic Segmentation
Muhit Khanmuhitkhan.hashnode.dev·Mar 23, 2024Novice to Confident Builder: My Docker OdysseyHey reader! Today, I want to share my journey with Docker, a story that began with an academic project and turned into a quest for Docker learning awesomeness. Buckle up, because this isn't your average tech blog post – it's a tale of perseverance, p...Discuss·50 readsDocker
Shekharfacialrecognition.hashnode.dev·Mar 15, 2024Guide: How to Build Emotion Recognition Application with JavaScriptImplementing Emotion Recognition API using JavaScript Setting up the Environment Let's start by creating a JS file, "emotions.js", with all the functions that we will use during the process. First, add the API_TOKEN as a global variable. You can get ...DiscussJavaScript
Sohail Pathaniamspathan.hashnode.dev·Mar 6, 2024Face Detection using AI: Use Cases, Benefits and ImplementationIntroduction Face detection: A concept that seemed like sci-fi not too long ago is now quite common. Much like voice recognition brought a more intuitive way to control devices, face detection is making our gadgets smarter and more personal, adapting...Discussfacenet
MAGENDRAN Pmahe1908.hashnode.dev·Feb 29, 2024Revolutionizing Music Recommendation: The Fusion of Facial Expression and Deep LearningIntroduction: In a world where technology continues to integrate seamlessly into our daily lives, the intersection of artificial intelligence and human emotion opens up a realm of possibilities. One such innovation is the Real-Time Music Recommendati...Discussopencv
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...Discuss·13 likes·1.6K readsPython
Rhythm Rawatrhythmblogs.hashnode.dev·Aug 25, 2023Building a Robust Face Detection System: From Data Collection to Model DeploymentIn this article, we'll explore the journey of implementing a face detection system, step by step. Let's dive in. Note-: GitHub repo link -> https://github.com/Rhythm1821/Tensorflow-Face-Detection Data Collection and Annotation: The first step is coll...Discuss·29 readsface detection