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 jakezhaojb/arae

Projects sharing features with ARAE

30 open-source projects similar to jakezhaojb/arae, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • mkocabas/coordconv-pytorchmkocabas avatar

    mkocabas/CoordConv-pytorch

    403View on GitHub↗

    Pytorch implementation of CoordConv introduced in An intriguing failing of convolutional neural networks and the CoordConv solution paper

    Python
    View on GitHub↗403
  • carpedm20/enas-pytorchcarpedm20 avatar

    carpedm20/ENAS-pytorch

    2,722View on GitHub↗

    PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"

    Pythongoogle-brainneural-architecture-searchpytorch
    View on GitHub↗2,722
  • jnhwkim/ban-vqajnhwkim avatar

    jnhwkim/ban-vqa

    548View on GitHub↗

    ⚠️ Regrettably, I cannot perform maintenance due to the loss of the materials. I'm archiving this repository for reference

    Python
    View on GitHub↗548
  • orobix/visual-feature-attribution-using-wasserstein-gans-pytorchorobix avatar

    orobix/Visual-Feature-Attribution-Using-Wasserstein-GANs-Pytorch

    91View on GitHub↗

    This code aims to reproduce results obtained in the paper "Visual Feature Attribution using Wasserstein GANs" (official repo, TensorFlow code)

    Python
    View on GitHub↗91
  • irhumshafkat/r2plus1d-pytorchirhumshafkat avatar

    irhumshafkat/R2Plus1D-PyTorch

    365View on GitHub↗

    PyTorch implementation of the R2Plus1D convolution based ResNet architecture described in the paper "A Closer Look at Spatiotemporal Convolutions for Action Recognition"

    Python
    View on GitHub↗365

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
  • arunmallya/packnetarunmallya avatar

    arunmallya/packnet

    243View on GitHub↗

    Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning

    Python
    View on GitHub↗243
  • dmitryulyanov/deep-image-priorDmitryUlyanov avatar

    DmitryUlyanov/deep-image-prior

    8,085View on GitHub↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    View on GitHub↗8,085
  • kenshohara/3d-resnets-pytorchkenshohara avatar

    kenshohara/3D-ResNets-PyTorch

    4,039View on GitHub↗

    This project is a PyTorch implementation of 3D residual networks designed for video action recognition. It provides a spatiotemporal architecture that analyzes both spatial frames and temporal motion to classify human activities within video clips. The system includes a distributed model training framework to accelerate learning across multiple compute nodes. It supports the deployment and fine-tuning of pre-trained model weights, allowing the adaptation of existing networks to specific new datasets. The codebase covers the full pipeline for spatiotemporal learning, including video dataset p

    Python
    View on GitHub↗4,039
  • wlwkgus/noisynaturalgradientwlwkgus avatar

    wlwkgus/NoisyNaturalGradient

    122View on GitHub↗

    PyTorch implementation of Noisy Natural Gradient as Variational Inference.

    Python
    View on GitHub↗122
  • yunjey/starganyunjey avatar

    yunjey/stargan

    5,292View on GitHub↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Python
    View on GitHub↗5,292
  • meta-llama/llama-cookbookmeta-llama avatar

    meta-llama/llama-cookbook

    18,375View on GitHub↗

    This project is a collection of implementation guides, recipes, and developer resources for building applications with Llama models. It serves as a comprehensive kit for developing autonomous agents, establishing retrieval-augmented generation systems, and executing model fine-tuning. The resource provides specific patterns for multimodal workflows that process text, images, and audio. It includes specialized guidance on adapting pre-trained model weights for targeted tasks and implementing tool-calling orchestration to connect models with external APIs and functions. The codebase covers a b

    Jupyter Notebookaifinetuninglangchain
    View on GitHub↗18,375
  • zalandoresearch/fashion-mnistzalandoresearch avatar

    zalandoresearch/fashion-mnist

    12,754View on GitHub↗

    This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy of machine learning models. It provides a standardized collection of labeled fashion product images and training data formatted to be compatible with the MNIST dataset structure. The dataset consists of fixed-dimension grayscale images and label-based category mappings, stored in a binary format. It includes pre-split training and testing sets and a static distribution to ensure consistent cross-model benchmarking. The repository supports image classification benchmarking and

    Pythonbenchmarkcomputer-visionconvolutional-neural-networks
    View on GitHub↗12,754
  • akanazawa/cmrakanazawa avatar

    akanazawa/cmr

    485View on GitHub↗

    Angjoo Kanazawa \ , Shubham Tulsiani \ , Alexei A. Efros, Jitendra Malik

    Python
    View on GitHub↗485
  • ajbrock/smashA

    ajbrock/SMASH

    0View on GitHub↗
    View on GitHub↗0
  • adap/floweradap avatar

    adap/flower

    6,971View on GitHub↗

    Flower is a federated learning framework and distributed machine learning orchestrator designed to train models across decentralized devices. It functions as a privacy-preserving toolkit that enables model training and data analysis on local hardware, ensuring raw data remains on the device while contributing to a synchronized global model. The system employs an agnostic wrapper and integrator to connect diverse machine learning libraries, allowing different frameworks to operate within the same training loop. It uses a remote procedure call orchestrator to manage the exchange of model weight

    Python
    View on GitHub↗6,971
  • ajbrock/freezeoutA

    ajbrock/FreezeOut

    0View on GitHub↗
    View on GitHub↗0
  • aimerykong/recurrent-pixel-embedding-for-instance-groupingaimerykong avatar

    aimerykong/Recurrent-Pixel-Embedding-for-Instance-Grouping

    146View on GitHub↗

    CVPR2018 - pixel embedding & grouping for structured prediction, e.g., instance segmentation

    MATLAB
    View on GitHub↗146
  • adambielski/capsnet-pytorchA

    adambielski/CapsNet-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • 2minkyulee/aesop-auto-encoded-supervision-for-perceptual-image-super-resolution2minkyulee avatar

    2minkyulee/AESOP-Auto-Encoded-Supervision-for-Perceptual-Image-Super-Resolution

    92View on GitHub↗

    CVPR 2025 Official Repository for AESOP: Auto-Encoded Supervision for Perceptual Image Super-Resolution

    Python
    View on GitHub↗92
  • alexis-jacq/pytorch-dppoA

    alexis-jacq/Pytorch-DPPO

    0View on GitHub↗
    View on GitHub↗0
  • alexgkendall/multitaskvisionA

    alexgkendall/multitaskvision

    0View on GitHub↗
    View on GitHub↗0
  • ahirner/pytorch-retrainingA

    ahirner/pytorch-retraining

    0View on GitHub↗
    View on GitHub↗0
  • alexis-jacq/pytorch-sketch-rnnA

    alexis-jacq/Pytorch-Sketch-RNN

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

    alexis-jacq/Pytorch-Tutorials

    0View on GitHub↗
    View on GitHub↗0
  • alokwhitewolf/guided-attention-inference-networkalokwhitewolf avatar

    alokwhitewolf/Guided-Attention-Inference-Network

    238View on GitHub↗

    Contains implementation of Guided Attention Inference Network (GAIN) presented in Tell Me Where to Look(CVPR 2018). This repository aims to apply GAIN on fcn8 architecture used for segmentation.

    Python
    View on GitHub↗238
  • alterzero/dbpn-pytorchalterzero avatar

    alterzero/DBPN-Pytorch

    574View on GitHub↗

    The project is an official implement of our CVPR2018 paper "Deep Back-Projection Networks for Super-Resolution" (Winner of NTIRE2018 and PIRM2018)

    Python
    View on GitHub↗574
  • alykhantejani/nninitA

    alykhantejani/nninit

    0View on GitHub↗
    View on GitHub↗0
  • amdegroot/pytorch-containersA

    amdegroot/pytorch-containers

    0View on GitHub↗
    View on GitHub↗0
  • 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
  • albertpumarola/ganimationalbertpumarola avatar

    albertpumarola/GANimation

    1,984View on GitHub↗

    Official implementation of GANimation. In this work we introduce a novel GAN conditioning scheme based on Action Units (AU) annotations, which describe in a continuous manifold the anatomical facial movements defining a human expression. Our approach permits controlling the magnitude of…

    Python
    View on GitHub↗1,984