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

computer vision resources / awesome lists

Ranking updated Jun 30, 2026

For a computer vision library for Python, the first results are jbhuang0604/awesome-computer-vision (This is a comprehensive, community-maintained awesome list that indexes computer vision papers, libraries, datasets, and tutorials by research task, making it a perfect starting point for exploring the domain), weiaicunzai/awesome-image-classification (This is a curated list of image classification papers and code, fitting the awesome list category but limited to classification rather than covering the full range of computer vision tasks detection, segmentation the visitor wants) and christoschristofidis/awesome-deep-learning (This is a general deep‑learning resources list rather than a computer‑vision‑specific collection, so it only partly covers the visitor’s need for a curated CV‑focused directory of papers, datasets, and frameworks). microsoft/computervision-recipes and matterport/mask_rcnn round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

We curate open-source GitHub repositories matching “computer vision resources”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Results for “a computer vision library for Python”

Find the best repos with AI.We'll search the best matching repositories with AI.
  • jbhuang0604/awesome-computer-visionjbhuang0604 avatar

    jbhuang0604/awesome-computer-vision

    23,074View on GitHub↗

    This project is a comprehensive, community-driven repository that serves as a centralized catalog for computer vision research and development. It functions as a structured index of academic papers, open-source software libraries, public datasets, and educational tutorials, providing a navigation point for the complex landscape of modern vision technology. The repository distinguishes itself through a taxonomy-based indexing system that maps the relationships between foundational research, influential academic figures, and their corresponding software implementations. By utilizing a lightweig

    This is a comprehensive, community-maintained awesome list that indexes computer vision papers, libraries, datasets, and tutorials by research task, making it a perfect starting point for exploring the domain.

    Awesome ListAwesome ListsComputer Vision Libraries
    View on GitHub↗23,074
  • weiaicunzai/awesome-image-classificationweiaicunzai avatar

    weiaicunzai/awesome-image-classification

    3,059View on GitHub↗

    A curated list of deep learning image classification papers and codes

    This is a curated list of image classification papers and code, fitting the awesome list category but limited to classification rather than covering the full range of computer vision tasks (detection, segmentation) the visitor wants.

    Awesome List
    View on GitHub↗3,059
  • christoschristofidis/awesome-deep-learningChristosChristofidis avatar

    ChristosChristofidis/awesome-deep-learning

    27,569View on GitHub↗

    This project is a curated directory of resources, libraries, and frameworks designed to support the development, training, and deployment of neural network models. It serves as a comprehensive guide for navigating the machine learning ecosystem, providing structured access to software utilities and research materials. The directory distinguishes itself by aggregating tools across the entire machine learning lifecycle, ranging from data management and experiment tracking to production-ready model deployment. It functions as a central hub for discovering both foundational academic research and

    This is a general deep‑learning resources list rather than a computer‑vision‑specific collection, so it only partly covers the visitor’s need for a curated CV‑focused directory of papers, datasets, and frameworks.

    Awesome ListAwesome ListsDeep Learning Frameworks
    View on GitHub↗27,569
  • microsoft/computervision-recipesmicrosoft avatar

    microsoft/computervision-recipes

    9,866View on GitHub↗

    This project is a collection of educational resources and implementation frameworks providing deep learning model recipes, code samples, and step-by-step guides for computer vision tasks. It organizes complex workflows into modular recipes and implementation guides to facilitate the building of image and video analysis models. The framework focuses on specialized vision capabilities, including an image similarity framework for fast retrieval and re-ranking, human pose estimation, and video action recognition. It also provides specific tools for crowd density estimation and document image clea

    This repository provides practical code recipes and step-by-step guides for computer vision tasks rather than a curated directory of papers, books, and datasets; it's a valuable resource but not the awesome list format you're looking for.

    Jupyter NotebookObject DetectionSegmentation Model Training
    View on GitHub↗9,866
  • matterport/mask_rcnnmatterport avatar

    matterport/Mask_RCNN

    25,564View on GitHub↗

    This project is a TensorFlow and Keras implementation of the Mask R-CNN architecture. It provides a framework for performing simultaneous object detection and instance segmentation, transforming raw images into segmented masks and bounding boxes for individual object identification. The toolset enables custom computer vision training through fine-tuning pre-trained weights and integrating user-provided datasets. It includes capabilities for distributed GPU training to accelerate the optimization of large vision models. The framework covers model evaluation using standard precision metrics an

    This is a specific implementation of the Mask R-CNN architecture for object detection and instance segmentation, not a curated collection of papers, libraries, datasets, and tutorials as you are looking for.

    PythonObject Detection
    View on GitHub↗25,564
  • aladdinpersson/machine-learning-collectionaladdinpersson avatar

    aladdinpersson/Machine-Learning-Collection

    8,465View on GitHub↗

    This project is a machine learning educational repository providing a collection of implementations and guides for machine learning and deep learning algorithms. It serves as a deep learning model library and a reference for training workflows, covering foundational machine learning, convolutional, recurrent, and transformer architectures. The collection includes a generative adversarial network suite for synthesizing realistic images and performing image-to-image translation. It also functions as a computer vision implementation guide for object detection and semantic segmentation, alongside

    This repository is a collection of its own machine learning implementations and tutorials, not a curated list of external computer vision resources (papers, datasets, libraries) as requested for an awesome list.

    PythonObject Detection
    View on GitHub↗8,465
  • tensorflow/modelstensorflow avatar

    tensorflow/models

    77,663View on GitHub↗

    This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines for tasks ranging from image classification and object detection to complex sequence modeling. The project distinguishes itself by providing a flexible execution harness that manages the entire training lifecycle, including data ingestion and backpropagation. It supports scalable

    This repository is a collection of reference model implementations and training pipelines for computer vision, not a curated list of papers, books, and tutorials—it provides code rather than a resource directory.

    PythonDeep Learning Frameworks
    View on GitHub↗77,663
  • accumulatemore/cvAccumulateMore avatar

    AccumulateMore/CV

    21,907View on GitHub↗

    This project is a comprehensive deep learning framework and educational platform designed for constructing, training, and evaluating neural network architectures. It provides a modular environment for building models through tensor operations and automatic differentiation, supporting a wide range of tasks from image classification and object detection to sequential data processing. Beyond its core technical capabilities, the project distinguishes itself by integrating professional career development resources directly into its learning ecosystem. It offers structured guidance, resume reviews,

    This project is a deep learning framework and educational platform with vision-related notebooks, not a curated collection of external resources, papers, and datasets as the visitor is looking for.

    Jupyter NotebookObject Detection
    View on GitHub↗21,907
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
jbhuang0604/awesome-computer-vision23.1K——May 17, 2024
weiaicunzai/awesome-image-classification3.1K——Apr 20, 2022
christoschristofidis/awesome-deep-learning
27.6K
—
—
May 26, 2025
microsoft/computervision-recipes9.9KJupyter NotebookMITFeb 16, 2024
matterport/mask_rcnn25.6KPythonNOASSERTIONJun 7, 2024
aladdinpersson/machine-learning-collection8.5KPythonMITAug 17, 2024
tensorflow/models77.7KPythonNOASSERTIONJun 11, 2026
accumulatemore/cv21.9KJupyter Notebook—Apr 27, 2026

Related searches

  • a computer vision library for object detection
  • Computer vision and multimodal
  • a toolkit for in-browser computer vision
  • Vision language models
  • a library for real-time object detection
  • AI learning roadmap
  • Augmented reality toolkit
  • a C# library for image processing