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

Computer vision

Computer vision is an interdisciplinary field that deals with how computers can be made to gain high-level understanding of digital images and videos.

https://github.com/qbarthelemy/pygofpid

Python package for good old fashioned perimeter intrusion detection systems for video protection.

computer-vision foreground-detection i-lids image-processing intrusion-detection opencv python scientific-computing video-processing video-protection video-surveillance

Last synced: 06 Jan 2026

https://github.com/ksachdeva/ml-in-hurry

Machine Learning in Hurry

computer-vision machine-learning tutorial

Last synced: 26 Jul 2025

https://github.com/akash1070/face-mask-detection-with-cv

Building Face Mask Detection in Computer Vision With Keras

computer-vision face-mask-detection keras-tensorflow

Last synced: 24 Mar 2025

https://github.com/shreyas9699/classification-of-aquatic-animals-using-cnn

The main aim of this project was to get the basic insight into what computer vision is and how computers deal with it. I used CIFAR-100 to extract images and fed these images to CNN to classify the images.

cnn computer-vision image-classification

Last synced: 25 Mar 2025

https://github.com/amifunny/deep-learning-notebook

A Repository For My Notebooks for anyone to SEE , USE and LEARN

computer-vision deep-learning nlp research-project

Last synced: 03 Apr 2025

https://github.com/robertobochet/dino-skynet

A simple implementation of autonomous agent to play the Dino game

computer-vision education game opencv pypi python

Last synced: 07 Feb 2026

https://github.com/eftekin/ai-engventures

🤖 A collection of projects and experiences in AI engineering, including machine learning, NLP, and computer vision.

ai computer-vision deep-learning image-processing machine-learning

Last synced: 31 Aug 2025

https://github.com/markmusic27/treehacks-26

Real-Time Air Instrument & AI Music Coach

computer-vision instrument music

Last synced: 31 May 2026

https://github.com/jcaperella29/document_cleaning_cli

🧠 AI-powered pipeline for cleaning scanned documents. Removes noise, enhances text, auto-tunes model weights, and returns OCR-optimized PDFs via CLI or cloud API.

auto-tune batch-processing cli-tool cloud-run computer-vision deep-learning denoising document-ai document-processing fastapi image-enhancement image-processing ocr ocr-pipeline ocr-pipelines pytesseract python rest-api scanned-documents

Last synced: 08 Jun 2026

https://github.com/ninadnaik10/firesense

A Computer Vision based system to detect fire at an early stage in real-time and alert the user through a mobile application.

artificial-intelligence computer-vision firebase flask flutter machine-learning open-source opencv yolo yolov8

Last synced: 11 Apr 2026

https://github.com/gbr-rl/visionsort-rpi

A conveyor belt sorting system powered by Raspberry Pi and YOLOv8 for real-time object detection.

automation computer-vision diy-project hailo hailo-ai object-detection raspberry-pi real-time-inference yolov8

Last synced: 17 Oct 2025

https://github.com/fiuner-lica/micro-stitch

Implementation of an innovative tool designed for real-time panoramic imaging in an optical microscopy environment.

computer-vision microscopy-images opencv python3 qml

Last synced: 12 Oct 2025

https://github.com/iot-gamer/flutter_flame_finger_tracking_demo

A demonstration project showcasing the integration of real-time hand tracking with the Flame game engine in a Flutter application.

computer-vision flame-engine flutter flutter-app ga game handtracking mediapipe

Last synced: 25 Jul 2025

https://github.com/70null07/parkingcontrolcenter

Проект является частью выпускной квалификационной работы бакалавра на тему "Разработка программного комлекса для мониторинга платной парковки", в данном случае это сервисное приложение

classification computer-vision ffmpeg http libraries m3u8-parser ml movement-detection object-detection wpf yolov8n

Last synced: 19 Jan 2026

https://github.com/attarmau/IoT-CV-EasyParking

Computer vision project to detect available parking spaces in the vicinity - MaaS Hackathon.

computer-vision iot-application real-time-analytics transportation-problem

Last synced: 11 Jun 2025

https://github.com/muhd-umer/torch-classification

PyTorch-based image classification with super-resolution support

cnn computer-vision deep-learning image-classification pytorch

Last synced: 19 Jan 2026

https://github.com/satvikpraveen/lightningmasterpro

Comprehensive PyTorch Lightning framework featuring 20+ educational notebooks, advanced ML patterns, and production-ready workflows. Covers vision, NLP, tabular, and time series domains with distributed training, mixed precision, custom loops, and deployment pipelines. Complete with synthetic data generators and testing.

artificial-intelligence computer-vision data-science deep-learning distributed-training gradient-accumulation machine-learning mixed-precision mlops model-deployment model-training natural-language-processing neural-networks onnx-export python pytorch pytorch-lightning tabular-data time-series torchscript

Last synced: 06 May 2026

https://github.com/harshramani00/human-action-recognition

A Human Action Recognition (HAR) model combining 3D CNN and LSTM networks to accurately recognize actions in videos using spatial-temporal feature extraction. Trained on UCF-50 and outperforming existing architectures.

3d-cnn computer-vision deep-learning human-action-recognition lstm machine-learning python spatial-temporal tensorflow ucf50-dataset video-classification

Last synced: 24 Jul 2025

https://github.com/devwaqarahmad/ai-image-caption-generator

A computer vision and deep learning-based project that generates human-like captions for any image using CNN + LSTM architecture. It takes an image as input and returns a meaningful description in natural language.

cnn computer-vision deep-learning image-captioning image-processing lstm machine-learning python tensorflow vision-to-text

Last synced: 18 May 2026

https://github.com/samuelebortolotti/feature-detection-and-tracking

Repository concerning a feature detector and tracker developed for the Computer Vision course of the master's degree in Computer Science at University of Trento

blob-detector computer-vision harris-corner-detector kalman-filter orb python shi-tomasi sift

Last synced: 05 Mar 2025

https://github.com/graiphic/graiphic-documentation

Graiphic Toolkits for LabVIEW provide advanced AI, GPU, and graph-oriented computing capabilities directly inside LabVIEW. Built on ONNX Runtime, they enable seamless integration of SOTA, Accelerator, and Deep Learning Toolkit for high-performance execution across CPUs, GPUs, and edge devices.

accelerator-toolkit ai-orchestration computer-vision cuda deep-learning directml edge-ai graph-computing hardware-acceleration high-performance-computing inference labview neural-networks onednn onnx onnxruntime openvino sota tensorrt training

Last synced: 22 Nov 2025

https://github.com/shuai-xie/cv_utils

useful code for cv-related python programs

computer-vision python

Last synced: 06 May 2026

https://github.com/markoshb/computer-vision-subject

Jupyter Notebooks about Computer Vision developed at University of Malaga

computer-vision jupiter-notebook opencv python

Last synced: 05 May 2026

https://github.com/kiritoind/neural-network-for-cat-image-classification

This script defines essential functions for constructing a deep neural network from scratch for image classification. It includes activation functions like sigmoid and ReLU, data loading from H5 files, parameter initialization, forward and backward propagation for training, gradient descent for parameter updates, and functions for prediction

classification computer-vision deep-learning deep-neural-networks jupyter-notebook numpy python

Last synced: 05 May 2026

https://github.com/singh-dhruv/traffic-light-detection-and-recognition

Welcome to this repository! Here we explored the topic of traffic lights detection and its recognition for helping the Autonomous Vehicles in their interpretation of traffic lights and decision making while driving.

autonomous-driving computer-vision matplotlib-pyplot numpy python r-cnn tensorflow

Last synced: 05 May 2026

https://github.com/aryansk/geometric-transformation-visualizer

A comprehensive toolkit for visualizing various geometric transformations on both 2D shapes and images using Python. This project demonstrates fundamental geometric operations through interactive visualizations.

computer-vision matplotlib numpy opencv python

Last synced: 05 May 2026

https://github.com/edwinabdonshayo/expiriobot

ExpirioBot an automated system that sorts products based on expiry dates using computer vision and OCR. It extracts expiry dates from images and controls a robotic arm to sort them. Key features include real-time image capture, efficient threaded processing, and robotic arm control. Developed by @saki3110, @ishan123310, @gt663 and @EdwinAbdonShayo

ai-vision aivision computer-vision dofbot ocr pytesseract python raspberry-pi robot robot-arm robotics tesseract threading yahboom yahboomtechnology

Last synced: 05 May 2026

https://github.com/hamidhosen42/python-opencv

OpenCV is a huge open-source library for computer vision, machine learning, and image processing.

computer-vision image-processing machine-learning opencv python python-library

Last synced: 05 May 2026

https://github.com/renan-siqueira/autoencoder-research

A comprehensive toolkit built with PyTorch, designed to facilitate the training, evaluation, and visualization of autoencoders. From simple linear autoencoders to convolutional and variational architectures, this project offers an intuitive and expandable framework for anyone delving into the realm of unsupervised learning.

autoencoder computer-vision container convolutional-neural-network data-augmentation deep-learning dimensionality-reduction docker dockerfile image-processing image-reconstruction machine-learning model-checkpoint neural-networks python pytorch unsupervised-learning variational-autoencoder virtualization

Last synced: 06 May 2026

https://github.com/rushi128/virtual-painting

Using openCV Python, this code measures the distance between your hand and the camera

computer-vision opencv opencv-python python

Last synced: 06 May 2026

https://github.com/axelseancp/cat_breed_classification

A machine learning project for image classification from dicoding machine learning course

computer-vision image-classification machine-learning python tensorflow

Last synced: 07 May 2026

https://github.com/brucesdad13/autonomous-picar-x

Autonomous Driving with PiCar-X Using OpenCV

computer-vision opencv raspberry-pi

Last synced: 07 May 2026

https://github.com/ycc789741ycc/3dconstruction_yolov3

Implemented distance evaluation by applying yolov3 to construct 3D scenario with two cameras

computer-vision object-detection opencv pytorch yolov3

Last synced: 07 May 2026

https://github.com/rishikesh-jadhav/robot-learning

This repository contains my solutions and code submissions for assignments and projects completed as part of ENPM690 during Spring 2024. Each assignment is organized in its own folder, with accompanying documentation and any necessary resources.

computer-vision deep-learning deep-neural-networks imitation-learning machine-learning reinforcement-learning robotics

Last synced: 08 May 2026

https://github.com/kentlouisetonino/tinkering-computer-vision

All things I learned related to Computer Vision.

computer-vision course machine-learning opencv python

Last synced: 10 Jun 2026

https://github.com/epomatti/azure-customvision-classification

Training & Prediction with Azure Cognitive Services Custom Vision.

azure cognitive-services computer-vision custom-vision machine-learning nodejs typescript

Last synced: 08 May 2026

https://github.com/simoninithomas/where_is_my_cat

A series of YOLO experimentations using DarkFlow

computer-vision deep-learning tensorflow yolo

Last synced: 10 Jun 2026

https://github.com/faisal-fida/safezone-predictor-with-yolo

SafeZone Predictor is a FastAPI-based application that utilizes the YOLO (You Only Look Once) model for object detection. The application allows users to upload images, processes them using the YOLO model, and returns the detected objects with bounding boxes drawn on the images.

computer-vision fastapi image-processing object-detection python yolo

Last synced: 08 May 2026

https://github.com/anthonytedja/speakcv

speakCV. desktop client automates @Zoom actions with OpenCV

bootstrap computer-vision dlib machine-learning opencv scipy tkinter zoom

Last synced: 09 May 2026

https://github.com/yongsk0066/qr-visualizer

QR 코드 생성 및 디코딩 과정을 단계별로 시각화하는 교육용 React 애플리케이션 🎓

computer-vision education educational-tool iso-18004 opencv qr-code react reed-solomon typescript visualization

Last synced: 09 May 2026

https://github.com/es7/diffusion-models-unet

Complete guide on Diffusion Model from definition to training and inference

artificial-intelligence computer-vision diffusion-models generative-ai image-processing unet

Last synced: 10 Jun 2026

https://github.com/crispengari/cv-torch

computer vision notebooks for pytorch projects.

computer-vision deep-learning deep-neural-networks python pytorch torch

Last synced: 09 May 2026

https://github.com/zhuruili/ai-hollow-knight

Training little-knight to defeat bosses using simple reinforcement learning techniques.

cnn computer-vision deep-learning hollow-knight pytorch reinforcement-learning

Last synced: 09 May 2026

https://github.com/pjarbas/yolov8x-pytorch

Object Detection in video streaming from Youtube

computer-vision deep-learning norfair opencv pytorch tracking yolov8x

Last synced: 10 May 2026

https://github.com/kalthommusa/face-mask-application

Develop a custom classifier with PyTorch and transfer learning techniques to recognize face masks, and then deploy it as a web application using Code Engine on IBM cloud.

cnn-classification cnn-model computer-vision convolutional-neural-networks deep-learning deep-neural-networks face-mask-classification image-classification image-recognition python pytorch resnet-18 transfer-learning

Last synced: 10 May 2026

https://github.com/ajaichemmanam/ai-inference-ui

A streamlit based UI for showing demo of AI computer vision models

ai computer-vision demo streamlit ui ux-design

Last synced: 10 May 2026

https://github.com/university-project-repos/.github

Public profile for a private organisation containing multiple .git university projects. Offering as much as 30 ECTS (60 EFTS/CATS), they cover a diverse range of IT disciplines, many involving extensive collaboration.

artificial-intelligence automation computer-architecture computer-vision cybersecurity data-engineering data-science deep-learning distributed-computing embedded-systems full-stack-development game-development hci machine-learning reinforcement-learning robotics software-engineering software-testing university-project web-development

Last synced: 11 May 2026

https://github.com/ksasi/efface-the-haze

Efface the haze - Single Image Haze removal with Involuted U-Net

computer-vision involuted-u-net opencv pytorch single-image-dehazing

Last synced: 11 May 2026

https://github.com/willtheorangeguy/youtube-description-generator

A simple group of scripts to generate descriptions for YouTube Shorts.

ai computer-vision ollama youtube youtube-shorts

Last synced: 11 May 2026

https://github.com/piyp791/udacity-sdcndp-advanced-lane-lines

Advanced lane finding, done as a part of Udacity Self Driving Car Nanodegree Program

advanced-lane-finding camera-calibration color-transformations computer-vision self-driving-car

Last synced: 12 May 2026

https://github.com/pnkvalavala/image-captioning

Image Caption Generator using a Pretrained ResNet-50 and an LSTM architecture. Trained on COCO 2017 dataset, it's accessible via a Streamlit app.

computer-vision deep-learning image-captioning lstm mscoco python pytorch resnet streamlit

Last synced: 13 May 2026

https://github.com/goruck/bow

Object classifier using the bag of words approach in OpenCV 3.2

bag-of-words computer-vision cpp opencv3

Last synced: 11 Jun 2026

https://github.com/nguyen-phan-duc-minh/nguyen-phan-duc-minh

Nguyễn Phan Đức Minh – AI Engineer | Machine Learning | Computer Vision | Website, Mobile Developer (React & Flutter)

ai-engineer computer-vision deep-learning developer flutter machine-learning nguyen-phan-duc-minh react-native

Last synced: 13 May 2026

https://github.com/mohamedmetwalli5/handwave

🖐🌊 The Sign Language Real-Time Recognition Graduation Project.

computer-vision convolutional-neural-networks deep-learning graduation-project

Last synced: 11 Jun 2026

https://github.com/josephmars/fgvc8_foliar_disease_classification

Convolutional Neural Network (CNN) model to classify apple leaf images into specific disease categories. Computer vision Kaggle project for foliar disease diagnosis.

cnn-classification computer-vision plant-disease-detection pytorch

Last synced: 13 May 2026

https://github.com/yutingshih/aoc2024-final-project

Image Classification with Custom CNN Accelerator on FPGA, Final Project of AOC 2024 Spring

computer-vision convolutional-neural-networks eyeriss fpga image-classification performance-analysis quantization

Last synced: 14 May 2026

https://github.com/kohakublueleaf/pixeloe-matlab

A simple project for doing pixelization on Image with Matlab

computer-vision pixelization

Last synced: 11 Jun 2026

https://github.com/toskpl/dw_matrix_road_sing

Predykcja znaków drogowych

computer-vision dataworhsop matrix

Last synced: 12 Jun 2026

https://github.com/jocelynvelarde/shell-hacks-2024

EmergencyAct uses surveillance cameras to detect accidents and emergencies in real-time, providing essential insights and support.

computer-vision generative-ai mobility-data transportation

Last synced: 14 Jun 2026

https://github.com/smmariquit/illumina

Illumina — Sparkfest 2025 hackathon project. A Flutter + Firebase + Google Cloud Vision app that maps urban danger zones in real time, helping citizens stay safe and guiding city planners toward SDG 11 & 16 (safer, human-centered cities).

civic-tech computer-vision dart firebase flutter google-cloud-vision google-maps hackathon philippines sdg-11 sdg-16 sparkfest sustainable-development urban-planning

Last synced: 14 Jun 2026

https://github.com/headless-start/peft-lora-vit

This repository contains LoRA fine-tuning of a Vision Transformer on Oxford-IIIT Pets and Flowers-102.

computer-vision deep-learning fine-tuning hydra image-classification lora peft python pytorch timm transfer-learning vision-transformer vit weights-and-biases

Last synced: 15 Jun 2026

https://github.com/materight/non-rigid-object-tracking

A set of algorithms for non-rigid tracking of multiple objects in videos from different domains.

computer-vision object-tracking opencv

Last synced: 15 Jun 2026

https://github.com/ethand91/object-detect

Simple object detection example using python, opencv and YOLO

computer-vision example opencv python3 tutorial

Last synced: 28 Jun 2026

https://github.com/loki-silvres/dental-disease-detection

Detect various dental diseases from panoramic x-ray images using instance segmentation models.

computer-vision deep-learning detection flask instance-segmenation model-deployment

Last synced: 28 Jun 2026

https://github.com/muhammadsalmanaziz/blindvision

BlindVision : A computer vision based technology for Blind People

computer-vision ocr-recognition raspberry-pi speech speech-recognition text-to-speech yolov8

Last synced: 29 Jun 2026

https://github.com/schmitzandrew/flur

Face Detection with Open CV and image editing with PIL.

computer-vision opencv python

Last synced: 29 Jun 2026

https://github.com/rasyadh/photos-impression

Final Project Application "Analyzing Facial Expression Change Based On Photo Impression"

computer-vision facial-expression-recognition flask-framework image-processing opencv3-python photos python3

Last synced: 14 May 2026

https://github.com/malikmalikayesha/visual-tales-generator

Visual Tales Generator is an AI pipeline transforming text into visuals. It uses OpenAI API, Flux Dev diffusion models, and LoRA fine-tuning. An agent processes JSON, NLP ensures character consistency, and a model-agnostic architecture uses system prompts. It generates Pixar-style 3D storyboards via Replicate API, automating visual storytelling.

computer-vision diffusion-models flux image-generation lora machine-learning nlp openai openai-api prompt-engineering python

Last synced: 15 May 2026

https://github.com/celestialtaha/facial_expression_recognition_cnn

Recongnize faces using cascade detectors and perform expression classification using CNN

cascade-detection cnn computer-vision face-detection opencv

Last synced: 20 May 2026

https://github.com/protyayofficial/convsfnet

Enhanced disaster image classification using ConvNeXt with Squeeze-and-Excitation (SE) and Feature Pyramid Network (FPN). Built on the MEDIC dataset, this project aims to improve classification accuracy and address overfitting issues.

computer-vision deep-learning disaster-identification

Last synced: 23 Jun 2025

https://github.com/adi2334/image-caption-generator

This project implements an image captioning model using a CNN-LSTM architecture. The model takes an image as input and generates a descriptive caption using natural language processing techniques

cnn computer-vision deep-learning imagecaptioning lstm machine-learning neural-network tensorflow

Last synced: 21 Apr 2026

https://github.com/marcus-24/tensorflow_v_pytorch

This repository is a quick project to transfer my TensorFlow framework knowledge to Pytorch

computer-vision forecasting-models python pytorch sentiment-analysis tensorflow

Last synced: 17 Jul 2025

https://github.com/sadmanca/open-insulin-vision

Computer vision model to identify yeast colonies in images.

computer-vision computer-vision-opencv open-insulin opencv opencv-python opencv2 vision

Last synced: 17 May 2026

https://github.com/alejo1630/centroids

With this Python code it's possible to find the centroid of a regular or irregular geometric figures wich are solid or have holes, using Open CV library

centroids computer-vision python

Last synced: 17 Jul 2025

Computer vision Awesome Lists
Awesome-pytorch-list 707 awesome-multimodal-ml 480 awesome-self-supervised-learning 463 Awesome-Transformer-Attention 2,160 awesome_3DReconstruction_list 169 awesome-industrial-anomaly-detection 1,102 awesome-hand-pose-estimation 497 awesome-image-classification 220 Awesome-Crowd-Counting 468 awesome-human-pose-estimation 89 awesome-autonomous-vehicles 296 Awesome-World-Model 725 Awesome-Federated-Learning 558 Awesome-FL 4,069 awesome-low-light-image-enhancement 219 Awesome-pytorch-list-CNVersion 692 Awesome-Interaction-aware-Trajectory-Prediction 564 Awesome-Implicit-NeRF-Robotics 191 iOS_ML 39 awesome-tensorflow-lite 110 CV-pretrained-model 103 awesome-attention-mechanism-in-cv 195 Awesome-Image-Colorization 150 awesome-grounding 157 openstl 43 Awesome-Open-Vocabulary 162 awesome-ai-awesomeness 236 awesome-capsule-networks 67 awesome-autonomous-vehicle 181 awesome-6d-object 600 awesome-multi-task-learning 233 awesome-robotics-3d 111 awesome-photogrammetry 90 awesome-open-data-centric-ai 56 awesome-ai-data-guided-projects 56 Awesome-Skeleton-based-Action-Recognition 104 Awesome-3D-Object-Detection 169 awesome-optical-flow 110 awesome-holistic-3d 129 awesome-data-annotation 93 Awesome-Parameter-Efficient-Transfer-Learning 124 awesome-panoptic-segmentation 45 awesome-computer-vision-models 189 awesome-state-of-depth-completion 71 awesome-robotics-datasets 79 awesome-nerf-editing 537 arctic 34 awesome-image-alignment-and-stitching 108 Awesome-Distributed-Deep-Learning 44 Awesome-Monocular-3D-detection 97