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 jongchan/attention-module

Open-source alternatives to Attention Module

30 open-source projects similar to jongchan/attention-module, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Attention Module alternative.

  • hujie-frank/senethujie-frank avatar

    hujie-frank/SENet

    3,641View on GitHub↗

    Squeeze-and-Excitation Networks

    Cuda
    View on GitHub↗3,641
  • implus/sknetI

    implus/SKNet

    0View on GitHub↗
    View on GitHub↗0
  • pytorch/visionpytorch avatar

    pytorch/vision

    17,743View on GitHub↗

    This project is a comprehensive computer vision library for the PyTorch ecosystem, providing a standardized collection of neural network architectures, datasets, and high-performance transformation utilities. It serves as a foundational framework for building, training, and deploying deep learning models, offering a centralized model registry that allows developers to instantiate architectures with pre-trained weights for tasks such as image classification, object detection, and semantic segmentation. The library distinguishes itself through its modular approach to data and compute management

    Pythoncomputer-visionmachine-learning
    View on GitHub↗17,743
  • tensorflow/tputensorflow avatar

    tensorflow/tpu

    5,281View on GitHub↗

    This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and deploying large-scale AI models on Cloud TPU hardware. It serves as a framework for managing the lifecycle of accelerator clusters, including hardware orchestration and the provisioning of high-performance compute infrastructure for machine learning workloads. The project specifically enables the pre-training of foundation models, large language models, and complex reasoning architectures through distributed training toolkits and multi-host scaling recipes. It further provide

    Jupyter Notebook
    View on GitHub↗5,281

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
kaiminghe/resnet-1k-layersKaimingHe avatar

KaimingHe/resnet-1k-layers

936View on GitHub↗

Deep Residual Networks with 1K Layers

Lua
View on GitHub↗936
  • facebookresearch/resnextfacebookresearch avatar

    facebookresearch/ResNeXt

    1,926View on GitHub↗

    Implementation of a classification framework from the paper Aggregated Residual Transformations for Deep Neural Networks

    Lua
    View on GitHub↗1,926
  • szagoruyko/wide-residual-networksszagoruyko avatar

    szagoruyko/wide-residual-networks

    1,313View on GitHub↗

    3.8% and 18.3% on CIFAR-10 and CIFAR-100

    Lua
    View on GitHub↗1,313
  • liuzhuang13/densenetliuzhuang13 avatar

    liuzhuang13/DenseNet

    4,862View on GitHub↗

    DenseNet is a computer vision model and convolutional neural network implementation designed for image recognition and classification tasks. It utilizes a densely connected network architecture where each layer is connected to every other layer to improve feature propagation. The implementation reduces the number of parameters while maintaining accuracy through a dense-connectivity pattern and layer-aggregation concatenation. It supports model construction using both standard and bottleneck-compressed architectures, with configurable network depth and growth rates to balance inference time an

    Lua
    View on GitHub↗4,862
  • zhanghang1989/resnestzhanghang1989 avatar

    zhanghang1989/ResNeSt

    3,261View on GitHub↗

    Split-Attention Network, A New ResNet Variant. It significantly boosts the performance of downstream models such as Mask R-CNN, Cascade R-CNN and DeepLabV3.

    Python
    View on GitHub↗3,261
  • wang-xinyu/tensorrtxwang-xinyu avatar

    wang-xinyu/tensorrtx

    7,802View on GitHub↗

    tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor acceleration. It provides a framework for optimizing deep learning models through a GPU inference optimizer, a deep learning model converter for transforming weights from frameworks like TensorFlow and PyTorch, and a custom plugin library to implement operations not natively supported by the TensorRT API. The project distinguishes itself through a comprehensive collection of pre-defined network implementations, ranging from various YOLO versions and DETR transformers for object det

    C++arcfacecrnndetr
    View on GitHub↗7,802
  • fchollet/deep-learning-modelsfchollet avatar

    fchollet/deep-learning-models

    7,349View on GitHub↗

    This project is a collection of deep learning tools for image classification and audio tagging, providing a repository of pre-trained model weights and architectures. It serves as a Keras model zoo that enables the immediate use of established neural networks for inference and transfer learning. The library includes a music tagging framework that classifies audio recordings using convolutional recurrent neural networks and mel-spectrograms. For visual data, it provides implementations of architectures such as ResNet, VGG, and Xception, alongside a repository of weights trained on large datase

    Python
    View on GitHub↗7,349
  • alicevision/alicevisionalicevision avatar

    alicevision/AliceVision

    3,445View on GitHub↗

    3D Computer Vision Framework

    C++
    View on GitHub↗3,445
  • alankbi/detectoalankbi avatar

    alankbi/detecto

    626View on GitHub↗

    Build fully-functioning computer vision models with PyTorch

    Python
    View on GitHub↗626
  • 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
  • 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
  • alexis-jacq/pytorch-tutorialsA

    alexis-jacq/Pytorch-Tutorials

    0View on GitHub↗
    View on GitHub↗0
  • airctic/icevisionA

    airctic/icevision

    0View on GitHub↗
    View on GitHub↗0
  • 1adrianb/face-alignment1adrianb avatar

    1adrianb/face-alignment

    7,518View on GitHub↗

    This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Python
    View on GitHub↗7,518
  • aqibsaeed/genetic-cnnaqibsaeed avatar

    aqibsaeed/Genetic-CNN

    222View on GitHub↗

    CNN architecture exploration using Genetic Algorithm

    Python
    View on GitHub↗222
  • 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
  • antoniogarrote/clj-tesseractantoniogarrote avatar

    antoniogarrote/clj-tesseract

    55View on GitHub↗

    Clojure wrapper for the Tesseract OCR software

    C++
    View on GitHub↗55
  • ardhendubehera/capArdhenduBehera avatar

    ArdhenduBehera/cap

    82View on GitHub↗

    A repository for the code used to create and train the model defined in 'Context-aware Attentional Pooling (CAP) for Fine-grained Visual Classification' from AAAI 2021 (See the Paper section).

    Python
    View on GitHub↗82
  • arraiyopensource/korniaA

    arraiyopensource/kornia

    0View on GitHub↗
    View on GitHub↗0
  • balavenkatesh3322/cv-pretrained-modelbalavenkatesh3322 avatar

    balavenkatesh3322/CV-pretrained-model

    1,360View on GitHub↗

    A collection of computer vision pre-trained models.

    awesome-listcomputer-visiondata-science
    View on GitHub↗1,360
  • bamos/densenet.pytorchbamos avatar

    bamos/densenet.pytorch

    838View on GitHub↗

    A PyTorch implementation of DenseNet.

    Python
    View on GitHub↗838
  • bangguwu/ecanetBangguWu avatar

    BangguWu/ECANet

    1,412View on GitHub↗

    ECA-Net: Efficient Channel Attention for Deep Convolutional Neural Networks

    Python
    View on GitHub↗1,412
  • bengxy/fastneuralstylebengxy avatar

    bengxy/FastNeuralStyle

    81View on GitHub↗

    Fast Neural Style for Image Style Transform by Pytorch

    Python
    View on GitHub↗81
  • blue-blue272/imgreid-ianetB

    blue-blue272/ImgReID-IAnet

    0View on GitHub↗
    View on GitHub↗0
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0View on GitHub↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    View on GitHub↗0
  • anjiezheng/mnasnet-pytorchAnjieZheng avatar

    AnjieZheng/MnasNet-PyTorch

    275View on GitHub↗

    A PyTorch implementation of Mnasnet: MnasNet: Platform-Aware Neural Architecture Search for Mobile.

    Python
    View on GitHub↗275