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 buptldy/marta-gan

Projects sharing features with MARTA GAN

30 open-source projects similar to buptldy/marta-gan, 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.

  • facebookresearch/jepafacebookresearch avatar

    facebookresearch/jepa

    3,986View on GitHub↗

    This is a PyTorch self-supervised learning framework designed to train models that learn visual representations from video. It implements a joint-embedding predictive architecture that extracts spatio-temporal features by predicting missing regions of a signal within a latent representation space rather than reconstructing raw pixels. The project includes a latent space visualization tool that uses a conditional diffusion model to decode feature-space predictions back into pixels. This allows for the verification of learned representations by transforming abstract predictions into interpretab

    Python
    View on GitHub↗3,986
  • timeseriesai/tsaitimeseriesAI avatar

    timeseriesAI/tsai

    6,081View on GitHub↗

    tsai is a deep learning library for time series classification, regression, and forecasting. Built on PyTorch and fastai, it provides a framework for assigning labels to sequential data, predicting future values in univariate or multivariate sequences, and training representations on unlabeled data through self-supervised learning. The library distinguishes itself with specialized temporal engineering and scaling capabilities. It includes tools for cyclical temporal encoding to capture seasonal patterns and online window slicing to process datasets larger than available memory. It also suppor

    Jupyter Notebook
    View on GitHub↗6,081
  • 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

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
  • atcold/pytorch-deep-learning-minicourseAtcold avatar

    Atcold/pytorch-Deep-Learning-Minicourse

    6,810View on GitHub↗

    This is an educational curriculum for building and training neural networks using PyTorch. It serves as a deep learning training guide and resource, providing a structured series of lessons on tensor computation and architecture development. The course uses an interactive learning model that synchronizes academic theory with practice. It pairs theoretical lecture slides with exercise-driven notebooks, requiring students to implement model logic within predefined templates to validate their conceptual understanding. The curriculum covers a broad range of deep learning capabilities, including

    Jupyter Notebook
    View on GitHub↗6,810
  • brightmart/albert_zhbrightmart avatar

    brightmart/albert_zh

    3,982View on GitHub↗

    This project is an implementation of the ALBERT language model architecture, providing a framework for training and evaluating transformer-based text classifiers and similarity models. It specifically includes pre-trained assets and tools optimized for generating semantic embeddings and representations of Chinese text. The framework distinguishes itself through tools for converting heavy language model checkpoints into lightweight formats to enable low-latency inference on mobile devices. It utilizes specific weight reduction techniques, including cross-parameter sharing and factorized embedd

    Pythonalbertbertchinese-corpus
    View on GitHub↗3,982
  • tensorflow/similaritytensorflow avatar

    tensorflow/similarity

    1,025View on GitHub↗

    TensorFlow Similarity is a Python framework designed for training neural networks to learn high-dimensional vector representations and perform similarity-based retrieval. It provides a comprehensive toolkit for metric learning, enabling the development of systems that group similar items together in vector space and identify them through distance-based comparisons. The library distinguishes itself by integrating specialized training techniques, such as contrastive and triplet-based learning, with robust data management tools that ensure stable model convergence. It supports self-supervised re

    Pythonbarlow-twinsclusteringcontrastive-learning
    View on GitHub↗1,025
  • duxingren14/dualganD

    duxingren14/DualGAN

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/dinofacebookresearch avatar

    facebookresearch/dino

    7,592View on GitHub↗

    This project is a PyTorch vision transformer framework designed for self-supervised learning. It implements a model that trains visual representations using a momentum teacher and self-distillation without the need for labeled data. The library functions as an image feature extractor and visual attention visualizer, allowing for the generation of high-dimensional vectors and the rendering of self-attention maps as heatmaps or videos to analyze model focus. It provides comprehensive tools for downstream vision evaluation, including linear probe classification, k-nearest neighbor categorizatio

    Python
    View on GitHub↗7,592
  • facebookresearch/maefacebookresearch avatar

    facebookresearch/mae

    8,340View on GitHub↗

    This is a PyTorch library and framework for self-supervised vision learning. It provides an implementation of masked autoencoders and vision transformers designed to learn image representations by reconstructing masked image patches from unlabeled data. The project features a distributed training pipeline that scales workloads across multiple GPU nodes. This infrastructure includes multi-node orchestration and gradient accumulation to manage large batch sizes and coordinate resource requests across clusters. The toolkit covers a complete workflow from self-supervised masked pre-training to d

    Python
    View on GitHub↗8,340
  • facebookresearch/swavfacebookresearch avatar

    facebookresearch/swav

    2,095View on GitHub↗

    PyTorch implementation of SwAV https//arxiv.org/abs/2006.09882

    Python
    View on GitHub↗2,095
  • facebookresearch/visslfacebookresearch avatar

    facebookresearch/vissl

    3,295View on GitHub↗

    VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.

    Jupyter Notebook
    View on GitHub↗3,295
  • ha0tang/lgganH

    Ha0Tang/LGGAN

    0View on GitHub↗
    View on GitHub↗0
  • ha0tang/selectionganH

    Ha0Tang/SelectionGAN

    0View on GitHub↗
    View on GitHub↗0
  • humamalwassel/xdcHumamAlwassel avatar

    HumamAlwassel/XDC

    91View on GitHub↗

    Self-Supervised Learning by Cross-Modal Audio-Video Clustering (NeurIPS 2020)

    Python
    View on GitHub↗91
  • jjy1994/badencoderjjy1994 avatar

    jjy1994/BadEncoder

    84View on GitHub↗

    This repository contains the code of BadEncoder, which injects backdoors into a pre-trained image encoder such that the downstream classifiers built based on the backdoored image encoder for different downstream tasks simultaneously inherit the backdoor behavior. Here is an overview of our…

    Python
    View on GitHub↗84
  • junyanz/bicycleganjunyanz avatar

    junyanz/BicycleGAN

    1,513View on GitHub↗

    Toward Multimodal Image-to-Image Translation

    Pythondeep-learninggansgenerative-adversarial-network
    View on GitHub↗1,513
  • junyanz/cycleganjunyanz avatar

    junyanz/CycleGAN

    12,861View on GitHub↗

    CycleGAN is a generative adversarial network framework designed for unpaired image-to-image translation. It enables the conversion of images between two distinct visual domains using datasets that do not require direct one-to-one matching examples. The project implements a deep learning style transfer tool capable of artistic style transfer, object transfiguration, and domain-to-domain conversion. It uses a dual-generator architecture and cycle-consistency loss to ensure that images translated to a target domain and back recover their original state. The framework covers core machine learnin

    Lua
    View on GitHub↗12,861
  • lightly-ai/lightlylightly-ai avatar

    lightly-ai/lightly

    3,684View on GitHub↗

    Lightly is a self-supervised learning framework and computer vision data curation tool designed to manage large image datasets and train models on unlabeled data. It functions as a PyTorch vision library and dataset management SDK, providing tools to convert raw images into high-dimensional vectors for similarity search, visualization, and feature extraction. The project implements a variety of self-supervised architectures, including MoCo, SimCLR, VICReg, Barlow Twins, and masked image modeling. It distinguishes itself by combining these learning frameworks with active learning capabilities,

    Pythoncomputer-visioncontrastive-learningcontributions-welcome
    View on GitHub↗3,684
  • lloydwindrim/hyperspectral-autoencoderslloydwindrim avatar

    lloydwindrim/hyperspectral-autoencoders

    120View on GitHub↗

    Tools for training and using unsupervised autoencoders and supervised deep learning classifiers for hyperspectral data.

    Python
    View on GitHub↗120
  • mingyuliutw/unitmingyuliutw avatar

    mingyuliutw/UNIT

    2,029View on GitHub↗

    We have a reimplementation of the UNIT method that is more performant. It is avaiable at Imaginaire

    Python
    View on GitHub↗2,029
  • nvidia/pix2pixhdNVIDIA avatar

    NVIDIA/pix2pixHD

    6,920View on GitHub↗

    pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into high-resolution photorealistic images. It functions as a high-resolution image synthesizer and an image-to-image translation model capable of producing synthetic images at 2048x1024 resolution. The system includes a semantic image editor that allows for the modification of high-resolution visuals by updating the underlying semantic label maps. This enables interactive image editing and the generation of photorealistic images based on source images or discrete label maps. The framework pro

    Python
    View on GitHub↗6,920
  • nvidia/vid2vidN

    NVIDIA/vid2vid

    0View on GitHub↗

    Pytorch implementation for high-resolution (e.g., 2048x1024) photorealistic video-to-video translation. It can be used for turning semantic label maps into photo-realistic videos, synthesizing people talking from edge maps, or generating human motions from poses. The core of video-to-video…

    View on GitHub↗0
  • nvlabs/munitNVlabs avatar

    NVlabs/MUNIT

    2,704View on GitHub↗

    Multimodal Unsupervised Image-to-Image Translation

    Python
    View on GitHub↗2,704
  • nyoki-mtl/pytorch-everybodydancenowN

    nyoki-mtl/pytorch-EverybodyDanceNow

    0View on GitHub↗
    View on GitHub↗0
  • phillipi/pix2pixphillipi avatar

    phillipi/pix2pix

    10,644View on GitHub↗

    pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions as a supervised trainer and visual domain mapper designed to learn a mapping between input and output images for style and domain transfer. The system utilizes a U-Net encoder-decoder architecture combined with a PatchGAN local discriminator to enforce high-frequency local consistency. It employs L1 loss regularization to ensure generated outputs remain structurally close to the ground truth. The project covers a broad range of computer vision capabilities, including semantic

    Lua
    View on GitHub↗10,644
  • rmokady/structural-analogyrmokady avatar

    rmokady/structural-analogy

    105View on GitHub↗

    Pytorch implementation for the paper "Structural-analogy from a Single Image Pair"

    Python
    View on GitHub↗105
  • saic-mdal/hidtS

    saic-mdal/HiDT

    0View on GitHub↗
    View on GitHub↗0
  • sihanxu/nepaS

    SihanXU/nepa

    0View on GitHub↗
    View on GitHub↗0
  • stevliu/self-conditioned-ganS

    stevliu/self-conditioned-gan

    0View on GitHub↗
    View on GitHub↗0
  • taesungp/contrastive-unpaired-translationtaesungp avatar

    taesungp/contrastive-unpaired-translation

    2,529View on GitHub↗

    Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)

    Pythoncomputer-graphicscomputer-visioncomputervision
    View on GitHub↗2,529