An open API service indexing awesome lists of open source software.

OpenCV

OpenCV (Open Source Computer Vision Library) is written in C/C++, for real time computer vision. It takes advantage of multi-core processing and hardware acceleration. Applications of OpenCV includes egomotion estimation, gesture recognition, facial recognition system, and artificial neural networks.

https://github.com/jackkimmins/rand

Random Numbers Seeded with WebCam Feed

csharp opencv random-number-generators webcam

Last synced: 28 Apr 2026

https://github.com/stelynx/sofot

Stelynx Optical Flow-based Object Tracker

object-detection object-tracker object-tracking opencv opencv-python optical-flow

Last synced: 20 Jul 2025

https://github.com/anhtvc/detectline

Detect line from video

detectline opencv opencv-library

Last synced: 20 Apr 2026

https://github.com/vermavinay982/feature-map-visualizer-grad-ascent

What a neural network captures? The filter and feature-maps can be visualized with any image to test with.

cnn deep deep-learning dl feature filter keras maps neural-network opencv python tensorflow

Last synced: 10 Apr 2026

https://github.com/aliakseis/normal2height2

An accompany to https://github.com/V-Sense/DeepNormals

lbfgs normal-mapping opencv

Last synced: 20 May 2026

https://github.com/richayadav03/sign-language-detection-and-conversion-to-text-and-speech

This Python-based project employs deep learning (LSTM) and computer vision to detect sign language gestures, converting them into text and speech. It enhances communication for the hearing-impaired.

gtts lstm opencv python tensorflow

Last synced: 03 Feb 2026

https://github.com/kedder/drawmcskin

Draw a Minecraft character on paper and convert it to a working skin

minecraft opencv python python3

Last synced: 08 May 2026

https://github.com/andresilmor/mixed-reality-with-mrtk2-featuring-frame-capture-face-detection-and-tracking-and-web-requests

MR Application for HoloLens 2, able to capture frames and sent them to a server through WebSocket connection and Protobuf serialization, it also does Face Detection and Tracking (examples with OpenCV and based on data retrieved from server). Has embedded database and personalized interface (for fun).

embedded-database face-detection face-tracking frame-capture hololens2 http-requests interface mixed-reality mrtk opencv protobuf protocol-buffers qrcode-reader realm-database spatial-computing unity universal-windows-platform uwp websocket-client

Last synced: 22 Mar 2025

https://github.com/jcilacad/enhanced-lsb-wangyinwang

Enhancement of wang-yin-wang improved least significant bit algorithm applied in image steganography

advanced-encryption-standard image-steganography lsb-steganography lzw-compression mersenne-twister opencv python

Last synced: 15 May 2026

https://github.com/codehass/facial-emotional-detection

Implement a complete AI pipeline in Computer Vision, from face detection to emotion classification using CNNs (TensorFlow/Keras) and Haar Cascades (OpenCV), and integrate this model into a FastAPI API connected to a PostgreSQL database.

cnn-model fastapi keras mathplotlib numpy opencv postgresql pydantic pytest sqlalchemy tensorflow

Last synced: 12 Apr 2026

https://github.com/m-karthik-kumar/eye-blink-counter-using-opencv

It detects the eye blink rate of the user and warns the user if the blink rate is below a set threshold.

artificial-intelligence machine-learning-algorithms mediapipe neural-networks opencv patent pipelines python3 system-design

Last synced: 10 Apr 2026

https://github.com/michalkielan/colorscope

Tool for debugging colors

colorspace opencv opencv-python python

Last synced: 12 Apr 2026

https://github.com/gabrieledradan/hmc-grad

Automate handwritten multiple-choice test grading with HMC-Grad, using a CNN trained in PyTorch on the EMNIST dataset and OpenCV for image processing. Input the correction key and the images of the answer sheets to receive each one's correctness and score, along with item and score analysis, in CSV and XLSX formats, and the annotated images as JPG.

cnn-pytorch computer-vision deep-learning handwritten-character-recognition notebooks open-source opencv python pytorch

Last synced: 02 Mar 2025

https://github.com/thenoobinventor/sudoku-ai-solver

OpenCV and Deep Learning are employed in extracting a sudoku puzzle from images and solving it. The project runs in a Jupyter Notebook Docker container, the Deep Learning model is built, trained and deployed with TensorFlow and the main solver programmed in Python.

ai deep-learning docker jupyter-notebook opencv python sudoku-solver tensorflow

Last synced: 09 Apr 2026

https://github.com/gsauc3/human-computer-interaction-project

An application build entirely in python to control all the mouse functionalities using hand gestures. C-DAC project

mediapipe mediapipe-hands opencv opencv-python python

Last synced: 07 Mar 2026

https://github.com/nelsontanko/face-recogition-system

This is a student face recognition system for attendance taking. Built with Opencv, face_recognition, redis and Flask for the frontend

face-recognition flask numpy opencv python redis

Last synced: 09 Apr 2026

https://github.com/jsfraz/video-over-udp-sockets

Simple video streaming over UDP sockets using Python. Java and Python clients with face recognition.

face-recognition java java-swing opencv python python3 sockets udp video-streaming

Last synced: 13 Apr 2026

https://github.com/aliakseis/literacy

Taken from github.com/PacktPublishing/Qt-5-and-OpenCV-4-Computer-Vision-Projects.git

opencv qt5 tesseract-ocr

Last synced: 10 May 2026

https://github.com/wahidpanda/car-tracking-open-cv

This project is about computer vision technology using to detect number of cars on highway

cartracking computer-vision deep-neural-networks opencv python-script pythonprojects

Last synced: 19 May 2026

https://github.com/shivansh-yadav13/python-face-detection

Simple program to 📜 Detect Face from Video/Image.

opencv python

Last synced: 19 May 2026

https://github.com/vaibhav-2303/imagestitching

Image Stitching algorithm in Python

computer-vision image-stitching opencv python3 sift

Last synced: 13 Apr 2026

https://github.com/grgomariani/raymarching--opencv--ffmpeg

Use raymarching with opencv and stream the result to ffmpeg

computer-vision ffmpeg opencv raymarching shaders stream

Last synced: 08 May 2026

https://github.com/abeed04/object-detection-model-using-cv2

Leverage OpenCV (cv2) to build an object detection system. This system would combine a pre-trained MobileNet model, trained on the COCO dataset, with a frozen inference graph for real-time object identification within images or videos.

cocodataset frozen mobilenetv3 opencv pycharm-ide

Last synced: 19 Jan 2026

https://github.com/yannx79/brickflow

The Real Estate API is a RESTful service for managing data related to real estate, including companies, promotions, housing units, and populated areas. It supports key operations like property listings and campaign linking, following clean architecture principles for easy integration and scalability.

docker h2-database n-layer-architecture opencv postman redis spring-boot spring-data-jpa validation

Last synced: 11 Apr 2026

https://github.com/mustafaozvardar/object-detection-opencv

This project implements a real-time object detection system using OpenCV and a pre-trained SSD MobileNet model. The application captures video from your webcam and detects objects in the video feed, labeling them with their corresponding names and confidence scores.

artificial-intelligence computer-science computer-vision object-detection opencv python

Last synced: 19 May 2026

https://github.com/ankhoa1212/computer-vision

This is a repository of computer vision techniques used on live video feed.

cli computer-vision opencv python

Last synced: 01 May 2026

https://github.com/pjaselin/subarulogger

Project to develop an OBDII data logger and perform time series analysis on vehicle performance

carputer obd-ii obd2 opencv python raspberry-pi

Last synced: 06 May 2026

https://github.com/angeligareta/mano-recognition

Project for detecting a hand using any web camera and its fingers and gestures. It's implemented using C++ and the OpenCV library.

cplusplus cpp hand-recognition opencv opencv-cpp

Last synced: 16 May 2026

https://github.com/gustavogld/siscof-contador-de-colonias-bacterianas

Aplicação Python+Streamlit para detectar automaticamente colônias bacterianas em imagens de placas de Petri. Usa visão computacional com transformada de Hough, otimização bayesiana para calibrar parâmetros e permite validação manual dos resultados com exportação de imagens. Ideal para uso laboratorial e educacional.

baysian-optimisation hough-circles hough-transform microbiology microbiome-analysis opencv opencv-python python skimage streamlit visao-computacional

Last synced: 04 May 2026

https://github.com/gitfrandu4/40982-p1

Repositorio de la Práctica 1 en Visión por Computador, explorando el uso de OpenCV para crear imágenes artísticas, manipular píxeles y capturar video. Incluye ejercicios como diseño de un tablero de ajedrez, estilo Mondrian, y un efecto “Pop Art” con la cámara web.

computer-vision image-processing mondrian-style numpy opencv pop-art python visual-art webcam-capture

Last synced: 09 Apr 2026

https://github.com/doondi30/ghiblify-animeganv3

A creative tool that generates beautiful Ghibli-style artwork from your image input.

colab-notebook jupyter-notebook numpy onnxruntime opencv python

Last synced: 07 Apr 2026

https://github.com/ibmstreams/streamsx.opencv

(incubation) Toolkit for processing videos in a Streams application

ibm-streams opencv stream-processing video-processing

Last synced: 17 Mar 2025

https://github.com/himanshirohera/autosmart-infotainment

Smart in-car infotainment with facial recognition. Unlock and control your car’s infotainment system with face authentication, featuring a sleek UI/UX for music, navigation, and settings.

haar-cascade opencv python ui-design ux-design

Last synced: 19 Jan 2026

https://github.com/skrotkih/makemeeyes

iOS app with eyes recognize ability developed with using Opencv2

ios opencv recognition swift vision

Last synced: 13 Apr 2026

https://github.com/nikithasheerka/shopwell

A mobile application that provides users with nutritional insights by scanning food labels.

flutter mongodb nodejs opencv python tesseract

Last synced: 06 Apr 2026

https://github.com/itscrystalline/quikscore

Automatically scan and score answer sheets. (KOSEN-KMITL Year 3 Project)

image-processing opencv rust scoring tauri-app vuejs

Last synced: 04 May 2026

https://github.com/pranavgupta1234/karna

Automated drone for object tracking and detection started under Design Practicum

ardupilot cpp drone image-processing makefile objectdetection opencv

Last synced: 15 May 2026

https://github.com/threeal/libopencv4-deb

Debian package build workspace for the OpenCV 4 libraries

debian debian-packages opencv opencv-library

Last synced: 18 May 2026

https://github.com/nazli-d/filters-and-noise

This GitHub repository contains an example demonstrating the application of fundamental image processing filters (Mean, Median, Gaussian) using Python and OpenCV, along with the addition of Salt and Pepper Noise.

gaussian-filter goruntu-isleme image-procesing image-processing image-processing-python mean-filter median-filter opencv python salt-and-pepper-noise spyder-python-ide tuz-ve-biber-gurultusu

Last synced: 13 May 2026

https://github.com/jersongb22/computervision

Links to my repositories with a wide variety of Computer Vision models using CNNs, Transfer Learning, and Vision Transformer with TensorFlow, PyTorch, Hugging Face and Ultralytics.

cnn computer-vision convnextv2 efficientnetv2 hugging-face image-captioning image-classification image-segmentation lenet-5 object-detection opencv plotly python pytorch scikit-learn tensorflow ultralytics video-classification vision-transformer yolo11

Last synced: 12 Apr 2026

https://github.com/marlonvbp/opencv

Projeto de visão computacional com OpenCV e YOLOv3 para detecção de objetos e reconhecimento facial. Inclui scripts para imagens, webcam e identificação de pessoas.

compute-vision mit-license opencv yolov3

Last synced: 18 May 2026

https://github.com/mehnaz2004/hand-controlled-snake-game-using-opencv

Control a snake using hand gestures! Built with OpenCV, MediaPipe, and Streamlit, collect points within 60 seconds in this interactive game. 🚀🐍

ai computer-vision opencv python

Last synced: 22 Feb 2026

https://github.com/alpha74/gep_text_extractor

Extract and parse latitude and longitude from screenshots of Google Earth Pro, using OpenCV and Python. Used as a sub-module.

api gep-text-extractor google google-earth google-earth-engine google-maps-api image-processing image-recognition ocr opencv python tesseract-ocr text-recognition

Last synced: 29 May 2026

https://github.com/mongshil553/computer-vision-hue-entropy-utilizing-sliding-window

Computer Vision; Deciding whether food is mixed enough compared to selected sample image.

computer-vision food opencv

Last synced: 07 Jan 2026

https://github.com/shrilakshmishastry/american-sign-language-detection-using-hand-gestures

This is a cnn based final year project to detect american sign language using hand gestures.

cnn-keras opencv tensorflow

Last synced: 10 Apr 2026

https://github.com/meqdaddev/mask-detection

Mask Detection for people with micro:bit as output device.

image-classification image-processing mask-detection opencv opencv-python teachable-machine

Last synced: 18 May 2026

https://github.com/harshdwivediiiii/road-management-system

An AI-powered road hazard detection system that automatically identifies potholes, cracks, and road anomalies using computer vision and vehicle dashcam footage. The system geotags detected hazards and reports them to a centralized dashboard, enabling authorities to take faster action and improve road safety.

fastapi flask machine-learning mongodb mongodb-atlas opencv python yolo11s

Last synced: 10 Apr 2026

https://github.com/think-elearn/toki-pona-ai

AI-powered toki pona language learning app

agentic-ai django generative-ai llm mediapipe opencv python

Last synced: 20 Mar 2025

https://github.com/piero24/food-recognition-and-leftover-estimation

computer vision system capable of scanning a canteen consumer's food tray at the end of a meal to estimate the amount of leftovers for each type of food.

classification cmake computer-vision cplusplus cplusplus-17 food food-classification food-segmentation leftover localization makefile opencv segmentation unipd unipd-dei

Last synced: 16 May 2026

https://github.com/jimohola/car-park-space-counting-using-opencv

A project about how we can count the number of cars in a Car Park using OpenCV.

conputer-vision opencv pycharm python

Last synced: 20 Jan 2026

https://github.com/gilzoide/processamento-imagens

Repositório de Processamento de Imagens - SCC0251, turma 2017-1

image-processing opencv opencv-python

Last synced: 16 May 2026

https://github.com/zhenglinlei/webcam.py

Use OpenCv with Python to enable and recording your webcam

opencv python3 webcam

Last synced: 27 Apr 2026

https://github.com/sanogotech/demoreconnaissanceemotionsia

Reconnaissance des Émotions en Temps Réel avec Python

fer opencv python

Last synced: 28 Apr 2026

https://github.com/kafetzisthomas/tinyslam

A minimalist implementation of monocular SLAM.

computer-vision opencv opencv-python python slam

Last synced: 16 May 2026

https://github.com/kr1shnasomani/DeepDetect

Traffic light, vehicle and human detection from aerial images using YOLOv8 model and Computer Vision

computer-vision deep-learning neural-network numpy opencv yolov8

Last synced: 03 Sep 2025

https://github.com/ahmedukamel/cs352-image-processing

Repository contains solutions of sections for Image Processing course in Beni Suef University

image-processing jupyter-notebook opencv python

Last synced: 09 May 2026

https://github.com/arush-codes/dino-in-my-hands

This project adapts Google's Dinosaur Game with Gesture Recognition, enabling players to control the dinosaur's actions via hand movements. It employs TensorFlow and OpenCV for gesture recognition and Python for scripting. This fusion of gaming and technology enhances user engagement, showcasing the innovation achievable through computer vision.

computervision dino-game handgesture handgesture-recognition keras opencv python tensorflow

Last synced: 17 Apr 2026

https://github.com/c1m50c/hand-tracker

Python program for tracking hands within a video feed. Uses OpenCV & Google MediaPipe.

google-mediapipe hand-tracker hand-tracking mediapipe mit-license opencv python python3

Last synced: 06 May 2026

https://github.com/mreliptik/detectfacewithskincolor

This code tries to detect faces based only a the skin color

computer-vision face-detection opencv python skin-detection

Last synced: 15 May 2026

https://github.com/st235/hse.cvformobiledevices.documentsscanner

Lightweight and versatile documents scanner 📄

android cpp documents kotlin opencv scanner

Last synced: 12 Apr 2026

https://github.com/lion24/pyvision

A minimal computer vision system in Python

ai camera coco computer-vision image image-processing learning opencv python yolo

Last synced: 15 Jan 2026

https://github.com/nkrumahthis/facedetect1

Face Detection with opencv + haar-cascade

computer-vision haar-cascade opencv python

Last synced: 15 May 2026

https://github.com/hossamAhmedSalah/Computer-Vision-

contains my training projects in this field

computer-vision data-visualization detection edge opencv

Last synced: 10 Mar 2025

https://github.com/sour-abh-raj/hand-gesture-keyboard-controller

This Python project utilizes computer vision and hand tracking techniques to control your keyboard using hand gestures. It allows you to perform various keyboard actions by detecting the orientation and movement of your hands.

cv2 opencv python

Last synced: 17 May 2026

https://github.com/nour-zayed/face-recogntion

This project implements a real-time face recognition system using Computer Vision and Deep Learning. The system is capable of detecting and recognizing faces in real-time using a webcam, as well as from images and video files. The project leverages OpenCV, dlib, and the face_recognition library to accurately detect, encode, and identify faces.

database dlib face-recognition numpy opencv python

Last synced: 05 May 2026

https://github.com/daniel-grounin/smarttalk-home

A smart plant simulation project that detects human presence using YOLOv8 and interacts with users via Google TTS. It utilizes TinyDolphin AI to provide intelligent responses based on the plant’s health data.

ai google-tts iot llm opencv raspberry-pi yolov8

Last synced: 10 May 2026

https://github.com/mumtaz4118/driver-drowsiness-detection-using-opencv

It is a open-CV based project to detect drowsiness of a driver from video footage

computer-vision cv jupyter-notebook opencv python video-processing

Last synced: 13 Apr 2026

https://github.com/muntahashams/qr-scan

OpenCV is uses to scan multiple QR at real time.OpenCV can do is facilitate the process of reading barcodes and QR codes, including loading an image from disk, grabbing a new frame from a video stream, and processing it

opencv qr-codes reading-barcodes real-time-qr-scan video-stream

Last synced: 18 May 2026

https://github.com/quran-yeamen/realtime-videoclassification-deeplearning

Real-time video classification using deep learning and GoogLeNet on live webcam input.

cnn computer-vision deep-learning googlenet opencv python realtime

Last synced: 16 Jun 2025

https://github.com/aliahmadi24/twincams

Python class for stereo vision tasks, including distance/length measurement, calibration, image capture, and 3D point reconstruction

calibration length-measurement machine-vision measurement opencv python stereo-vision

Last synced: 29 Oct 2025

https://github.com/aishwaryagm1999/insurance-workflow-management

This project is an Insurance Workflow Management System designed to streamline policy management, claims processing, and fraud detection. It includes user account management, customer feedback analysis via NLP, alert notifications through SMS, and a fraud detection model, providing a secure, efficient solution for insurance operations.

css fraud-detection html json labelimg machine-learning natural-language-processing nlp opencv python qr-code-generator random-forest-classifier scikit-learn sms-notification tensorflow textblob twilio user-interface

Last synced: 26 Dec 2025

https://github.com/ruan-narici/udemy-python-computervision

This repository contains my projects developed during the Course 'Computer Vision' of Udemy

opencv python

Last synced: 20 Apr 2026

https://github.com/shubhamahobia/x_ray_classifier

A deep learning-powered web application that automatically detects pneumonia from chest X-ray images using YOLOv8 classification. Built with Streamlit for an intuitive user interface, the system provides instant analysis with confidence scores and detailed probability breakdowns.

deeplearning machine-learning opencv yolov8

Last synced: 16 Apr 2026

https://github.com/sularhen/python-face-tracker

Face recognition and tracker for images or videos using python and opencv libraries and ArcFace

arcface-face-recognition haar-cascade haar-cascade-classifier opencv python

Last synced: 24 Mar 2025

https://github.com/sharoonjoseph321/objectdetection

An Ai project for object detection where the program detects any object through live cam using python and OpenCV.

artificial-intelligence neural-network object-detection opencv python

Last synced: 24 Mar 2025

https://github.com/soranakk/outoffocusqrreader

OutOfFocusQRReader is a library for reading QR codes from out-of-focus images on Android.

android opencv

Last synced: 07 Mar 2026