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-06-29 00:15:12 UTC
- JSON Representation
https://github.com/tavneetsingh01/digital-image-processing-dip-practicals
This repository contains Image Processing Practicals done using various python libraries.
digitalimageproccessing dip image-processing jupyter-notebook matplotlib open-source opencv pillow practicals python scikit-learn
Last synced: 16 Apr 2026
https://github.com/wesleylp/mosquitoes
Detection of potential mosquitoes breeding grounds.
aedes-aegypti aedes-borne-diseases computer-vision image-processing object-detection
Last synced: 04 Apr 2025
https://github.com/mathworks-teaching-resources/computer-vision-basics
This curriculum module provides an introduction to image segmentation in computer vision.
computer-vision cwm engineering image-processing
Last synced: 19 Jun 2025
https://github.com/xzripper/xcuimg.d
Simple library for basic image loading (/decoding) built on stb_image.h for D language.
app d dlang game-development image image-decoder image-loading image-processing software stb stb-image
Last synced: 16 Jan 2026
https://github.com/rakibhhridoy/imageprocessing
Large amount of image processing is quite messy and time consuming,thus the working steps should be fast as well as accurate also. I've made sequential functions that is needed for processing data in TensorFlow and python. These functions made my work fast as it needed in commercial purposes.
augmentation deep-learning functional-programming image-manipulation image-processing keras machine-learning numpy python sequential-patterns tensorflow
Last synced: 08 Apr 2026
https://github.com/xavierjiezou/python-pillow-tutorial
Tutorial for Pillow
image-processing pil pillow python tutorial
Last synced: 27 Mar 2025
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/aditeyabaral/autocorrect
Rapid Automated Correction of Answer Scripts using Knowledge Graphs and Word Embeddings
automation image-processing knowledge-graph machine-learning nlp word-embeddings
Last synced: 05 May 2026
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/thecoderpinar/super-heatmapper-project
A comprehensive video analysis and heatmap generation tool based on Ultralytics YOLOv8.
artificial-intelligence computer-vision image-processing machine-learning opencv programming python real-time-object-detection yolo
Last synced: 18 Jun 2025
https://github.com/mhalicakmak/imaginify-ai-saas-app
This AI SaaS platform offers advanced image transformation features such as restoration, background removal, and generative fill, powered by technologies like Next.js, TypeScript, and MongoDB. It includes secure authentication, a credits system, and seamless Stripe integration.
ai-saas clerk image-processing nextjs14 stripe
Last synced: 18 May 2026
https://github.com/juliaimages/imagenoise.jl
Julia package that handles image noise
Last synced: 25 Jun 2025
https://github.com/cedws/superimager
Expression 2 script + backend to display images in Garry's Mod
Last synced: 11 Jun 2025
https://github.com/saravanabalagi/super_mario_stitching
Affine Image Stitching in Super Mario
computer-vision image-processing mapping stitched-images
Last synced: 14 May 2025
https://github.com/datarohit/parking-place-detector
This is Python based Computer Vision project which Show's the available parking places in parking lot.
image-processing opencv python
Last synced: 16 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/grandpaej/imgrs
Imgrs for Python. A blazingly fast, modern image processing library for Python. Powered by rust.
image-processing image-processing-python imgrs python-3 python3 rust
Last synced: 02 Nov 2025
https://github.com/artstyle19/quadtree-image-compression
Interactive image compression viewer built with C++ / OpenGL. Uses a quadtree to split images into blocks: big for smooth regions, small for details.
cpp17 image-compression image-processing opengl quadtree quadtree-art quadtrees
Last synced: 16 May 2026
https://github.com/ksm26/open-source-models-with-hugging-face
"Open Source Models with Hugging Face" course empowers you with the skills to leverage open-source models from the Hugging Face Hub for various tasks in NLP, audio, image, and multimodal domains.
audio audio-processing cloud-deployment cloud-deployment-model gradio gradio-python-llm hugging-face hugging-face-api hugging-face-hub hugging-face-instructor-embeddings hugging-face-transformers image image-processing multimodal multimodal-deep-learning multimodal-learning nlp nlp-machine-learning open-source-models transformers-library
Last synced: 28 Mar 2025
https://github.com/mohammed-raafat/image-processing-project
This project generates Salt and Pepper AND Gaussian Noises, and applies Low Pass Filter (uing MATLAB R2016b and App Design GUI)
image-processing matlab-gui matlab-image-processing
Last synced: 11 Mar 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/loiccoyle/phomo-rs
📷 Rust library, binary and wasm package to create photo mosaics
image-processing mosaic photomosaic rust wasm
Last synced: 08 Feb 2026
https://github.com/rot1024/sengaka
線画化 - CLI tool to make images a line drawing
Last synced: 22 Mar 2025
https://github.com/vishwas-chakilam/smart-attendance-system-using-opencv
The Smart Attendance System is an innovative application designed to automate attendance tracking using real-time facial recognition technology. Developed with Python, the system leverages the `OpenCV` and `face-recognition` libraries to detect and recognize faces through a live camera feed.
attendance-management-system computer-vision face-detection facial-recognition image-processing opencv python3 tkinter-gui
Last synced: 20 Jan 2026
https://github.com/elfgk/date-fruit-image-processing
Date Fruit Image Processing
cnn cnn-keras image-classification image-processing jupyter-notebook keras-neural-networks python
Last synced: 17 May 2026
https://github.com/alwalxed/dominant-color-image-sort
Organizes images into folders based on their dominant color.
color-analysis computer-vision data-sorting image-processing machine-learning python
Last synced: 06 Jun 2026
https://github.com/nazli-d/filters-and-noise
This GitHub repository contains an example demonstrating the application of fundamental image processing filters (Mean, Median, Gaussian) using Python and OpenCV, along with the addition of Salt and Pepper Noise.
gaussian-filter goruntu-isleme image-procesing image-processing image-processing-python mean-filter median-filter opencv python salt-and-pepper-noise spyder-python-ide tuz-ve-biber-gurultusu
Last synced: 13 May 2026
https://github.com/eyevinn/rust-image-processor
Tiny API that provides endpoints for scaling and manipulating images
api image-manipulation image-processing rust rust-lang tools
Last synced: 07 May 2025
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/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/godseritesh/optiheart_retinal_insight_to_cardiac_health
This repository contains an advanced machine learning solution for heart disease prediction and retinal image analysis.
cardiac-health cnn computer-vision data-science deep-learning healthcare-application heart-disease image-processing keras machine-learning python retinal-disease-detection retinal-images retinal-vessel-segmentation streamlit tensorflow
Last synced: 08 Apr 2026
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/yoyoberenguer/pythonfirefx
Python procedural fire effect
2d 2d-graphics fire fire-algorithm fire-effect image-processing pygame python-fire shader
Last synced: 16 Jan 2026
https://github.com/dyollb/segmantic
Semantic segmentation and image-to-image translation based on AI
image-processing image-segmentation machine-learning medical-image-analysis monai pytorch simpleitk
Last synced: 13 Apr 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/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/adzialocha/gif-stream
Client: Take pictures from peoples cameras in intervals, make a .gif, upload it to S3, make a massive collage out of this
aws-s3 collage gif image-processing
Last synced: 12 Sep 2025
https://github.com/aswinbarath/image-processing
Python script to process images, apply filters, crop and resize images
file-handling image-processing python3
Last synced: 14 May 2025
https://github.com/imponeer/smarty-image
Smarty plugin that adds some image related template syntax enchaments
hacktoberfest image-processing smarty smarty-plugins
Last synced: 11 Apr 2025
https://github.com/shahin-ro/table-detection
Python tool for table extraction & Persian OCR. Uses OpenCV for table detection, Tesseract for text extraction, & Pandas for data output. Visualizes cells & text. Ideal for Persian documents! 📄✨
colab computer-vision data-extraction data-visualization document-processing image-analysis image-processing machine-learning matplotlib numpy ocr opencv pandas persian-ocr persian-text python table-detection table-extraction tesseract text-recognition
Last synced: 08 Apr 2026
https://github.com/chaoticbyte/glitch
Experimental (and slow) implementations of some destructive image effects in Python
glitch-effect image-effects image-man image-processing pillow pixel-sorting python3
Last synced: 07 May 2025
https://github.com/georgy7/flood_fill_filter
A heuristic tool for detecting high detail areas in lossy compressed images.
edge-detection edge-detection-algorithm image-filters image-processing jpeg noise-reduction
Last synced: 30 Mar 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/saravanabalagi/video-to-image-timestamp
A simple shell script to pulverise a video into PNGs neatly logged in a timestamp imagename txt file. Uses ffprobe and ffmpeg
ffmpeg ffprobe image-processing orb-slam2 timestamp video-to-images
Last synced: 26 Apr 2026
https://github.com/jaben/picfit-docker-compose
Build and Run Dockerfile for Picfit Goland Image Server
docker docker-compose goland image-processing picfit
Last synced: 15 May 2026
https://github.com/cuixing158/multibandblender
matlab multiBandBlender implementation
alogorithms gaussian-pyr homography image-blending image-processing image-stitching imageblending laplacian-pyramid multi-band-blending multiband
Last synced: 27 Mar 2025
https://github.com/StudyResearchProjects/picturs
Command-line utility to manipulate image files
cli icon icons image-processing resizing-images rust
Last synced: 16 Oct 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/xchellx/txtrtool
Decodes and encodes TXTR files from Metroid Prime 1, 2: Echoes, and 3: Corruption.
binary-format c c99 cmake command-line-tool gamecube graphics gx image-decoding image-encoding image-processing metroid metroid-prime metroid-prime-2 metroid-prime-3 nintendo nintendo-gamecube nintendo-wii transcoding wii
Last synced: 29 Jun 2026
https://github.com/szilagyipeter99/imageprocessing
This repository contains the examples discussed in the Image processing practices.
classification image-processing machine-learning matplotlib numpy pillow python segmentation
Last synced: 18 May 2026
https://github.com/shivakantkurmi/face-recognition
A complete Python + MySQL based attendance system that uses real-time facial recognition to automate and manage student attendance efficiently.
ai-attendance attendance-system automated-attendance education-automation face-recognition face-recognition-system image-processing python
Last synced: 07 May 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/poripouria/bachelors-project
Hyperparameters Tuning of Deep Unfolding Networks for Image Enhancement (DUN)
deep-learning image-processing neural-networks optimization pso-algorithm
Last synced: 19 Sep 2025
https://github.com/gnurub/placeimag
Generator image. Like Medium progressive image loading
image-processing placeholder-image
Last synced: 20 Apr 2026
https://github.com/ryleeharrison/image-to-color-swatch-react
Extract prominent colors from an image.
auto-color-scheme color-scheme image-processing react react-images react-swatch swatches
Last synced: 26 Mar 2025
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/sunsided/heart-rate-detection
Heart Rate Monitoring through Color Channel Analysis (in Rust)
heart-rate image-processing opencv rppg rust
Last synced: 18 May 2026
https://github.com/smsraj2001/cat-dog-image-classification
A Machine learning project on Cat v/s Dog image classification using CNN, VGG-16 and VGG-19 in Python
cnn-classification deep-learning google-colab image-classification image-processing kaggle-dataset keras-tensorflow machine-learning matplotlib numpy-library python310 recognizes-images tensorflow2 test-train-split vgg vgg16 vgg19
Last synced: 15 May 2026
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/eskils/kaleidoscopeengine
Kaleidoscope effects to images and videos on iOS and macOS
image-processing kaleidoscope metal swift triangle-kaleidoscope
Last synced: 17 Jun 2026
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/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/ctkqiang/yingyanai
鹰眼 AI 是一个先进的计算机视觉平台,利用深度学习技术提供精确且高效的视觉智能解决方案。本系统致力于为各类视觉分析任务提供专业可靠的技术支持。一款革命性的计算机视觉系统,采用尖端人工智能技术,将图像分析提升至新高度。基于谷歌高效轻量级 MobileNetV2 架构,实现快速精准的视觉智能化。
artifi china chinese computer-vision ctkqiang deep-learning fastapi image-classification image-processing machine-learning mobilenetv2 neural-network nsfw-detection nsfw-recognition python tensorflow transfer-learning
Last synced: 01 Mar 2026
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/hoyaaaa/nsfw_detector_flutter
A Flutter package to detect NSFW 🔞 (Not Safe For Work / NUDE / adults) contents and classify SAFE 🛡️ contents without downloading or setting any assets
adult dart flutter image-processing mobile-development nsfw nsfw-detection open-source safe-content tensoflow-lite
Last synced: 12 Jul 2025
https://github.com/amirzenoozi/webcam-motion-detection
Motion Detection With OpenCV and Python Based on Webcam Input
image-processing motion-capture motion-detection opencv pillow python-script stream webcam webcam-motion-detection
Last synced: 15 May 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/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/dhairyac/cutlery-image-classification
Use transfer learning for large image classification
deep-learning deep-neural-networks fine-tuning image-processing imagenet-classifier keras transfer-learning xception-model
Last synced: 18 May 2026
https://github.com/ashwani-rathee/imagesgpu.jl
Image Processing on GPU in Julia
cuda gpu image image-processing julia
Last synced: 11 Jul 2025
https://github.com/hasibzunair/color-seg
Finding strawberries using color segmentation 🍓
image-processing opencv-python
Last synced: 28 Oct 2025
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/christophmark/imagej-interactive-thresholding
ImageJ macros that automate the workflow of thresholding and analyzing the size and intensity of objects/regions in microscope images.
fiji fluorescence fluorescence-microscopy-imaging image-analysis image-processing image-segmentation imagej microscopy thresholding
Last synced: 02 Jan 2026
https://github.com/kurtbuilds/imcon
A modern CLI tool for image manipulation
image-processing image-transformation jpeg pdf png rust
Last synced: 14 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/edrdavid1/dither_yuki
Dither Yuki is a desktop app focused on high‑quality dithering . It runs locally, works offline, and keeps your images on your device. Free to use for artists, indie devs, and small teams under the Fair Creative License (FCL). See License section below.
desktop-app dither-boy dither-yuki dithering dithertone-pro free-software image-processing retro tauri
Last synced: 17 May 2026
https://github.com/kouya-marino/alchemycv
An advanced image processing and computer vision tool with a comprehensive GUI.
computer-vision contour-detection data-science-tools digital-image-processing edge-detection fourier-transform gui-application-python image-analysis image-filters image-processing morphological-analysis morphology open-source opencv python tools
Last synced: 19 May 2026
https://github.com/ar1st0crat/pyicomaker
A simple tool for creating an ico file from any image file (Python)
Last synced: 27 Mar 2025
https://github.com/kinginthenorth001/rice_leaf_disase_detection
A CNN Model that can predict these 4 (['Bacterialblight', 'Blast', 'Brownspot', 'Tungro']) Rice leaf diseases.
cnn-classification deep-learning deep-neural-networks image-processing keras-neural-networks tensorflow
Last synced: 02 Jan 2026
https://github.com/savitar-hub/image-classification
Notebooks on how image classification can help businesses make better decisions and improve the customer experience.
image-classification image-processing jupyter-notebook numpy opencv pandas pytorch tensorflow
Last synced: 08 Apr 2026
https://github.com/meqdaddev/mask-detection
Mask Detection for people with micro:bit as output device.
image-classification image-processing mask-detection opencv opencv-python teachable-machine
Last synced: 18 May 2026
https://github.com/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/akaqox/unet-segmentation-with-docker
U-Net segmentation algorithm with options of pretrained resnet34 and resnet50 encoders. All of the project dockerized with gpu suppport on anaconda environment with multiple loss support..
docker docker-container docker-image dockerfile image-processing image-segmentation leaf-disease-classification multiple-loss-function preprocessing python pytorch pytorch-cnn resnet resnet34 resnet50 unet unet-image-segmentation unet-pytorch
Last synced: 20 Jan 2026
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/maxime-cllt/osmium
Compression d'image JPEG avec la Singular Value Decomposition (SVD)
compress-images gsvd image-processing ocaml svd
Last synced: 02 Jan 2026
https://github.com/ekovegeance/echoukk
Templates UKK
css database-management html image-processing javascript json pages php7
Last synced: 08 Apr 2026
https://github.com/cloudinary-devs/cloudinary-angular-template
Speed up your process of integrating Cloudinary in with this Angular repo that has the core things you need to start development using the power of Cloudinary
angular cloudinary image-processing web
Last synced: 17 May 2026
https://github.com/tristan-mcinnis/ollama-image-processing-cli-tool
This tool processes images from a specified directory or file using a local API for image analysis. It allows users to provide custom prompts and select vision-capable models for generating image descriptions.
ai cli image-annotation image-annotation-tool image-processing local-llm ollama python
Last synced: 19 May 2026
https://github.com/samedhrmn/photo-enhancer
Make your old photos bring back to life.
firebase flutter google-cloud-functions google-play image-processing
Last synced: 10 Apr 2026
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/chriamue/hog-detector
Histogram of Oriented Gradients and Object Detection
histogram-of-oriented-gradients hog-features image-processing object-detection rust wasm
Last synced: 18 May 2026
https://github.com/zanuarts/image-merger
Automate your boring stuff with this merger
grid image-processing merge-image pillow python python3
Last synced: 14 Mar 2025
https://github.com/erolrecep/moviebarcode
Generate moviebarcodes from a video
computer-vision feature-extraction image-processing opencv youtube
Last synced: 02 Apr 2026
https://github.com/gibiee/img64
This library encodes and decodes an image in base64 format.
base64 base64-decoding base64-encoding image image-decoding image-encoding image-processing images
Last synced: 07 Apr 2026
https://github.com/afondiel/prompt-engineering-for-vision-models-deeplearningai
These notes and resources are compiled from the crash course Prompt Engineering for Vision Models offered by DeepLearning.AI.
cnn computer-vision convnets diffusion-models fine-tuning generative-models image-processing large-vision-language-models large-vision-models meta-sam prompt-engineering video-processing vision-language-model vision-model-prompting vision-models visual-prompting vit
Last synced: 25 Aug 2025
https://github.com/fabbio00/iterative-linear-solver
Library implementing iterative methods for solving linear systems with matrix acquired from .mtx file, supporting various convergence criteria
compression-algorithm image-processing linear-algebra python
Last synced: 19 May 2026
https://github.com/jaid/prefew-photoshop
Adobe Photoshop sync for prefew.
adobe adobe-photoshop cli image image-processing images photoshop prefew sync
Last synced: 14 May 2025