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
facebookresearch avatar

facebookresearch/visslArchived

0
View on GitHub↗
3,295 stars·328 forks·Jupyter Notebook·MIT·9 viewsvissl.ai↗

Vissl

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

Features

  • Advanced Learning - Library for self-supervised learning of visual representations.
  • Self-Supervised Learning - PyTorch-based library for self-supervised vision model training.

Star history

Star history chart for facebookresearch/visslStar history chart for facebookresearch/vissl

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Vissl

Similar open-source projects, ranked by how many features they share with Vissl.
  • 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/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/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
See all 30 alternatives to Vissl→

Frequently asked questions

What does facebookresearch/vissl do?

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

What are the main features of facebookresearch/vissl?

The main features of facebookresearch/vissl are: Advanced Learning, Self-Supervised Learning.

What are some open-source alternatives to facebookresearch/vissl?

Open-source alternatives to facebookresearch/vissl include: facebookresearch/dino — This project is a PyTorch vision transformer framework designed for self-supervised learning. It implements a model… facebookresearch/swav — PyTorch implementation of SwAV https//arxiv.org/abs/2006.09882. facebookresearch/jepa — This is a PyTorch self-supervised learning framework designed to train models that learn visual representations from… timeseriesai/tsai — tsai is a deep learning library for time series classification, regression, and forecasting. Built on PyTorch and… brightmart/albert_zh — This project is an implementation of the ALBERT language model architecture, providing a framework for training and… atcold/pytorch-deep-learning-minicourse — This is an educational curriculum for building and training neural networks using PyTorch. It serves as a deep…