Satoshi Nitawakinitaking.hashnode.dev·Dec 6, 2024【クソアプリ】瞬き耐久チャレンジを作った本記事はクソアプリアドベントカレンダー2024の記事です! めでたい10周年ということで参加してみましょう。🎉 ということで、 瞬き耐久アプリつくった 瞬き、していますか・・・? あまりにも無意識にしているので、いざ言われてみるとどうでしょう。 まぶたの重み、目の乾燥、感じませんか・・・? 意識しているかどうかで視界は変わるのです。 そう、瞬きを止めてみましょう! できたもの (急な顔面失礼します) https://github.com/nitaking/blinking-endurance...クソアプリ
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Nov 10, 2024How to Use Python for Easy Image Transformation and Person ReplacementReplacing a person in an image with another image using Python is a common technique in photo editing, AI, and computer vision projects. This process usually involves detecting the subject in the image, removing or masking it, and then inserting the ...49 readsPythonPython
Gaurav Sharmagaurav-sharma.hashnode.dev·Oct 20, 2024FeaturedHow We Built a Real-Time Feedback-Assisted Auto Face Capture in ReactCapturing a valid photo that meets certain criteria can be tricky, especially when users need to ensure their faces are aligned correctly, lighting is appropriate, and no obstructions are present. Recently, I had the opportunity to work on an excitin...22 likes·301 readsMachine Learning
AdnanforRoyalZSoftwareroyalzsoftware.de·Dec 24, 2023I built an AI to beat Alex in Rock Paper ScissorsIn an era where AI/ML/Computer Vision shines and takes over both the simple and complex aspects of life, an important question arises: How competent are these artificial intelligences? Can they solve problems faster than us? Well, sure… but can they ...120 readsopencv
Lakshay Kumarblogs.lakshaykumar.tech·Oct 1, 2023Contributing to Open Source in PythonOpen-source software development is a collaborative effort where developers from around the world work together to build and improve software that is freely available for anyone to use. Python, a versatile and widely used programming language, has a ...103 readsPython
Luis Jose Mendez mendezluisjose.hashnode.dev·Aug 31, 2023Sign Language Detection Model with TensorFlow, Keras, OpenCV and Mediapipe 🖐️Computer Vision Sign Language Detection Model with TensorFlow, Keras, OpenCV and Mediapipe This Computer Vision Model, detects the letters of the Sign Language. It can recognize the letters "A", "B", "L", "H" and "O". The Model was trained with more ...Computer Vision
Keeakeea.hashnode.dev·Jul 1, 2023Mediapipe Examples Build개발 환경 Github: https://github.com/google/mediapipe OS: MacOS Mediapipe Ver: v0.10.1 초기 준비 사항 GitClone Mdeiapipe 클론, v0.10.1 버전으로 체크아웃. git clone https://github.com/google/mediapipe.git git checkout v0.10.1 Bazel 빌드 빌드가 되지 않아 bazel을 수정해서 사용(https...36 readsmediapipe
Sachira Kuruppusachira.hashnode.dev·Jun 5, 2023Object detection with MediaPipe in ReactIntroduction MediaPipe (https://developers.google.com/mediapipe) is a powerful framework that allows developers to easily apply machine learning solutions to their apps. One of the solutions offered by MediaPipe is object detection, which can be used...129 readsReact
Akhil Soniakhilworld.hashnode.dev·May 27, 2023Hands on MediaPipe and OpenCVLearning about computer vision, I found OpenCV. OpenCV is a library for real-time applications of computer vision. This is a cross-platform developed by Intel. Originally, OpenCV library was written in C++ programming language but it has binding with...5 likesComputer Vision
Viet Hoanghoangnv.hashnode.dev·Feb 3, 2023Detect body gestures to control RPG game using MediapipeIf you have ever played Nintendo Switch games, you are likely familiar with the game Ring Fit Adventure, an exercise-based video game that encourages physical activity. Or Mario Tennis and its swing mode, which allows players to swing the Joy-Con lik...2 likes·635 readsComputer Vision