Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
- GitHub: https://github.com/topics/image-processing
- Wikipedia: https://en.wikipedia.org/wiki/Digital_image_processing
- Related Topics: computer-vision, vision, deep-learning, opencv,
- Aliases: digital-image-processing,
- Last updated: 2026-07-02 00:15:12 UTC
- JSON Representation
https://github.com/plwai/spot-image-different
Casual project that aims to play Spot the Difference puzzle game automatically
Last synced: 15 Oct 2025
https://github.com/oleksandr-g-rock/classify_picamera_with_while_cusom_model
Image classification (persons, animals, other) on raspberry pi from pi-camera (with cycle while) used custom modelย .h5 (output to terminal)
image-classification image-processing image-recognition pi-camera raspberry-pi tensorflow tensorflow-examples tensorflow-tutorials
Last synced: 21 Jan 2026
https://github.com/osandadeshan/lighting-controller-for-workbench
Detects the hand and turn on the lights controlling the intensity with respect to its surrounding environment.
image-processing opencv python raspberry-pi
Last synced: 02 May 2026
https://github.com/andrewzwicky/tripleagent
SpyParty replay timeline parsing utility
analytics image-processing python spyparty
Last synced: 03 May 2026
https://github.com/mrtimofey/laravel-aio-images
All-in-one Laravel/Lumen image processing
database database-migrations eloquent image image-manipulation image-processing imagemagick images laravel laravel-5-package laravel-package laravel5 lumen model
Last synced: 23 Apr 2025
https://github.com/ceodaniyal/free-llm-image-to-text
Free OCR powered by LLMs using OpenRouter โ extract text from images with no API costs. Works with image URLs and Base64 inputs using free vision-capable models.
ai-ocr api-integration computer-vision free-ai free-ocr image-processing image-to-text llm ocr openrouter python text-extraction vision-llm
Last synced: 04 May 2026
https://github.com/muonray/quantum-encryption-of-images-using-bitwise-xor-and-qrng
Article here: http://muonray.blogspot.com/2022/02/quantum-encryption-of-images-in-python.html The definition of image encryption used here is an extension of data encryption in general: using the bitwise XOR operation of the original image pixels and the random key image pixels, with the key image being either a pseudo-random stream cipher or the quantum random stream cipher or anti-correlated entangled information shared over a secure channel. In either case we Perform bitwise XOR operation on the encrypted image and the key image. It can be seen from the image encryption and decryption that they are all the same operation. According to the above bitwise XOR operation, we assume: xor(a,b)=c You can get: xor(c,b)=a Or: xor(c,a)=b In summary, we assume that a is the original image data and b is the key, then c calculated by xor(a,c) is the encrypted ciphertext. This is a simple summary of the encryption and decryption process as used in the coding in this repository. Encryption process: Perform a bitwise XOR operation on the image a and the key b to complete the encryption and obtain the ciphertext c. Decryption process: Perform a bitwise XOR operation on the ciphertext c and the key b, complete the decryption, and get the image a. We can use our quantum random numbers generator in 2 ways to create our image encryption key: (1) as a random number generator seed source (2) using the random superposition of the H and V modes We can also use the shared set of correlated images, captured using the single CCD, from our entangled photon source with Alice getting one half and Bob getting the anti-correlated half. This provides the perfect key, with the quantum images shared over a separate channel hidden from the encrypted classical images. The file exchange channel is 2 way: Alice can use Her key to encrypt the image, Bob can use His key to decrypt the image OR Bob can use His key to encrypt the image, Alice can use Her key to decrypt the image. The XOR Cipher in this use can also be extended as a component in more complex overlay network ciphers if need be however for computational efficiency it is not necessary. It is just as effectual to have 1 quantum cipher as many, so in effect the system is completely hidden, by virtue of hidden variables, and is encrypted in an information condensate.
bitwise-xor image-encryption image-processing muonray physics python quantum quantum-decryption quantum-encryption quantum-entanglement xor-cipher
Last synced: 24 Jul 2025
https://github.com/ierturk/qt-qml-ai-collection
Qt-QML-AI is a collection of some experimental works on AI, Image Processing, Qt Qml and eRPC
ai barcode-scanner docker embedded-systems face-recognition image-processing object-detection opencv qml qt vscode yolov5
Last synced: 20 Apr 2026
https://github.com/ntshvicky/plant-leave-identification
Identify leaves from flavia dataset using scikit learn and python
image-classification image-processing leaf-image-segmentation opencv plant-leaves-identification python
Last synced: 06 Jan 2026
https://github.com/sonigarima/image-stitching-using-opencv
A simple panorama maker with Flask interface.
flask-application image-processing image-stitching
Last synced: 23 Apr 2025
https://github.com/blacksmoke26/react-cropper-bootstrap-modal
Standalone component to Resize image with-in a Bootstrap Modal.
bootstrap4 crop-image cropperjs image-processing modal-dialog reactjs
Last synced: 05 May 2026
https://github.com/egemenzeytinci/identity-detector
National ID cards detector
image-classification image-processing python tensorflow
Last synced: 27 Apr 2026
https://github.com/nixuuu/image-optimizer
Fast CLI image optimizer for JPEG, PNG, and WebP with parallel processing and WebP lossless options
cli image-compression image-processing linux-app macos-app rust windows-app
Last synced: 20 Apr 2026
https://github.com/huythai855/drone-landing-detector
A simple model to detect the landing zone for drone.
drone-landing image-processing object-detection yolov5
Last synced: 24 Oct 2025
https://github.com/jacob-pitsenberger/opencv-color-analysis-and-manipulation
Discover a curated collection of Python scripts and modules crafted for advanced color analysis and pixel manipulation using OpenCV.
color-detection color-manipulation computervision image-processing opencv pixel-analysis pixel-manupulation python
Last synced: 06 May 2026
https://github.com/bigsk1/airats
ASCII Image Convertor
ascii ascii-art command-line flask homelab image-processing linux python python3 self-hosted
Last synced: 23 Apr 2025
https://github.com/carloe/duotone-swift
Apply duotone effects to images from the cli using GPU acceleration.
command-line duotone image-processing macos metal shaders swift
Last synced: 25 Oct 2025
https://github.com/alexlitel/mirrored-image-generator
Small app using HTML Canvas and JavaScript to generate mirrored versions of images.
art html5-canvas image image-creation image-generation image-processing mirroring spa
Last synced: 17 Jan 2026
https://github.com/tirtharajsinha/computer-vision
computer vision sample code using python openCV library
ai color-classification computer-vision cv2 cv2-library face-detector face-recognition hacktoberfest image-classification image-processing image-processing-library image-stocking opencv python python3 shape-detection vertual-paint webcam-capture
Last synced: 24 Jan 2026
https://github.com/anuran-roy/im2sql-api
The FastAPI-based API backend-only implementation of Im2SQL. CLI Repo Link: https://github.com/anuran-roy/Im2SQL-cli/
fastapi image-processing ocr python sql tesseract
Last synced: 20 Apr 2026
https://github.com/abtinz/linear-algebra-projects
AUT Spring 2022 Linear Algebra Projects
determinant echelon echelon-form echlon image-processing linear-algebra matrix python reduced-row-echelon-form shear toeplitz
Last synced: 25 Apr 2026
https://github.com/davidiacostant/astrophotopy
Astrophotography processing tools
astrophotography image-processing image-stacking ipython-notebook jupyter jupyter-notebook python
Last synced: 07 Mar 2026
https://github.com/danielvartan/luts
๐ My LUTs Collection
color-grading color-scheme colormaps image-processing luts qualitative-color-scales
Last synced: 27 Feb 2026
https://github.com/kelvins/ipcv-snippets
:framed_picture: Image Processing and Computer Vision code snippets
computer-vision image-processing opencv python
Last synced: 30 Apr 2026
https://github.com/hritik5102/magic-of-opencv
OpenCV is a library of programming functions mainly aimed at real-time computer vision.
backgroud-filter ball-tracker computer-vision corner-detection edge-detection gamma-correction haar-cascade image-processing lane-detection mouse-tracker object-detection ocr opencv opencv-python opencv-tutorial python3 trackbar tracking-ball video-analysis
Last synced: 28 Apr 2026
https://github.com/donfuxx/pixbadger
An Android app with tensorflow machine learning module for image recognition.
android android-app android-application deep-learning image image-classification image-processing image-recognition kotlin kotlin-android livedata machine-learning mvvm-architecture recyclerview rxjava2 tensorflow tensorflow-experiments tensorflow-models viewmodel
Last synced: 10 Feb 2026
https://github.com/lampask/stools
Image recognition AI's for STO minigame automation
image-processing image-recognition opencv pipenv python star-trek-online sto
Last synced: 30 Apr 2026
https://github.com/raczu/image-processing
Labolatory assignments related to image processing using python (rolling shutter effect simulation, demosaicing, mosaicing, usage of interpolation algorithms etc.)
Last synced: 25 Mar 2025
https://github.com/tlaceby/rawkit
Rawkit is a Go/C++ library for working with RAW image files. It provides a simple interface for loading, processing, and analyzing RAW images from various camera manufacturers, along with histogram generation and metadata extraction.
cgo-bindings cpp exif-data-extraction golang image-processing libraw raw
Last synced: 06 Feb 2026
https://github.com/1mb-dev/imguri
Convert images to data URIs for inline embedding. Supports local files and HTTP URLs with concurrent processing. Node.js 18+, ES modules, native fetch.
base64-encoding build-tools data-uri email-templates esm fetch-api image-processing inline-images mime-types nodejs
Last synced: 24 Feb 2026
https://github.com/zackakil/iod2vot
๐ท -> ๐ฝ๏ธ Turn any Image object detection model into a video object tracking model.
computer-vision image-processing iod machine-learning object-detection object-tracking video-processing vot
Last synced: 08 Jun 2026
https://github.com/fpapado/eleventy-img-example
An example of using Eleventy's eleventy-img plugin
11ty eleventy image-processing
Last synced: 17 May 2026
https://github.com/ekramasif/basic-computer-vision
It is a repo of basic Computer Vision
computer-vision cv2 image-classification image-processing pattern-recognition
Last synced: 13 May 2026
https://github.com/michelerenzullo/wasmuxp
WasmUXP is a lightweight and fully functional example project that demonstrates the development of Adobe Photoshop UXP plugins using WebAssembly (WASM) compiled with Emscripten.
adobe adobe-photoshop emscripten image-processing javascript photoshop uxp wasm webassembly
Last synced: 30 Apr 2026
https://github.com/basemax/colorrecognitionpython
Color recognizer app which can detect names of image colors using Python.
color color-detect color-detection color-detector color-recognition colorscheme image-processing image-recognition opencv opencv-python opencv3-python py python python3
Last synced: 30 Apr 2026
https://github.com/alarsyo/speedy-parrot
WASM demo of Markov random fields for image processing
image-processing markov-random-field rust wasm
Last synced: 30 Apr 2026
https://github.com/bipinoli/content-aware-image-resizing-with-seam-carving
Keeps the content information intact by removing relatively unnoticeable parts of the image while resizing.
c-plus-plus carving dynamic-programming image image-processing opencv processing qt seam seam-carving
Last synced: 29 Apr 2026
https://github.com/mrooze-zeng/go-wasm-demo
Go wasm ๅญฆไน ็ธๅ ณdemo๏ผไธป่ฆๅ่ฝๅ ๆฌ:md5ๅค็๏ผๅพๅๆ่ฝฌ๏ผexcelๅcsv็ๆ,ๅพๅ็ผฉ็ฅๅพ๏ผgzipๅ็ผฉๅ่งฃๅ๏ผๅ็ไธไผ ๅๅ็ไธ่ฝฝ
csv csv-files excel excel-export file-slice file-slicer file-upload gzip-compression gzipped-files image-processing md5 md5-hash webassembly
Last synced: 27 Oct 2025
https://github.com/fairozahmadsheikh/neuropalette
A Flask-based web app that uses deep learning (Neural Style Transfer with PyTorch) to blend content images with famous painting styles, creating artistic masterpieces in your browser.
ai-art art-generator bootstrap computer-vision deep-learning flask image-processing machine-learning neural-style-transfer python pytorch style-transfer vgg19 web-app
Last synced: 13 Apr 2026
https://github.com/ylogx/opencv-utils
Easy to use wrappers around opencv
image image-processing images opencv opencv-python python python3
Last synced: 05 May 2026
https://github.com/rameshovyas/images-to-single-pdf
Python script that scans a folder and prints the images to a single pdf file. Use full if you want to compile all your images to a single A4 size pdf.
image-processing images-to-pdf pdf-utility python python-image-processing python3
Last synced: 23 Oct 2025
https://github.com/lucs1590/eucalyptus-count
๐ฒ๐งฎ Eucalyptus counting using artisanal methods and computer vision.
computer-vision countours-opencv cv eucalyptus handcrafted handcrafted-features image-processing open-source opencv opencv-python tree-count
Last synced: 15 Apr 2026
https://github.com/yumin-chen/where-is-wally
A simple image processing object recognition example to find Wally in an image.
color-segmentation image-processing matlab object-detection object-recognition template-matching
Last synced: 11 Jun 2026
https://github.com/xchellx/bnrtool
Encodes and decodes BNR banner files for the Nintendo GameCube.
banner binary-format c c99 cmake command-line-tool gamecube graphics gx image-decoding image-encoding image-processing metadata nintendo nintendo-gamecube text transcoding yaml
Last synced: 28 Feb 2026
https://github.com/gaurav0502/pneumonia-detection-system
A model for Pnuemonia disease prediction using the X-Ray images and applying basic image feature extraction, machine learning models and web deployment using Flask
classification computervision flask image-processing
Last synced: 29 Apr 2026
https://github.com/hasibzunair/awesome-mouse
Control a mouse cursor using your fingers. Drag and drop files from one point to another
color-segmentation image-processing opencv-python video-processing
Last synced: 13 Jun 2026
https://github.com/americast/blood-smear-analysis
Counts number of RBCs and WBCs in a photo of blood smear
blood-smears computer-vision cpp image-processing opencv
Last synced: 06 May 2026
https://github.com/jaidevd/inmantec_fdp
Content for machine learning workshop at InManTec institutes
deep-learning image-processing machine-learning neural-networks pandas signal-processing statistics time-series
Last synced: 25 Feb 2026
https://github.com/dariowskii/ml-text-recognition
Machine Learning Text Recognition with Google ML Kit and Flutter
app flutter google-ml-kit image-processing machine-learning ml text-recognition
Last synced: 29 Apr 2026
https://github.com/cornish/glcm-texturetoo
A GLCM plugin for ImageJ
glcm gray-level-coocurence-matrix image-analysis image-processing texture
Last synced: 27 Apr 2026
https://github.com/sovit-123/robust_neural_networks_by_adding_noise_to_data
PyTorch implementation of building robust deep learning neural networks by adding noise to image data before training.
computer-vision convolutional-neural-networks deep-learning image-classification image-processing image-recognition neural-networks paper-implementations pytorch
Last synced: 24 Apr 2026
https://github.com/tokee/nrtmosaic
Fast mosaic creation from pre-processed source images
iipimage image-processing large-scale mosaic realtime-visualization
Last synced: 10 Oct 2025
https://github.com/coding-ai/imglabel
Image Labelling Tool based on Python and Tkinter
computer-vision image image-processing imagelab imagelabel pillow python python37 python38 tk tkinter
Last synced: 18 Jun 2026
https://github.com/codewithdark-git/imagemagic
โจImageMagic is a versatile image processing application๐ that simplifies common image editing tasks. Upload an image and choose from the available options to enhance your images effortlesslyโก!
app background background-image backgroundremover cv2 cv2-library image image-processing microservice opencv opencv3 pencil pencil-sketch pythin3 pythonopencv search searchimage streamlit streamlit-webapp
Last synced: 13 Apr 2026
https://github.com/chowdhuryj-github/pixelreader
A MSOE Lab Project for a JavaFX application on image manipulation using file handling. Can perform operations such as calculating median and mean of pixels and generating a new image.
data-structures image-processing javafx
Last synced: 21 Apr 2026
https://github.com/lenni009/simple-image-compressor
Simple frontend JS library to compress images
compression hacktoberfest image-processing javascript library typescript
Last synced: 17 Apr 2026
https://github.com/caesariodito/k-musical-notation-img-processing
5th Semester Assignment; Image Processing on Numbered Musical Notation
feature-extraction image-processing musical-notation ocr opencv python
Last synced: 17 Apr 2026
https://github.com/renan-siqueira/python-data-augmentation-tool
This project is an image processing and augmentation tool
data-augmentation data-science image-processing image-transformations mit-license numpy opencv opencv-python pillow pylint python toolkit
Last synced: 13 Apr 2026
https://github.com/smaranjitghose/pianocv
Using Simple Image Processing to play a touchless virtual piano
image-processing opencv piano python
Last synced: 24 Apr 2026
https://github.com/oguzhantasimaz/image-similarity-search
Image Similarity Search with CLIP and Upstash Vector
clip embeddings image image-processing image-similarity openai python similarity-search upstash vector vector-database
Last synced: 29 Apr 2026
https://github.com/nomadsdev/veil-sight-python
VeilSight is a tool for automating window detection, image recognition, and text extraction on Windows, designed to boost productivity by simplifying repetitive tasks.
automation image-processing ocr opencv pyautogui python template-matching tesseract veil-sight veil-sight-python win32api windows
Last synced: 23 Apr 2025
https://github.com/sh20raj/universal-image-component
universal-img-component is a versatile React component that simplifies handling images in various modes, including Base64, CDN, text-based images, and Next.js optimization. Perfect for any project needing dynamic image handling!
image image-component image-optimization image-processing nextjs reactjs
Last synced: 17 Aug 2025
https://github.com/ioribranford/aseprite-import-lpc-character
Convert LPC character to Aseprite file
animation aseprite converter graphics image-processing import importer pixel-art spritesheet
Last synced: 04 Mar 2026
https://github.com/zeyadetman/camera-based-calculator
๐ฉ camera-based calculator (in progress)
calculator camera cs-projects image-processing
Last synced: 30 Jan 2026
https://github.com/gonzaloserrano/blur-image-text
Blur the text of an image
Last synced: 26 Jan 2026
https://github.com/abdulrahmanmasoud/gdsc-generate-certificates
Generate Certificates for Google developer student clubs Al-Azhar university
aws-ec2 image-processing laravel
Last synced: 22 Apr 2026
https://github.com/lmarzen/dice-mosaic
Generate dice mosaics from jpeg/png images.
converter dice die generator image-processing mosaic mural
Last synced: 02 Mar 2026
https://github.com/honey-grapes/shiba-inu-generative-art
๐ถ Random Shiba Inu Collage Generator is a Python script that generates randomly colored pixel dog collages based on user preferences.
generative-art image-processing numpy pillow python
Last synced: 29 Apr 2026
https://github.com/carrascomj/dalted-wasm
Web app for color blindness on WASM
color-blindness image-processing rust wasm
Last synced: 29 Apr 2026
https://github.com/matbryan52/microscopy-images-qem
Presentation for QEM2025: "Digital Images"
electron-microscopy image-processing
Last synced: 16 Feb 2026
https://github.com/aadit3003/mcnv-image-analysis
(CS F266) An ImageJ macro for Quantitative Analysis of OCTA images.
image-manipulation image-processing imagej-macros retina-image-analysis
Last synced: 19 Mar 2026
https://github.com/daviskregers/color-image-processing
Some projects made while taking a course `Color Image Processing`. Written in Pascal.
color-system contrast-enhancement histogram-equalization image-manipulation image-processing image-segmentation lazarus pascal
Last synced: 19 Mar 2026
https://github.com/serhaturtis/sw-gst_edgesharpen
A gstreamer video filter element that inserts edge sharpen filter, implemented with OpenCV.
gstreamer gstreamer-plugins image-enhancement image-processing opencv video video-processing
Last synced: 12 Apr 2026
https://github.com/refilelabs/image
Image layer repository holding all image tooling.
image-processing rust wasm zig
Last synced: 08 Oct 2025
https://github.com/sivkri/imagecoloranalysis
ImageColorAnalysis is a repository with a Python script for color analysis in images using ImageMagick. It generates bash scripts for individual JPG images to analyze specific colors. It provides a flexible solution for extracting color information from images, applicable in various domains such as image classification and data analysis.
bash-scripts color-analysis computer-vision data-analysis image-classification image-processing imagemagick pavement pavement-images python-scripting stomata stomatal-index
Last synced: 13 Feb 2026
https://github.com/abinashphulkonwar/hls-video-processor
hls video processor
bullmq ffmp image-analysis image-processing nodejs redis typescript video-analysis
Last synced: 22 Apr 2026
https://github.com/isarandi/deltacamera
Python library for modifying camera calibrations and warping images according to such changes
brown-conrady camera-calibration camera-model computer-vision extrinsic-parameters image-processing image-warping intrinsic-parameters kannala-brandt scheimpfl
Last synced: 12 Feb 2026
https://github.com/hzarei4/syntheticobjects.jl
Generates 2D and 3D objects which can be used in the image processing routines as test images.
image-processing julia julia-language test-images
Last synced: 21 Feb 2026
https://github.com/hasnatrasool163/photo-editor-in-python-
Photo editor in Python with the help of Tkinter and pillow
blur-image contrast-image image image-editor image-processing photo-editor photo-editor-app photo-editor-for-pc photo-editor-free photo-editor-project photoeditor photos pillow python python3 save-image-as tkinter-gui undo-changes upload-images zoom-images
Last synced: 06 Jun 2026
https://github.com/raklaptudirm/itp
Generate beautiful Prime Numbers from Images
image-processing prime-generator prime-numbers
Last synced: 09 Apr 2025
https://github.com/wmramadan/itic
ITIC - Image to Image Converter
conversion converter image-processing
Last synced: 15 Jun 2026
https://github.com/hyeockjinkim/image-processing
Matlab code for Image Processing
Last synced: 13 Jul 2025
https://github.com/lazyoracle/motion-detection
Motion Detection in Video Feed using OpenCV with Python
computer-vision image-processing motion-detection opencv pandas python3 video-processing
Last synced: 22 Jan 2026
https://github.com/aniike-t/style-transfer
Project to utilise the capabilities of Pre trained models
deep-learning deep-neural-networks image-processing machine-learning
Last synced: 15 Oct 2025
https://github.com/neuron-nexus/go-image-upscaler
Simple way to upscale image with Go (Golang)
golang golang-library golang-package image image-processing upscale upscaler upscalerimage upscaling
Last synced: 22 Jan 2026
https://github.com/f33rni/dataser
Image dataset generator for training neural networks. Capable of randomly modifying various image parameters, enhancing the image dataset
dataset dataset-generation enchancer image image-classification image-processing opencv pyqt5 python
Last synced: 02 May 2026
https://github.com/abzico/colorrectdump
A tool to find rectangular area for color pixels that live in the input .png image
c cli image-processing images png
Last synced: 17 Mar 2025
https://github.com/aagsolutions/nbis
NIST standard decoder/encoder
gradle image-processing java jpeg jpg kotlin nist png wsq
Last synced: 01 May 2026
https://github.com/dheerajshenoy/sonifycpp
Convert images into out of this world audio signals
audio-processing cpp gui image-processing image-sonification qt
Last synced: 01 May 2026
https://github.com/vasilistotskas/grooveshop-media-stream
Nest Media Stream Application
image-processing mediapipe nestjs typescript
Last synced: 16 May 2026
https://github.com/a3r0id/lightshot-data-miner
A random idea I had a while back to make a data miner for lightshot. Never released this but after a friend sent me a post about lightshot's transparency I figured it'd be a good time to release this. I've included some output from a run before making the repo. I am not responsible for the imagery or it's contents.
brute-force bruteforce data dataset face-recognition image-processing lightshot mining scraper scraping text-recognition
Last synced: 19 Oct 2025
https://github.com/lucs1590/study_segmentation
This repository was created to store learning of the Image Segmentation from A to Z course.
image image-processing image-processing-python image-segmentation instance-segmentation panoptic-segmentation segmentation semantic-segmentation
Last synced: 13 Oct 2025
https://github.com/artegoser/image-pluser-webui
Image/video processing tool
image image-processing stacking-images
Last synced: 25 Apr 2026
https://github.com/2000pawan/smart-face-recognition-system
๐๏ธ Smart Face Recognition System using Machine Learning This is a GUI-based Smart Face Recognition System built using Python, Tkinter, OpenCV, and Machine Learning techniques. It can recognize faces in real-time webcam feeds capturing new training data via webcam.
ai artificial-intelligence computer-vision face-recognition haar-cascade-classifier image-processing machine-learning opencv pillow python tkinter-gui
Last synced: 30 Apr 2026
https://github.com/webcaetano/img-resize-cli
Image resize cli using jimp
cli image image-cli image-processing jimp node resize
Last synced: 01 May 2026
https://github.com/nthnn/mdif
Minimal Data Image Format (MDIF) is a lightweight image format with minimal data structure and integration with Diwa in mind that balances both simplicity and functionality.
arduino-library arduino-platform cpp-library esp32-arduino image-format image-library image-processing image-viewer minimal rgba
Last synced: 19 Jun 2026
https://github.com/javtahir/live-measurements-api
API to extract body measurements from front and side images using computer vision.
body-measurement-api computer-vision flask image-processing pose-estimation
Last synced: 20 Jun 2026
https://github.com/mrspartak/granny-server-backend
๐ต Granny.js - Server app
app application docker image-blur image-format image-manipulation image-processing image-resizer node-js nodejs picture picture-upload sharp sharp-library
Last synced: 07 May 2026