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

Image processing

Digital image processing is the use of algorithms to make computers analyze the content of digital images.

https://github.com/mathieu-lala/u01

A Collection of independent projects

boost cmake conan cpp cpp17 image-processing kmeans-clustering sfml

Last synced: 29 Apr 2026

https://github.com/dpb44/image-inpainting

Exploring the matrix completion problem of low-rank matrices

asd image-processing inpainting-algorithm matrix-completion

Last synced: 17 Jun 2026

https://github.com/cuupa/perspective-corrector

A simple document perspective corretion

image-processing opencv python3

Last synced: 29 Apr 2026

https://github.com/freya135/smart-traffic-system

A Python-based system leveraging a Raspberry Pi to capture and process traffic images, dynamically control traffic lights and servo motors based on real-time vehicle detection using edge detection, and optimize traffic flow intelligently.

canny-edge-detection gpiozero image-processing numpy open-cv python raspberry-pi-5 real-time-processing servo-motor signal-duration smart-traffic-light

Last synced: 29 Apr 2026

https://github.com/himalayaashish/cloaktrick

This project demonstrates the use of OpenCV and computer vision techniques to create a "cloak effect," similar to the invisibility cloak from Harry Potter. The system captures live video using a webcam and detects a specific color range to create the illusion of making the person wearing that color invisible.

computer-vision image-processing opencv

Last synced: 29 Apr 2026

https://github.com/filiprokita/fclick

FCLICK is a Python script that automates mouse clicking by detecting a change in pixel color on the screen. The script waits for a specified start button press to begin monitoring the pixel color at the current mouse position. Once the pixel color changes, the script sends a left mouse click to that position.

automation gui image-processing keyboard-input mosue-click mouse mouse-automation python python3 useful utilities windows

Last synced: 29 Apr 2026

https://github.com/sergeipapina/searchsmd

opencv python base utility, search an component image in PCB image with rotation and scale

image-classification image-processing opencv python3

Last synced: 29 Apr 2026

https://github.com/tautvydasderzinskas/web-scrap-facebook-post

Free time coding project which allows to scrap third party data (from givem websites) - convert it to a nice presented form (images) and post it to a selected facebook pages automatically. This application may serve you as example of how to do certain things... Be aware that at the moment it's code is dedicated to scrap specific pages and present the data in specific way so if you want to use it you will have to modify both the scrapping logic and image generation logic to fit your needs.

cron-jobs facebook image-processing javascript nodejs scraper

Last synced: 29 Apr 2026

https://github.com/driftingruby/077-cropping-images-with-jcrop

Extend your image upload functionality with JCrop. Learn to redirect the user to a crop page once they have uploaded their image and save versions of the cropped images.

image-crop image-processing image-upload ruby-on-rails

Last synced: 29 Apr 2026

https://github.com/r3dacted42/dip-filter-thresh-gui

assignment made for a digital image processing course

image-processing opencv pyqt5

Last synced: 29 Apr 2026

https://github.com/jayantita/opencv-image-processing

Color Detection using OpenCV Python

image-processing opencv python

Last synced: 29 Apr 2026

https://github.com/aayushinit/aibackgroundsubtractor

Real-time background subtraction using OpenCV + Flask with switchable detection algorithms and stylish frontend

ai-project background-subtraction computer-vision flask image-processing knn mog2 opencv python realtime tailwindcss video-processing webcam

Last synced: 29 Apr 2026

https://github.com/dafwa/aplikasi-incer

Real-time Image Processing & Face Segmentation Web App built with FastAPI, MediaPipe, and OpenCV. Features transparent background removal, face mesh visualization, and structural analysis.

fastapi image-processing mediapipe python

Last synced: 29 Apr 2026

https://github.com/fatihilhan42/fire-detection-using-haar-cascade-classifier-in-opencv-main

It is the Fire detection project with Arduino of our Computer Vision work with Opencv. In this project, when fire detection was detected using Opencv intelligence libraries, the LED on the Arduino burned, the detection text was printed on the buzzer and LCD screen. I tried to explain the details of the project step by step below.

ardunio-uno computer-vision fire-detection harrcascade image-processing opencv-python python3

Last synced: 30 Apr 2026

https://github.com/neo-ciber94/serverless-imageprocessing

Serverless application to manipulate images

aws-lambda cdk image-processing rust typescript

Last synced: 30 Apr 2026

https://github.com/arndvs/cast

Creative automation pipeline for generating localized social ad creatives at scale.

creative-automation generative-ai image-processing nextjs openai sharp tailwindcss typescript vitest zod

Last synced: 08 Jun 2026

https://github.com/lamaabdeldayem/image-processing

A Python-based image processing project using OpenCV to perform edge detection, thresholding, contour detection, and visualization, including bounding boxes on detected contours.

computer-vision contours edge-detection image-processing opencv python thresholding

Last synced: 30 Apr 2026

https://github.com/maximlevchenko/python-course-convolution-orb-detector-data-processing-2d-game

This repository contains a collection of projects developed during a university Python course. Each project explores different aspects of data processing, analysis, and computer vision.

2dgame bomberman-game computer-vision convolution harris-corner-detector image-processing keypoint-detection numpy pandas python statistical-analysis

Last synced: 30 Apr 2026

https://github.com/allen-reji/paddleocr-text-extraction-ml-model

Utilizes PaddleOCR and advanced image pre-processing techniques to extract product attributes from images.

amazon-ml-challenge image-processing machine-learning opencv paddleocr paddlepaddle pil text-extraction

Last synced: 01 May 2026

https://github.com/naanadr/correct_orientation

Neural network model to correct the orientation of images.

correct-orientation image-processing keras neural-network python

Last synced: 01 May 2026

https://github.com/sairupeshl/c-image-processor

A command-line application in C to apply visual filters (Grayscale, Reflection, Box Blur, and Edge Detection) to 24-bit BMP images

c image-processing

Last synced: 08 Jun 2026

https://github.com/jonasagx/nephos

Análise comparativa de algoritmos para criação de mapas de campos de vento

experiment image-processing opencv

Last synced: 01 May 2026

https://github.com/benjaminfiliatrault/ric

Rust Image Compressor (RIC)

image-processing rust

Last synced: 14 Mar 2025

https://github.com/mert-byrktr/annoy-image-similarity

Toy project for basic image search engine. Just for dog images now, can be further extended.

annoy fastapi image image-processing search-engine

Last synced: 04 May 2026

https://github.com/panagiotisdrakatos/kernel_image_convolution

In image processing, a kernel, convolution matrix, or mask is a small matrix. It is used for blurring, sharpening, embossing, edge detection, and more. This is accomplished by doing a convolution between a kernel and an image.

c convolution image-processing mpicc

Last synced: 24 Jul 2025

https://github.com/adityasreevatsak/useful-code-snippets

Useful-Code-Snippets is a collection of practical and reusable code snippets for various everyday programming tasks. It serves as a handy reference for automating, optimising, and simplifying common operations across different domains.

automation file-handling git image-processing python regex

Last synced: 02 May 2026

https://github.com/aniketparate/surface-thermal-temp-prediction

Surface Temperature Prediction using Thermal Images

extraction image-processing ml python

Last synced: 02 May 2026

https://github.com/scottyrichardson/grayl-image-thumbnail

Generates different thumbnail sizes from an image. Part of the Grayl PHP framework.

composer-package grayl image-processing php thumbnailer

Last synced: 19 Jun 2026

https://github.com/the-pinbo/image-denoising

The standard approach to image reconstruction using deep learning is to use clean image priors for training purposes. In this project, we attempt to achieve denoising without using a clean image prior and yet, achieving a performance comparable to, or sometimes, even better than that obtained using the conventional approach.

autoencoder bsd500 dataset denoising denoising-autoencoders gaussian-noise image-data-generator image-processing image-restoration noise2noise rednet tensorflow unet

Last synced: 02 May 2026

https://github.com/carterapp/darkroom

Image processing cli tool

golang image-processing

Last synced: 24 May 2026

https://github.com/dho-rae/emotion-detector

A facial expression recognition system that identifies emotions in real-time video and images using deep learning. Trained on the FER-2013 dataset, this program utilizes TensorFlow/Keras to classify emotions into Angry, Disgust, Fear, Happy, Sad, Surprise, and Neutral. It features OpenCV for face detection and a Tkinter GUI for easy interaction.

artificial-intelligence computer-vision deep-learning emotion-detection facial-recognition gui-application image-processing machine-learning python real-time-processing

Last synced: 02 May 2026

https://github.com/opifexm/converter-to-text

The program image-to-text conversion

image-processing java webserver

Last synced: 09 Jun 2026

https://github.com/bishwas-py/save-generated-image-django

This is a quick simple Django app that allows you to programatically save a generated image in Django.

django django-application image-processing save save-image

Last synced: 03 May 2026

https://github.com/caiotaavares/painter

Simple image editor and raster graphics editor with Qt6 and c++

cpp image-processing qt5

Last synced: 03 May 2026

https://github.com/greg-ynx/projet-encolleuse-image-processing

Construction d'un pipeline traitant des images de dépôts de colle et mesurant le diamètre de ceux-ci.

image-processing jupyter measurements python

Last synced: 03 May 2026

https://github.com/chinmayeegade/matlab_image_processing

Codes to various image editing, processing and filtering methods offered by MatLab

image-processing matlab

Last synced: 09 Jun 2026

https://github.com/st235/catovasia

Catovasia (рус. Котовасия) - state of mind, nothing more than the abbreviation of the phrase "Cat Vaska".

android cat image-processing java vaska

Last synced: 03 May 2026

https://github.com/halimdakir/serverless-image-processing-on-aws

A fully containerized, event-driven image processing pipeline built with Go, AWS Lambda, and Amazon Rekognition.

amazon-rekognition amazon-s3 api-gateway aws aws-lambda benchmark cloudwatch docker event-driven golang image-processing serverless

Last synced: 03 May 2026

https://github.com/andraderaul/ascii-art-converter

Real-time image and webcam to ASCII art converter built with React, TypeScript, and Vite.

ai-assisted-development ascii-art canvas creative- image-processing vite

Last synced: 20 May 2026

https://github.com/nuraj250/facevision

A powerful face recognition app using OpenCV to detect and recognize faces in images and videos. Supports real-time processing, facial feature extraction, and database matching for identification. Ideal for security, authentication, and smart applications.

computer-vision face-detection face-recognition image-processing machine-learning opencv python

Last synced: 03 May 2026

https://github.com/ayekaunic/image-resizing

A Python script to resize images to a target size while maintaining their aspect ratio.

image-processing python

Last synced: 14 Mar 2025

https://github.com/kiwamizamurai/gridist

A CLI tool that splits images into grids and uploads them to GitHub Gists for creating stunning GitHub profile decorations

cropper gif gist-api github-layout github-profile image-processing rust

Last synced: 22 Mar 2025

https://github.com/kpechenenko/img-previewer

The web-service to create image preview.

docker go image-processing rest-api

Last synced: 04 May 2026

https://github.com/rolandort/transform

TransForm is a macOS app that lets you apply free transformations and cropping to images by selecting and adjusting four points.

image-processing macos python qt6

Last synced: 04 May 2026

https://github.com/ahmetaksungur/image-recognition-api-python

Python image recognition libraries process the image sent with the api and look at the object, classification, intense colors of the image and whether the image is safe or not.

api-python flask image-classification image-processing image-recognition imageai object-detection python python-script

Last synced: 05 May 2026

https://github.com/anirban-majumder/wolframalpha-api

API to send query to wolfram and get getting the result outputed in image format.

api image image-processing pillow python wolfram wolfram-alpha

Last synced: 24 May 2026

https://github.com/junkisai/search_engine

画像検索エンジンをつくろう

image-processing keras python

Last synced: 05 May 2026

https://github.com/bugramurat/real-time-image-processing-app

Real-Time Image Processing with Flask and Docker (Mobile Friendly)

docker flask image-processing javascript python

Last synced: 05 May 2026

https://github.com/gitstq/pixelforge

🔨 PixelForge - Lightweight Developer Image Processing CLI Toolbox | Compress, Convert, Resize, Crop, Watermark, Compare & Batch Process

batch cli compress convert cross-platform developer-tools image-processing image-toolbox python resize watermark

Last synced: 21 Jun 2026

https://github.com/christiansassi/signal-image-and-video-project

Project developed by Pietro Bologna (@bolognapietro) and Christian Sassi for the Signal, Image and Video course.

image-processing mri-segmentation numpy opencv python

Last synced: 06 May 2026

https://github.com/ugliestie/musicemoji

Telegram bot which updates your Telegram account status with emoji of current track

aiogram aioschedule image-processing lastfm telegram

Last synced: 06 May 2026

https://github.com/alesyarabushka/diamond

This application has been developed in purpose of creating a picture for diamond embroidery based on the user's picture

image-processing nodejs pixelation postgresql reactjs typeorm typescript

Last synced: 06 May 2026

https://github.com/russell-archer/fitsexplorer

Astronomer's Imaging Utility (Archived from Microsoft TFS)

c csharp image-processing windows

Last synced: 06 May 2026

https://github.com/cahyaong/cop.theia

My repository for learning image and video processing techniques.

artificial-intelligence computer-vision csharp image-processing machine-learning python wpf

Last synced: 07 May 2026

https://github.com/mukuta-manit-d/medix

Medix is an innovative platform Bridging AI and advanced medical imaging to aid doctors and patients in diagnosing brain tumors and lung-related abnormalities. the mission of the project is to Elevate diagnosis precision and efficiency, facilitating early treatment for various medical conditions.

cnn-keras css html image-processing javascript machine-learning mongodb-compass python tensorflow

Last synced: 07 May 2026

https://github.com/yash-saini/image_augmentation

This repository contains the jupyter notebook catering to demonstrating the image augmentation techniques using pytorch.

augmentation imaeg image image-manipulation image-processing imageaugmentation jupyter-notebook python pytorch

Last synced: 07 May 2026

https://github.com/guangie88/image-batch-resizer-rs

Experimental image batch resizer in Rust

cli image-processing rust

Last synced: 10 Jun 2026

https://github.com/hibatillah/projectpd

Web Identification of Rice Types based on Colors

college-project deep-learning deeplearning image-processing python rice tailwindcss website

Last synced: 08 May 2026

https://github.com/pikachuxxxx/foodieswatson

An app made using IBM Watson to help the present generation teen to recognise Indian spices pulses and leafy vegetables

food food-classification ibm-watson image-processing image-recognition machine-learning ml

Last synced: 08 May 2026

https://github.com/skuong/2webp

convert image to webp format with nodejs

child-process image image-processing nodejs optimization performance webp

Last synced: 10 Jun 2026

https://github.com/nathania-rachael/paddleocr-text-extraction-ml-model

Utilizes PaddleOCR and advanced image pre-processing techniques to extract product attributes from images.

amazon-ml-challenge image-processing machine-learning open-cv paddleocr paddlepaddle pil text-detection

Last synced: 09 May 2026

https://github.com/duyndh98/digitalrace-mymodules

My modules for Final Round - Cuộc đua số (2017 - 2018)

computer-vision cpp image-processing machine-learning opencv

Last synced: 09 May 2026

https://github.com/ganeshaampuh/ktp-ocr

Open Source KTP Extractor (Express, Tesseract.js)

image-processing indonesia ktp ocr tesseract

Last synced: 22 Jun 2026

https://github.com/indivisual-eyes/indivisual-eyes-app

App to make photos easier to see for color blind individuals

app color expo image-processing react-native typescript

Last synced: 10 May 2026

https://github.com/bsteen/is-it-on-hfqpdb

Check if active Harbor Freight coupons have been uploaded to HFQPDB

coupons database harbor-freight image-processing opencv regex web-scraping

Last synced: 10 May 2026

https://github.com/rudra-mondal/batch-image-cropper

A desktop batch image cropping tool for quickly preparing multiple images at a consistent size and aspect ratio.

gui image-cropper image-processing pillow pyside6 python

Last synced: 22 Jun 2026

https://github.com/jamnicki/smartcanvas-digits

Interactive canvas with 'hand-written' digits recognition basing on MNIST dataset

ai image-classification image-processing image-recognition

Last synced: 07 Apr 2025

https://github.com/daneelsan/wolfram-qoi

A Wolfram Language paclet for manipulating the Quite OK Image (QOI) format

c encoder-decoder image-processing wolfram-language

Last synced: 12 Jun 2025

https://github.com/xza85hrf/icon-combiner-app

Icon Combiner App is a Python-based GUI application that allows users to combine two ICO icons into one. The application uses CUDA (if available) or CPU for upscaling the icons to a user-specified size or automatically sizes them based on their original dimensions. It provides detailed logging for error tracking and debugging.

error-logging gui-application ico-format icon-combining image-processing image-upscaling python

Last synced: 25 Mar 2025

https://github.com/md0011/filterfun

A fun project where we can upload our pictures and apply various filters to it.

filters html-css-javascript image-processing photo-editing photography social-media webapp

Last synced: 16 Mar 2025

https://github.com/mosegontar/underbyte

Encode arbitrary bytes in image pixels.

encoding go golang image-processing steganography

Last synced: 26 Jul 2025

https://github.com/aiaaee/102-flower-dataset

102Flower is an image classification dataset consisting of 102 flower categories

convolutional-neural-networks deep deeplearning image-analysis image-processing vision

Last synced: 09 Apr 2025

https://github.com/gcyrillus/simpleimageresizer

simplifie l'interface d'upload de PluXml et fixe une largeur maximale aux images. Celle-ci sont redimensionnées. Pas de miniature

administration image-processing plugin pluxml

Last synced: 09 Apr 2025

https://github.com/whitelotus4/chsapi.github.io

CHSAPI is a media-tech API platform that leverages JPEN stack technology to serve deepfake detection, image compressor, image converter, image to pdf etc utility. specifically made for Cavernous Hoax Scanner but now free for every one.

api fastapi free image-processing jpen media-tech nodejs python website

Last synced: 11 May 2026

https://github.com/eesunmoon/image_processing

[Fall 2021] Image Processing

c image image-processing

Last synced: 26 May 2026

https://github.com/kraktus/image-padder

A simple application to change aspect ratio and extend images by adding a coloured/transparent background around

image-processing pillow pyside6 qt6

Last synced: 28 Apr 2026

https://github.com/johnbasrai/mirage

🖼️ High-performance Rust CLI for image editing and fractal generation — supports blur, crop, grayscale, rotate, and more

clap cli create-crate github-actions image-processing image-rs integration-testing rust unittest

Last synced: 10 Jun 2026

https://github.com/abdus/java-image-resizer

On-the-Fly Image Resizer built using the Spring Framework

image-processing image-resizer java spring-boot

Last synced: 19 May 2026

https://github.com/sfuhrm/schrumpf

Java UI application for batch image resizing and format changing

batch image-processing images java jpeg scaling

Last synced: 09 Apr 2025