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/soham4abc/texter

Image to editable text converter

ai api-rest character-recognition frontend image-processing python

Last synced: 13 Apr 2026

https://github.com/krisharul26/vgg-16-inception-v3-cotton-disease-prediction

Cotton disease prediction using CNN frameworks such as VGG-16, Inception-V3 and Inception-Resnet-v2.

cnn image-classification image-processing transfer-learning vgg16 vgg19

Last synced: 15 Oct 2025

https://github.com/jpsca/image-processing-egg

High-level image processing wrapper for libvips

image-processing python thumbnails vips

Last synced: 27 Jan 2026

https://github.com/utkarsh5026/studio

An image analysis platform built in ๐Ÿ’— with react

image image-analysis image-compression image-processing nodejs react typescript vite

Last synced: 14 Apr 2026

https://github.com/fitushar/seamcarving_content-aware-image-resizing

The availability of sophisticated source attribution techniques raises new concerns about privacy and anonymity of photographers, activists, and human right defenders who need to stay anonymous while spreading their images and videos. An image can be considered to be a combination of both significant (foreground) objects and some less significant (background) objects. Content aware image resizing (CAIR) algorithm uses the different edge detection methods to segregate the useful objects from the background. When applied to an image, CAIR can resize the image to a very different aspect ratio without destroying the aspect ratio of the useful objects in the image. In this project, we simply implement a content aware image resizing (CAIR) in MATLAB environment. The main idea to implement CAIR is to remove or insert the vertical or horizontal seams (paths of pixel) having the lowest energy. After implanted the Seam Carving Algorithm for Content aware image resizing (CAIR), analysis shows that the implemented seam carving for CAIR can generate more desirable resized images than cropping, resampling, and conventional seam carving techniques.

content-aware-resize image image-processing matlab matlab-gui resizing-images seam-carving

Last synced: 24 Aug 2025

https://github.com/kunalgupta777/moustache-adder-

Python Script to add a cool moustache to all detected faces in a photograph!

face face-detection facerecognition haar-cascade image-processing machine-learning opencv python

Last synced: 29 Apr 2026

https://github.com/salihmezraoui/image-quilting

A C++ project implementing the Image Quilting algorithm based on Efros and Freeman's method for seamless texture synthesis. It generates larger, continuous textures by stitching overlapping patches from a source image. Using Minimum Error Boundary Cut and MSE Patch Selection, it minimizes visible seams and achieves high-quality texture results.

clion cmake cpp image-processing image-quilting

Last synced: 24 Aug 2025

https://github.com/davepagurek/duchamp

Creates a "Nude Descending Staircase"-like image given a video file

art graphics image-processing

Last synced: 14 Oct 2025

https://github.com/antoniotejada/imageviewer

Simple but featured image viewer, designed for speed when browsing network drives and on low power computers like Raspberry Pi 2

image-processing image-processing-python image-viewer image-viewing imageviewer irfanview linux linux-app lxde numpy pyqt pyqt5 python python2 python27 qt qt5 raspberry-pi raspbian windows

Last synced: 22 Jan 2026

https://github.com/artur24814/clearframe

Suggests removing background or editing images, while emphasizing clarity

image-processing jwt-authentication opencv react spring-boot

Last synced: 14 Apr 2026

https://github.com/mousa-alagha/rpi-based-lane-assist-autonomous-car

This project implements a lane-assist autonomous car using a Raspberry Pi and YOLO for object detection, lane detection, and motor control. The car autonomously navigates and avoids obstacles using computer vision.

ai ai-in-robotics autonomous-car computer-vision deep-learning image-processing lane-detection machine-learning motion-detection motor-control object-detection opencv raspberry-pi raspberry-pi-projects real-time-processing robot-navigation robotics self-driving-car sensor-fusion yolo

Last synced: 07 Oct 2025

https://github.com/ruizca/msvst

Denoising code using the Multi-Variance Stabilization Transform

astronomy image-processing

Last synced: 02 Aug 2025

https://github.com/itzg/img-hacker

A little golang tool to run some image manipulation

command-line-tool image-processing

Last synced: 07 Oct 2025

https://github.com/harmonicode/image-mixer

A PyQt5-based application for real-time image processing and reconstruction using frequency components like magnitude, phase, real, and imaginary parts. Adjust brightness and contrast, and mix images with ease.

fourier-transform image-processing numpy opencv pyqt5 python signal-processing

Last synced: 13 Mar 2026

https://github.com/perinim/pixel8bit

Convert images into 8-bit pixel arts๐Ÿ‘พ

8bit game-development image-processing retro

Last synced: 03 Feb 2026

https://github.com/anonfaded/image-resizer

This tool allows you to easily resize images through a graphical user interface (GUI) or a command-line interface (CLI) on Windows, Linux, and Mac.

image-processing opencv3-python

Last synced: 30 Mar 2025

https://github.com/ptahmose/colortwist

an exercise in SIMD-optimization

arm avx-instructions avx2 cpp image-processing neon

Last synced: 04 Sep 2025

https://github.com/markmbaum/hirise-thumbnails

scripts for scraping a large batch of mars surface imagery from the HiRISE camera

convolutional-neural-networks image-processing mars

Last synced: 21 Sep 2025

https://github.com/albertomorini/reddown

A Reddit images downloader

api downloader image-processing python reddit

Last synced: 30 May 2026

https://github.com/bbs1412/distributedattendancesystem

This is the distributed processing version of the 'Smart Attendance System' project.

attendance-system distributed-computing image-processing machine-learning parallel-processing socket

Last synced: 09 Oct 2025

https://github.com/mostafabaghi/python-car-plate-reader

๐Ÿ” Python Car Plate Reader โ€” A terminal-based license plate recognition tool that detects and extracts vehicle plate numbers from images using computer vision.

ai alpr automation computer-vision cv2 image-processing license-plate-recognition machine-learning number-plate-reader object-detection ocr opencv python python-project terminal-app vehicle-detection

Last synced: 06 May 2026

https://github.com/snototter/vitocpp

C++/Python 3 utilities for common vision tasks, e.g. streaming, visualization or image manipulation.

computer-vision-tools data-visualization image-processing utility-library

Last synced: 10 Apr 2025

https://github.com/fabriziomusacchio/bio_image_registration

Scripts for evaluating common Python image registration methods

histogram-matching image-processing image-registration python

Last synced: 13 Jul 2025

https://github.com/willxxy/ms-ssim-l1-for-1d

[PyTorch] Implementation of MS-SSIM + L1 loss proposed in "Loss Functions for Neural Networks for Image Processing" for Greyscale Images

deep-learning image-processing image-reconstruction l1 loss-functions machine-learning ms-ssim neural-network

Last synced: 08 Apr 2025

https://github.com/bunyaminyavuz/mnistdenoisingandclassification

A comprehensive project demonstrating the effects of noise on MNIST digit classification and the improvements achieved using denoising techniques. Includes data preprocessing, model training, and visualization using Streamlit.

classification data-augmentation deep-learning denoising image-processing keras machine-learning mnist neural-networks noise-reduction python streamlit tensorflow

Last synced: 05 Apr 2026

https://github.com/xnacly/barcode-detection

detecting barcodes in images

barcode-detection image-processing python

Last synced: 12 Mar 2025

https://github.com/obskyr/pittari

Determine the original resolution of scaled screenshots of retro video games, and resize them right.

emulation image-processing retro-gaming retrogaming screenshots

Last synced: 17 Mar 2025

https://github.com/ivanrj7j/ascii-image

An Open Source project to convert image to ascii art

ascii-art image-processing pil pillow python

Last synced: 08 Apr 2025

https://github.com/red-scorp/image_resizer

Image resizer is a python script for large datasets with multiprocessing support

dataset graphics image image-dataset image-processing python3 resize stable-diffusion

Last synced: 14 May 2026

https://github.com/slainless/digides-ogimage

A Cloudflare worker to generate OpenGraph banner, configured specifically for Digital Desa Profile Website.

cloudflare cloudflare-worker golang hono image-generation image-manipulation image-processing ogimage wasm worker

Last synced: 28 Oct 2025

https://github.com/dermatologist/openmrs-module-opspost

Post obs to OpenMRS without login (For mHealth Apps and sensors)

dermatology ehealth image-processing openmrs openmrs-module

Last synced: 02 Apr 2025

https://github.com/justabhishek/object-detection

Python based application for object-Detection using cv2 library.

cv2-library image-processing object-detection python3 yolov3

Last synced: 09 Apr 2026

https://github.com/pmanot/spatialgestures

A high-level spatial interaction framework for macOS

gesture-recognition image-processing spatial-computing swift vision-pro

Last synced: 26 Mar 2025

https://github.com/zaytiri/photos-bulk-resize

A python CLI + GUI tool to resize photos while conserving folder hierarchy and preserving original ones in a different folder.

bulk cli gui hierar image image-processing images photos processing reduce resize

Last synced: 17 Jan 2026

https://github.com/thomas-bouvier/palette-extractor

Extract the dominant color or a representative color palette from an image

color color-palette image-processing palette vibrant

Last synced: 30 Aug 2025

https://github.com/yaricom/tracksfinder

The image processing algorithm to find railway tracks on the image

image-analysis image-processing image-recognition

Last synced: 02 Feb 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/psychofict/CW-BASS

[IJCNN 2025] 'Confidence-Weighted Boundary Aware Learning for Semi-Supervised Semantic Segmentation' (CW-BASS)

computer-vision image-processing semantic-segmentation semi-supervised-learning semi-supervised-semantic-segmentation

Last synced: 10 Apr 2025

https://github.com/yoyoberenguer/python-fire-effect-

Old school fire effect with Python & Cython

fire-effect image-processing old-school python

Last synced: 03 Apr 2025

https://github.com/bonnyad9/meme-cutter

Remake of my old MemeCutter (written in C#) in Rust. This app is for cutting blank areas around images. It is named like this because its original purpose was to cut blank black areas out of meme screenshots.

image image-processing riir rust

Last synced: 07 Jul 2025

https://github.com/yannickl88/image

Libary for reading, transforming and writing image files

animated image-processing php

Last synced: 28 Oct 2025

https://github.com/0xnu/apollo

Apollo provides methods for loading, manipulating, and saving images, including resizing, grayscale conversion, thresholding, and basic feature extraction.

image image-classification image-processing image-recognition

Last synced: 03 Apr 2025

https://github.com/kitwaremedical/itkhigherorderaccurategradient

http://www.insight-journal.org/browse/publication/775

image-gradient image-processing imaging itk-module

Last synced: 10 Apr 2025

https://github.com/samsyntx/image-setter

Image Setter is a lightweight npm package that simplifies the process of compressing and converting image, making it easy to optimize and manipulate various IMage formats effortlessly.

compressor image image-processing image-setter imagecompression imagetools pngtojpg

Last synced: 02 Apr 2025

https://github.com/ar1st0crat/pyicomaker

A simple tool for creating an ico file from any image file (Python)

ico image-processing wxpython

Last synced: 27 Mar 2025

https://github.com/dakostu/littlesister

Create a video surveillance system with your Raspberry Pis, with difference calculation and delta encoding

delta-encoding image-processing python raspberry-pi raspberry-pi-camera

Last synced: 13 May 2026

https://github.com/skysingh04/sleepsense

A ML model that scans the driver for drowsiness and alerts them incase of danger while driving. Alerts are send via Telegram message and audio cue. Also includes various features such as information of where you last fell asleep, analysis of trip, and recommendations based on when you should take rest and when you were most drowsy.

bootstrap5 css flask flask-application html image-processing machine-learning python sleep-analysis

Last synced: 07 May 2025

https://github.com/tekyaygilfethi/fundmewithyourface

This project combines the power of Brownie and OpenCV for creating an elegant way of logging in before making operations on Blockchain. With this project, you can fund or withdraw these funds by logging in with your face real time.

blockchain brownie brownie-eth ethereum image-processing opencv python solidity web3

Last synced: 08 Apr 2026

https://github.com/h-ikeda/cloudinary-elixir

Cloudinary unofficial integration for Elixir applications

api cloudinary elixir image-processing

Last synced: 08 Jul 2025

https://github.com/houssemnasri/watermark

Watermarking prevents unauthorized use of creative works without the creators' permission. In this project, we study how Kotlin can help us apply a watermark to an image.

image-processing kotlin watermarking

Last synced: 09 Apr 2025

https://github.com/tdh8316/seam_carving

An implementation of the paper Seam Carving for Content-Aware Image Resizing - for a class project

conputer-vision content-aware-resize image-processing pyqt6 seam-carving

Last synced: 08 Sep 2025

https://github.com/mozturan/cv_im

Computer Vision and Image Processing examples/implementations

blur computer-vision harris-corner-detector histogram-equalization image-filtering image-processing

Last synced: 09 Apr 2025

https://github.com/graphaelli/jpg

extract jpeg structure in go

go golang image-processing jpeg jpg

Last synced: 03 Apr 2025

https://github.com/cxllmerichie/apidevtools

All in one tools for API development.

async encryption hashing image-processing logging orm python3

Last synced: 13 Dec 2025

https://github.com/muhammadhadiofficial/pixie-fruit

Main objective of the application was to run object detection models on mobile CPU and GPUs for offline inference in agriculture farms where internet is not available.

computer-vision image-processing mobile mobile-app object-detection

Last synced: 04 May 2025

https://github.com/feuster/resizex

ResizeX is a Fast Image Resizer which can resize an image with free size values or with fixed static values whereas the algorithms with static resizing values are faster that the general resizing algorithms. Some of the available algorithms, as for the ScaleXx, are adding also additional pixel information into the image.

cli-image cli-utility csharp csharp-library fast-image-resizing fastimage image-manipulation image-processing image-resizer image-resizer-app image-resizing imageresize imageresizer nuget nuget-package resize scale2x scale3x upscaler upscaling

Last synced: 15 Jun 2025

https://github.com/tinh2044/yolo12-underwater

YOLOv12 Underwater Object Detection is an open-source suite for underwater object detection, built on YOLOv12. It offers an end-to-end pipeline with GPU-accelerated training, customizable data augmentations, real-time inference via Gradio, and support for model export (ONNX & PyTorch).

attention-mechanisms brackish-water computer-vision data-augmentation deep-learning environmental-adaptation evaluation-metrics gpu-acceleration gradio image-processing mixed-precision-training model-export object-detection onnx pytorch real-time-inference training-pipeline underwater-imaging underwater-object-detection yolov12

Last synced: 28 Apr 2026

https://github.com/hanzopgp/masterbioinformaticspts

Practical works of my master's degree in Bio-Informatics & AI.

artificial-intelligence bioinformatics biology image-processing logic machine-learning university

Last synced: 08 Jul 2025

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/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/nishi1612/high-performance-computing

CS301 High Performance Computing Lab codes and reports on parallelizing known algorithms.

image-blur image-filtering image-processing image-warping matrix-multiplication openmp parallel-computing

Last synced: 12 Apr 2025

https://github.com/cedws/superimager

Expression 2 script + backend to display images in Garry's Mod

image-processing

Last synced: 11 Jun 2025

https://github.com/mubin6th/zinc

An Image Processor. Written in C.

c graphics image-processing

Last synced: 09 Jul 2025

https://github.com/lucaswychan/car-plate-recognition

Optical character recognition (OCR) for car plate recognition by employing transfer learning

deep-learning image-processing ocr pytorch resnet-50 transfer-learning

Last synced: 15 May 2026

https://github.com/ahmedkhaled404/hupmap-segmentation-reactjs

Blood vessel segmentation in kidney histology slide images (The application)

deep-learning image-processing image-segmentation javascript neural-network

Last synced: 30 Jul 2025

https://github.com/mcmaroon/mcps_image_regenerate

Console tool for quickly generating images for PrestaShop store.

cli command-line-tool image-processing mit-license php prestashop prestashop-1-6 prestashop-1-7 regenerator

Last synced: 02 May 2026

https://github.com/leoantony72/image-similarity

Image similarity detection using wavelet hashing algorithm

algorithms hash hashing hasing-algorith image-hashing image-processing python wavelet

Last synced: 28 Jun 2025

https://github.com/rushil-ambati/lane-detector

Lane Detector with Computer Vision

computer-vision image-processing opencv

Last synced: 15 May 2026

https://github.com/schwabnicolas/imagetoprocessinggameoflife

A program used to convert an image to a game of life grid.

cellular-automaton game-of-life image-processing java processing

Last synced: 17 May 2026

https://github.com/mituskillologies/pgdai-nlpcv-cdac

NLP and Computer Vision programs of CDAC course PG-DAI in December 2023. Programs by Tushar B. Kute.

computer-vision deep-learning image-processing machine-learning natural-language-processing nltk unstructured-data-analysis

Last synced: 10 May 2026

https://github.com/realmir1/eyedisease-cnn-classifier

This deep learning model detects eye diseases using CNNs. Trained on an image dataset, it predicts conditions with high accuracy. Ideal for AI-driven medical diagnosis!

cnn deep-learning eye-diseases healthcare healthcaretechnology image-processing machine-learning medicalai tensorflow

Last synced: 15 May 2026

https://github.com/baines/imglyph

generate unicode representation of images

image-manipulation image-processing terminal-graphics unicode

Last synced: 03 Mar 2025

https://github.com/rakadeja/godot-texture-array-tools

Texture2DArray generator and an Image Resizer tool for Godot 4.4+! First ever addon, needs testing!

addon addons editor-plugin feedback game-development game-engine gamedev gdscript godot godot-engine godot4 image-processing plugin plugins testing texture-arrays tools wip

Last synced: 11 Apr 2025

https://github.com/blurred-machine/generate-synthetic-images-with-dcgans-in-keras

In this project, I have built a DCGAN based synthetic image generator and a discriminator on the fashion-MNIST dataset. Generated synthetic images using DCGAN and tried to fool the discriminator

dcgan-tensorflow deeplearning discriminator gan generator image-processing jupyter-notebook project python

Last synced: 15 May 2026

https://github.com/ajayarunachalam/si-rpi

Affordable and Portable Multi-Spectral Imaging based on Raspberry Pi (MSI-RPi) for Plant Phenotype Studies

analysis automation computer-vision filter image-processing multiplexer notebook-jupyter raspberry-pi-3 rgb shell-scripting spectral

Last synced: 15 May 2026

https://github.com/saganaki22/ascii

A modern, responsive web application for generating ASCII art from images with advanced customization options.

ascii ascii-art ascii-art-generator canvasapi html5 image-processing javascript responsive-design

Last synced: 17 Mar 2025

https://github.com/quazardous/imagestack-bundle

A PHP image bundle for Symfony 4 with on the fly thumbnail and watermark

image-processing symfony-bundle symfony4 thumbnailer thumbnails watermark

Last synced: 02 Feb 2026

https://github.com/lloydevans/hips2fits-js

A JS interface to the CDS hips2fits service.

astronomy hips hips2fits image image-processing node typescript

Last synced: 17 May 2026