Projects in Awesome Lists tagged with opencv-python
A curated list of projects in awesome lists tagged with opencv-python .
https://github.com/h4jack/qrutil
The QR Code Utility is a command-line tool for generating and decoding QR codes. It provides functionalities for creating QR codes from text data/file, decoding QR codes from images, and scanning QR codes using a webcam.
cv2 h4jack opencv-python pip python python3 qrcode qrcode-decoder qrcode-encoder qrcode-generator qrcode-reader qrcode-scanner
Last synced: 02 Aug 2025
https://github.com/shubhammohanty680/hand_cricket
Play a two-player virtual cricket match using real-time hand gestures captured through webcams. Includes toss, batting, bowling, runs, outs, and automatic winner declaration β all powered by a trained ML model and parallel camera processing.
machine-learning mediapipe-hands multiprocessing opencv opencv-projects opencv-python random-forest
Last synced: 18 Apr 2026
https://github.com/comhendrik/trafficsign_recognizer
This project involves developing a Traffic Sign Detection and Recognition system using a deep learning model built with Keras. Its goal is interpreting traffic signs in real-time.
computer-vision keras machine-learning opencv-python python sequential-model tensorflow
Last synced: 09 Apr 2026
https://github.com/nyx1311/attendance-using-face-recognition
βπΈπ©βπ» Automated Attendance System using Facial Recognition π€β β mark students present in real-time & generate reports effortlessly ππ
cv opencv-python pillow python3 trinket
Last synced: 25 Sep 2025
https://github.com/ananyachibber21/face-detection-opencv
This Python Program allows to detect any motion occurring in the webcam and records the time interval for which the object was in front of the screen using a Bokeh graph.
background-subtraction bokeh-plot face-recognition-python motion-detection opencv-python pandas
Last synced: 01 Sep 2025
https://github.com/miha53cevic/opencv-facial-recognition
using OpenCV and EmguCV
arduino image-processing opencv opencv-python
Last synced: 11 Apr 2026
https://github.com/eliashdzr/broiler_chicken_recognition
A machine vision-based method for monitoring broiler chicken floor distribution
Last synced: 15 Mar 2025
https://github.com/ctih1/momera
A program that extracts the motion from your camera.
camera cv2 extraction extractor fast linux macos motion motion-extraction opencv opencv-python python python3 webcam windows
Last synced: 09 Feb 2026
https://github.com/man-shu/egg-dimensions
Measure Drosophila egg dimensions from images using OpenCV
Last synced: 24 May 2026
https://github.com/hoyirul/gender-age-detection
This repository contains a gender and age detection implementation using image processing to automatically identify gender and estimate age from human facial images.
age-detection gender-detection opencv-python python3 sqlite3
Last synced: 05 Mar 2025
https://github.com/mshr-h/opencv-dockerfile-for-arm32v7
OpenCV wheel build dockerfile for PYNQ-Z1 and ARM32v7 devices
armv7 dockerfile opencv-python pynq-z1
Last synced: 18 Mar 2026
https://github.com/piyushg-07/image-classification
flask jupyter-notebook ml opencv-python python
Last synced: 05 May 2026
https://github.com/invincible1602/gesture-recognition-models
A gesture recognition project that leverages computer vision and machine learning to enable hands-free control of system settings. By detecting specific hand gestures in real time, the system adjusts screen brightness, controls volume, and even triggers screenshots, offering a practical and innovative interface for everyday computing.
computer-vision machine-learning mediapipe opencv-python python
Last synced: 14 May 2026
https://github.com/k-karna/image_processing_cv_opencv
essential image processing with OpenCV
image-classification image-processing opencv-python
Last synced: 07 Apr 2025
https://github.com/majd-kontar/image-processing
edge-detection image-processing motion-detection opencv-python python
Last synced: 28 Jul 2025
https://github.com/chandansoren/instance-segmentation-using-mask-rcnn-with-pixellib
This is the code to load the mask rcnn model to perform instance segmentation.
computer-vision instance-segmentation opencv-python
Last synced: 05 May 2026
https://github.com/e-candeloro/python-vision-utils
A collection of different Python scripts/functions for Computer Vision (mainly using OpenCV)
computer-vision dlib mediapipe opencv opencv-python python snippets utilities webcam-capture
Last synced: 13 Apr 2026
https://github.com/filippodaniotti/antennatrelegram
Telegram bot - Retrieve, process and post one pic daily
heroku imgur-api opencv-python python python-telegram-bot telegram telegram-bot veneto
Last synced: 26 Jul 2025
https://github.com/jai0401/smart-attendance-system
A Smart Attendance System using OpenCV for facial recognition to automate attendance tracking.
attendance-management-system attendance-tracking attendance-tracking-system btech-project caffemodel facial-recognition machine-learning opencv opencv-python python smart-attendance-system
Last synced: 03 Jan 2026
https://github.com/mustafaozvardar/security-camera-opencv
This is a simple Python-based security camera application that uses motion detection. It captures video from your webcam, detects any movement, and triggers a beep sound when significant motion is detected.
artificial-intelligence computer-vision opencv opencv-python python
Last synced: 17 May 2026
https://github.com/mustafaozvardar/yellow-object-detection-opencv
This project implements a real-time yellow object detection system using OpenCV and Python. The application captures video from your webcam, detects yellow objects in the video feed, and highlights them with a bounding box.
artificial-intelligence computer-vision opencv opencv-python python
Last synced: 09 May 2026
https://github.com/mustafaozvardar/faceapp
This is a real-time face recognition application built with Python using the face_recognition library and OpenCV. It can recognize and label faces from a video stream captured by your webcam.
artificial-intelligence computer-vision opencv opencv-python python
Last synced: 13 Jun 2026
https://github.com/mustafaozvardar/volume-control-opencv
This project implements a hand gesture-based volume control system using OpenCV, MediaPipe, and PyAutoGUI. The application tracks the position of your hand and adjusts the system volume based on the distance between your thumb and index finger.
artificial-intelligence opencv opencv-python python volume-control
Last synced: 19 Apr 2026
https://github.com/abyshergill/ultralytics_yolo_object_detection_testing_gui
This is a desktop application for real-time object detection using the YOLO (You Only Look Once) model build with ultralytics libarary. It's built with PyQt5 for the graphical user interface and OpenCV for video and image processing. The application allows users to load a YOLO model, adjust detection settings, and perform object detection on media.
numpy opencv-python pytorch qt5-gui threading ultralytics yolo
Last synced: 08 May 2026
https://github.com/roobotics-frc/roocvscripts
Team 4373 RooBotics' vision code from the 2019 FRC competition and 2017 offseason projects.
first-robotics-competition frc frc-vision opencv opencv-python
Last synced: 09 May 2026
https://github.com/akshatsrivastava0312/face-unlock
A Face Unlocker Project using OpenCV-Python
data-science face-unlocker machine-learning opencv opencv-python python
Last synced: 11 Apr 2026
https://github.com/architj6/sudokuvision
SudokuVision is an OCR-powered Sudoku solver that extracts grids from images using machine learning and image processing techniques. It supports both printed and handwritten Sudoku puzzles, providing fast and accurate solutions via a web interface and command-line tool.
deeplearning digitrecognition imageprocessing keras machinelearning ml ocr opencv opencv-python pysudoku python streamlit sudoku sudokusolver tensorflow
Last synced: 11 Apr 2026
https://github.com/emiliogrv/object-tracking-core
β‘οΈUsing AI models for Object Detection π and Object Tracking π
image-processing object-detection object-tracking opencv-python video-processing yolov4
Last synced: 02 Sep 2025
https://github.com/abhinav1590/opencv-projects
Human and object detection python programs using OpenCV and mediapipe
computer-vision opencv opencv-python python
Last synced: 23 Mar 2025
https://github.com/riolaf05/cv-follow-camera
RaspberryPi Camera which follows objects using computer vision
camera computer-vision docker docker-compose opencv opencv-python raspberry-pi tpu
Last synced: 11 Apr 2026
https://github.com/leosolar8/dicom-viewer-image-analysis
Comprehensive medical imaging management system with a DICOM viewer, HU conversion, 28 image filters, and dual database architecture (Qdrant + SQLite). Supports radiology report generation, patient data management, and vector similarity search.
dicom-viewer healthcare image-analysis medical-imaging opencv-python pydicom pyqt5-gui qdrant radiology sqlite3 vector-databases
Last synced: 08 Apr 2026
https://github.com/iroyalx/opencv_object_detector
detecting objects by color filtering using opencv on BLUM Telegram bot
auto autoclicker blum blum-telegram-bot object-detection opencv opencv-python
Last synced: 22 May 2026
https://github.com/praveen0777/multimodal-ai-assistant-with-face-recognition-emotion-analysis-gpt-based-and-object-detection-yolov8
The project introduces Maya, Multimodal AI Assistant with Face Recognition, Emotion Analysis, Voice-Controlled Interaction, GPT-Based Dialogue, and Real-Time Object Detection Using YOLOv8
ai-assistant emotion-detection face-recognition-python gpt-4 multimodal object-detection openai openapi opencv-python python3 serp-api stt tts virtual-assistant-ai voice-recognition websearch-api yolov8
Last synced: 14 Jul 2025
https://github.com/harshdeepsinh8/eye-movement-mouse
This project provides control over cursor with eye movement and blinks
mediapipe opencv-python python
Last synced: 22 May 2026
https://github.com/mathclout/asl_vision
Projet CΓ©gep de dΓ©tection par intelligence artificielle de l'alphabet du langage des signes.
asl-alphabet-translator opencv opencv-python python python3 tensorflow
Last synced: 03 Oct 2025
https://github.com/riyanshibariyaa/opencv-based-real-time-employee-tracking-system
AI-powered employee monitoring system using OpenCV and YOLO for real-time workplace presence detection with intelligent desk area recognition
artificial-intelligence automation computer-vision deep-learning docker employee-tracking flask hr-tech-surveillance javascript machine-learning opencv-python productivity-tools python real-time-workplace-monitoring-attendance-system video-processing web-application yolov4
Last synced: 06 May 2026
https://github.com/sayande01/face_recognition_opencv_machine_learning
Utilize OpenCV & face_recognition library to enable webcam-based face recognition. Encode and compare facial features in real-time for accurate identification. Tutorial covers environment setup, webcam video capture, face detection, encoding, comparison, and live recognition.
face-recognition opencv-python
Last synced: 06 Apr 2025
https://github.com/guillem222/panoramic-image-creator
An algorithm for creating panoramic views from sequential images using computer vision techniques such as keypoints extraction, matching, and image alignment. Made in Python along with OpenCV and NumPy.
computer-vision image-stitching keypoint-matching opencv-python panoramic-images python
Last synced: 24 Mar 2025
https://github.com/cyberlument/opencv-colormasking-red-
This mini project opencv is for educational purpose.
numpy opencv opencv-python pycharm vscode
Last synced: 20 Jan 2026
https://github.com/itis-enrico-fermi/testopencv
Repo for OpenCV test code
image-processing image-visualization image-visualizer opencv opencv-python python3 test testing
Last synced: 21 May 2026
https://github.com/parvatijay2901/count-leaves-in-an-image
Count the number of leaves present in an image using OpenCV-python.
computer-vision count image-processing leaves opencv-python
Last synced: 18 Mar 2025
https://github.com/iamfarzam/face-detection
OpenCV project using XML (haarcascade) file for detection of face.
haarcascade-frontalface opencv-python python
Last synced: 28 May 2026
https://github.com/tanmaymohite/sentinel
Gated security program
face-recognition opencv-python python-3 raspberry-pi-4
Last synced: 21 May 2026
https://github.com/hnthap/face-recognition
Real-time face recognition web application (Gradio + OpenCV Haar Cascade + Docker)
cpu docker face-recognition gradio haar-cascade opencv-python python3
Last synced: 21 May 2026
https://github.com/suryaxanden/opencv_face_filters
face-recognition opencv opencv-python python3
Last synced: 21 May 2026
https://github.com/raziel206/facerecognition
A face recognition app using python, opencv-python and mediapipe.
mediapipe opencv-python python
Last synced: 11 Apr 2026
https://github.com/shourya1997/k-means-color-clustering
The program partitions and clusters the pixel intentsities of a RGB image.
kmeans-clustering-algorithm opencv-python python
Last synced: 01 May 2026
https://github.com/mpolinowski/opencv-video-processing
Video processing with OpenCV Python - Face detection and Alarm recording
face-detection-using-opencv opencv opencv-python video-processing
Last synced: 11 Apr 2026
https://github.com/imrandil/face_recognition_project
face recognition attendance system using python
facerecognitionproject opencv-python python3
Last synced: 03 Sep 2025
https://github.com/wojtekkula3/systemodczytywaniatablic
System odczytywania tablic rejestracyjnych pojazdΓ³w // Systemy Wizyjne - Politechnika Opolska
Last synced: 11 Apr 2026
https://github.com/narius2030/image-processing-streamlit
An image detection web-app is used for recognizing and detecting objects/faces/hands
computer-vision opencv-python streamlit yolov
Last synced: 01 Apr 2025
https://github.com/manish8798/face-recognition
Attendance System using face recognition
face-recognition machine-learning opencv-python python-3
Last synced: 03 Sep 2025
https://github.com/yusufterzii/opencvbasics
OpenCVBasics And Exercise
computervision opencv opencv-library opencv-python
Last synced: 18 Apr 2026
https://github.com/orshahar91/houseye
RaspberryPi Project
face-detection face-recognition hackathon linux opencv opencv-python python raspberry-pi smart-home
Last synced: 08 Apr 2026
https://github.com/0-mostafa-rezaee-0/image_processing
Image Processing
deep-learning opencv-python python
Last synced: 24 Apr 2026
https://github.com/nurbxfit/mediapipe_video_bg_removal
Python script to remove background from a video, make use of google MediaPipe
ffmpeg mediapipe opencv-python segmentation segmentation-models
Last synced: 18 Feb 2026
https://github.com/razerxp/footballer-classification
Identifies footballers among a group of 5
classification machine-learning opencv-python sklearn svc-model
Last synced: 20 Jan 2026
https://github.com/anil951/voice-assisted-camera
Voice-Controlled Camera using Python and OpenCV, allowing users to take photos, apply filters, zoom, and record videos through voice commands and save content directly to the computer for easy access.
camera ffmepg opencv opencv-python python python3 voice-commands voice-recognition voicecamera
Last synced: 06 May 2026
https://github.com/amber-abuah/discord-bot-image-manipulator
Discord bot capable of image manipulation using OpenCV and Python.
discord-bot discord-py opencv-python python
Last synced: 29 Mar 2025
https://github.com/harika534/fas
Built a tool that detects and corrects faulty images uploaded,using OpenCV and OCR technologies.Useful when uploading data in identity verfication portals.
html-css-javascript ocr-python opencv-python pyhton
Last synced: 01 Nov 2025
https://github.com/renanstn/opencv-lab
RepositΓ³rio dos meus estudos em opencv-python.
Last synced: 06 May 2026
https://github.com/jiagengchang/image-analysis-dashboard
Full stack application built in 2 days with flask
flask-application opencv-python plotly-dash
Last synced: 18 Apr 2026
https://github.com/t-kalv/basic-face-detector
A Basic Face Detector program
face-detection opencv opencv-python
Last synced: 21 May 2026
https://github.com/vortexv7/inscripta
Inscripta is an open-source OCR web app that converts images into multilingual copyable text. It supports multiple languages and allows users to download the extracted text. π
dockerfile flask opencv-python python3 tesseract-ocr
Last synced: 20 May 2026
https://github.com/yusufterzii/shapedetectionandtracking
Shape detection and Eye Tracking Examples with OpenCV
image-processing opencv opencv-library opencv-python python
Last synced: 20 May 2026
https://github.com/tpstark137/virtual-interview-simulator
Simulator provides a hands-on platform to simulate real interview scenarios, helping candidates prepare for technical and behavioral interviews.
computer-vision gemini-api javascript mediapipe nextjs15 opencv-python python3 xgboost-python
Last synced: 12 Apr 2026
https://github.com/anodicpassion/printing-accuracy-analyzer
This project provides a web-based application for analyzing the print quality of scanned documents by comparing them against a template. It identifies issues such as misalignment and blur, providing visual feedback and quantitative metrics.
Last synced: 20 May 2026
https://github.com/yashgorana/lane-detection-basic
Project#1 of the Udacity Self Driving Nano Degree program - Identifying lane lines in image & video stream.
image-processing opencv-python python3 self-driving-car udacity-self-driving-car
Last synced: 31 Oct 2025
https://github.com/raghul-m/attendify
Attendify Cloud Based Attendance System
azure-blob-storage face-recognition flask opencv-python python webapplication
Last synced: 14 May 2026
https://github.com/connectaman/dwt-ich
Intracranial haemorrhage (ICH) segmentation on Brain CT image using DWT
brain dtw hemorrhage ich opencv-python python
Last synced: 19 May 2026
https://github.com/jluispcardenas/image2geojson
Image 2 GeoJSON
geojson image-processing opencv opencv-python python3
Last synced: 27 Apr 2026
https://github.com/hemanthh17/cam_scanner_python
Convert images to proper scanned pdf with the help of image processing. The tool extensovely used is opencv
image-processing opencv-python python
Last synced: 19 May 2026
https://github.com/raghul-m/simple_opencv-live-streaming-webapp
Simple Live-feed Streaming webapp
flask-application html5 opencv-python python
Last synced: 26 Aug 2025
https://github.com/jacktheprogrammer/opencv-course-for-cv
OpenCV course for computer vision
cv cv-course dnn object-detection opencv-python upscaling
Last synced: 18 Jan 2026
https://github.com/ahmedanwar123/camera-to-real-coordinates
A PyBullet-based robot simulation using camera calibration. Features chessboard calibration, marker detection, and real-world coordinate conversion.
computer-vision coordinates opencv-python pybullet pybullet-physics python3 robotics robotics-simulation simulations urdf
Last synced: 16 Mar 2025
https://github.com/eshwinrio/room-surveillance
Room surveillance program with OpenCV for image processing and Paramiko/SCP for file transfer. This program was written for personal purposes, feel free to use it.
opencv opencv-python paramiko python3 scp ssh
Last synced: 06 May 2026
https://github.com/si1og/raspberry_pi_objects_detection
Neural network for detection objects on a raspberry pi
computer-vision object-detection opencv opencv-python tensorflow
Last synced: 06 May 2026
https://github.com/amishidesai04/image_filter_project
This Python-based Image Filter Project enables users to apply diverse image filters to their images. This project combines the functionality of Tkinter for the GUI, Pillow for image handling, and OpenCV for image processing to create a robust tool for basic image editing tasks. Follow the instructions in this document to set up and run the project.
gui-application image-filters image-processing open-source opencv-python pillow project-repository python tkinter
Last synced: 07 Jul 2025
https://github.com/ajitharunai/employee-facial-emotion-recognition-using-machine-learning
Facial Recognition based machine learning project using CNN
artificial-intelligence deep-learning detection face-recognition machine-learning opencv-python python
Last synced: 24 Mar 2025
https://github.com/handayogi/drawing-with-hands
This project allows users to draw on video frames in real-time using hand gestures as input. The project uses Python Libraries such as OpenCV, MediaPipe, and NumPy.
hand-tracking mediapipe opencv-python python
Last synced: 04 May 2026
https://github.com/ummamali/tagfolioapi
Backend REST API for Tagfolio, a Final Year Project (FYP) for Bachelor of Science in Computer Science, Department of Computer Science and Software Engineering, Islamabad Campus, Comsats University Islamabad
convolutional-neural-networks mongodb mongodbatlas natural-language-processing opencv-python python3 tensorflow
Last synced: 06 May 2026
https://github.com/mohamed-taha-essa/pyqt5-opencv
Desk top Apps using python PyQt5 & openCV
computer-vision desktop-application image-processing opencv opencv-python pyqt5 pyqt5-desktop-application python3
Last synced: 19 May 2026
https://github.com/goodday360/pygesture
Pre-built OpenCV-Python/Mediapipe modules that easy to use and understand.
gesture gesture-recognition mediapipe open-source opencv-python python
Last synced: 24 Feb 2025
https://github.com/yusufterzii/imagecomparsion-settingresolution-templatematching
Image Comparsion, Setting Resolution and TemplateMatching Examples with OpenCV
imageprocessing opencv opencv-library opencv-python
Last synced: 19 May 2026
https://github.com/ycc789741ycc/cardetect
Applying BackgroundSubtractor from OpenCV to capture the moving car on high freeway.
computer-vision opencv opencv-python python
Last synced: 19 May 2026
https://github.com/anonfaded/face-recognition
Face Recognition and attendence system in python
face-recognition opencv-python python
Last synced: 30 Mar 2025
https://github.com/jeslipriya/emotion-detection
This project is an enhanced real-time facial emotion detection system that uses deep learning (OpenCV + mini-XCEPTION) to accurately recognize human emotions through a webcam or image input. It features advanced preprocessing, temporal smoothing, and a clean visual interface for smooth and stable emotion analysis.
7-emotions deep-learning emotion-detection fer2013 numpy opencv opencv-python python tensorflow
Last synced: 03 Jul 2025
https://github.com/yusufterzii/opencv-contours-tracking-convexhull
Basics examples for OpenCV contours
computervision opencv opencv-library opencv-python
Last synced: 19 May 2026
https://github.com/chinmaybansal010/face-recog-python
Face recognition attendance using python
mysql-database opencv-python python telebot
Last synced: 06 Jan 2026
https://github.com/rohitinu6/image_cartoonify
To Cartoonify an Image using opencv-python
image-processing matplotlib numpy opencv opencv-python python
Last synced: 12 Apr 2026
https://github.com/talhaahussain/face-feature-detection-cli
A command line interface tool for detecting faces and facial features, using OpenCV.
cli face-features face-recognition opencv opencv-python
Last synced: 19 May 2026
https://github.com/r13i/opencv-detection-test
Repo for testing OpenCV face and eye detection on real-time video stream
eye-detection face face-detection opencv opencv-detection-test opencv-python python video-stream webcam
Last synced: 19 May 2026
https://github.com/wulfgarpro/ancientrunes
OpenCV solution to frequency analysis problem at BSides 2019
Last synced: 12 Jun 2026
https://github.com/ws-kj/spectreye
A tool for automatically determining the angle of the Super High Momentum and High Momentum Spectrometers in JLab's Experimental Hall C.
cmake cpp ocr opencv opencv-python tesseract tesseract-ocr
Last synced: 13 May 2026
https://github.com/gyselle-marques/reconhecimentofacial-desafiodio
Machine Learning: Sistema de Reconhecimento Facial criado com OpenCV e YOLO11.
colab-notebook dataset dio-bootcamp face-detection face-recognition image-classification machine-learning numpy object-detection opencv opencv-python portuguese-brazilian python transfer-learning yolo yolov11
Last synced: 12 Apr 2026
https://github.com/samridhi060/face_recognition-using-open-cv
This project implements a simple face detection application using OpenCV. The application captures video from the webcam, detects faces in real-time.
facerecognitionproject opencv-python python
Last synced: 25 Mar 2025
https://github.com/mpolinowski/opencv-document-scanner
Use OpenCV2 to find Documents in Video Files
object-detection opencv-python opencv2
Last synced: 29 Apr 2026
https://github.com/mxm-tr/docker-darknet-opencv
Accelerated objects detection on streams and files, using a Docker darknet YOLO container
cuda docker docker-compose object-recognition opencv-python python3 yolo
Last synced: 10 Apr 2026
https://github.com/nathancy/pokemon_instagram_opencv_border
Add a 200px white border to PSA card images using Python OpenCV so you don't need to crop on Instagram
instagram opencv opencv-python pokemon python
Last synced: 19 May 2026
https://github.com/niranjan-bhol/driver-attention-and-safety-drive-system
Driver monitoring system built using python and opencv
Last synced: 09 Apr 2025