awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to libvips/pyvips

Open-source alternatives to Pyvips

30 open-source projects similar to libvips/pyvips, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pyvips alternative.

  • scikit-image/scikit-imagescikit-image avatar

    scikit-image/scikit-image

    6,529View on GitHub↗

    scikit-image is a Python image processing library and scientific image analysis toolkit. It provides a framework for digital image processing and computer vision, utilizing numerical arrays for pixel-level manipulations. The library enables the quantification of image properties and the detection of visual features, such as edges and blobs. It includes tools for image segmentation and the extraction of textures and patterns to characterize objects within visual data. Capabilities cover image manipulation through color space conversion, geometric transformations, and digital restoration. It a

    Pythoncomputer-visionimage-processingpython
    View on GitHub↗6,529
  • ermig1979/simdermig1979 avatar

    ermig1979/Simd

    2,254View on GitHub↗

    C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON, SVE for ARM, HVX for Hexagon

    C++
    View on GitHub↗2,254
  • ukoethe/vigraukoethe avatar

    ukoethe/vigra

    440View on GitHub↗

    a generic C++ library for image analysis

    C++
    View on GitHub↗440
  • luispedro/mahotasL

    luispedro/mahotas

    0View on GitHub↗
    View on GitHub↗0
  • hybridgroup/gocvhybridgroup avatar

    hybridgroup/gocv

    7,463View on GitHub↗

    GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and deep learning inference engine, providing programmatic access to a wide range of algorithms for image manipulation, object detection, and video analysis. The project differentiates itself through high-performance native bindings and hardware acceleration. It utilizes a foreign function interface to map Go calls to C++ functions and includes a hardware-agnostic backend dispatch to route neural network tasks to computation engines such as CUDA and OpenVINO. The library covers a br

    Go
    View on GitHub↗7,463

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • emcconville/wandemcconville avatar

    emcconville/wand

    1,482View on GitHub↗

    The ctypes-based simple ImageMagick binding for Python

    Pythonctypesimagemagickpython
    View on GitHub↗1,482
  • python-pillow/pillowpython-pillow avatar

    python-pillow/Pillow

    13,637View on GitHub↗

    Pillow is a Python image processing library and digital image manipulation toolkit used for opening, manipulating, and saving various image file formats. It serves as a multi-format image codec wrapper that enables the reading and writing of diverse standards such as JPEG, PNG, TIFF, and BMP. The library provides tools for programmatic image manipulation, including resizing, cropping, rotating, and transforming visual content through direct pixel data modification. It supports pixel data analysis to extract and modify raw information for custom visual processing and data transformations. The

    Pythonccross-platformimage
    View on GitHub↗13,637
  • nyandwi/machine_learning_completeNyandwi avatar

    Nyandwi/machine_learning_complete

    4,983View on GitHub↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    View on GitHub↗4,983
  • datawhalechina/joyful-pandasdatawhalechina avatar

    datawhalechina/joyful-pandas

    5,164View on GitHub↗

    This project is a comprehensive pandas data analysis tutorial and instructional guide designed for learning data manipulation and analysis. It serves as a tabular data processing guide and a manual for time series analysis, providing a structured approach to cleaning, merging, and transforming datasets. The repository functions as a data feature engineering course, providing tutorials on constructing and selecting dataset features to improve machine learning model performance. It also includes a vectorized data operations guide for performing element-wise mathematical computations and matrix

    Jupyter Notebookpandas
    View on GitHub↗5,164
  • afrogleap/simpleimagevieweraFrogleap avatar

    aFrogleap/SimpleImageViewer

    421View on GitHub↗

    A snappy image viewer with zoom and interactive dismissal transition.

    Swift
    View on GitHub↗421
  • ajstarks/svgoajstarks avatar

    ajstarks/svgo

    2,247View on GitHub↗

    Go Language Library for SVG generation

    Go
    View on GitHub↗2,247
  • ajkumar25/pygramA

    ajkumar25/pygram

    0View on GitHub↗
    View on GitHub↗0
  • alamofire/alamofireimageAlamofire avatar

    Alamofire/AlamofireImage

    4,029View on GitHub↗

    AlamofireImage is an image downloading and caching library designed as an extension for Alamofire. It provides a serialization framework to convert network responses into image objects and a memory-based caching system to reduce redundant network requests. The project features a variant-aware asynchronous cache that stores both original images and their filtered versions separately. It includes tools for animating the replacement of placeholder images with downloaded content through various transition effects. The library covers image acquisition through parallel downloading and prioritized

    Swift
    View on GitHub↗4,029
  • alankbi/detectoalankbi avatar

    alankbi/detecto

    626View on GitHub↗

    Build fully-functioning computer vision models with PyTorch

    Python
    View on GitHub↗626
  • aferrero2707/photoflowaferrero2707 avatar

    aferrero2707/PhotoFlow

    343View on GitHub↗

    PhotoFlow

    C++
    View on GitHub↗343
  • 500px/greedo-layout-for-ios500px avatar

    500px/greedo-layout-for-ios

    823View on GitHub↗

    Full aspect ratio grid layout for iOS

    Objective-C
    View on GitHub↗823
  • airctic/icevisionA

    airctic/icevision

    0View on GitHub↗
    View on GitHub↗0
  • alexhillc/axphotovieweralexhillc avatar

    alexhillc/AXPhotoViewer

    655View on GitHub↗

    An iOS/tvOS photo gallery viewer, useful for viewing a large (or small!) number of photos.

    Swift
    View on GitHub↗655
  • alexeyab/darknetAlexeyAB avatar

    AlexeyAB/darknet

    22,159View on GitHub↗

    Darknet is a high-performance C-based inference engine and computer vision library designed for real-time object identification and localization. It serves as a neural network framework for training and deploying detection models using the YOLO architecture, providing a toolset for deep learning training and deployment. The project differentiates itself through a C and CUDA implementation that enables hardware acceleration for matrix multiplication and inference speed optimization. It provides a shared library interface for embedding detection capabilities into external applications and suppo

    C
    View on GitHub↗22,159
  • aim-harvard/pyradiomicsA

    AIM-Harvard/pyradiomics

    0View on GitHub↗
    View on GitHub↗0
  • alexis-jacq/pytorch-tutorialsA

    alexis-jacq/Pytorch-Tutorials

    0View on GitHub↗
    View on GitHub↗0
  • alexiscreuzot/swiftygifalexiscreuzot avatar

    alexiscreuzot/SwiftyGif

    2,277View on GitHub↗

    High performance GIF engine

    Swift
    View on GitHub↗2,277
  • alibaba/easycvalibaba avatar

    alibaba/EasyCV

    1,950View on GitHub↗

    An all-in-one toolkit for computer vision

    Pythonclassificationcomputer-visionobject-detection
    View on GitHub↗1,950
  • alicevision/alicevisionalicevision avatar

    alicevision/AliceVision

    3,445View on GitHub↗

    3D Computer Vision Framework

    C++
    View on GitHub↗3,445
  • alicevision/meshroomalicevision avatar

    alicevision/Meshroom

    12,562View on GitHub↗

    Meshroom is a node-based photogrammetry software designed to transform collections of two-dimensional images into three-dimensional models and scene geometry. It provides a visual interface for constructing and managing modular data pipelines, allowing users to automate complex computer vision tasks such as feature extraction, depth map estimation, and mesh generation. The software distinguishes itself through a distributed computational framework that dispatches resource-intensive tasks across local hardware or remote render farms. By utilizing a directed acyclic graph execution model, it en

    QML3d-reconstructionalicevisioncamera-tracking
    View on GitHub↗12,562
  • alirezashamsoshoara/fire-detection-uav-aerial-image-classification-segmentation-unmannedaerialvehicleAlirezaShamsoshoara avatar

    AlirezaShamsoshoara/Fire-Detection-UAV-Aerial-Image-Classification-Segmentation-UnmannedAerialVehicle

    251View on GitHub↗

    FLAME (Fire Luminosity Airborne-based Machine learning Evaluation) Dataset

    Python
    View on GitHub↗251
  • altayer-digital/atgmediabrowseraltayer-digital avatar

    altayer-digital/ATGMediaBrowser

    214View on GitHub↗

    Image slide-show viewer with multiple predefined transition styles, with ability to create new transitions with ease.

    Swift
    View on GitHub↗214
  • alterplay/apkenburnsviewAlterplay avatar

    Alterplay/APKenBurnsView

    103View on GitHub↗

    Ken Burns effect with face recognition!

    Swift
    View on GitHub↗103
  • amdegroot/ssd.pytorchamdegroot avatar

    amdegroot/ssd.pytorch

    5,224View on GitHub↗

    This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra

    Pythoncomputer-visiondeep-learningimage-recognition
    View on GitHub↗5,224
  • achno/gowallAchno avatar

    Achno/gowall

    2,254View on GitHub↗

    A tool to convert a Wallpaper's color scheme / palette, OCR with VLM's Traditional & Hybrid, Image Compression ,color palette extraction, image upsacling with Adversarial Networks and more image processing features.

    Gobackground-removalclicolor-extractor
    View on GitHub↗2,254