LogoAIAny
  • Search
  • Collection
  • Category
  • Tag
  • Daily AI
LogoAIAny

Tag

Explore by tags

LogoAIAny

Curated AI Resources for Everyone

[email protected]

Powered by airss.app

Product
  • Search
  • Collection
  • Category
  • Tag
Resources
  • Blog
Company
  • Privacy Policy
  • Terms of Service
  • Sitemap
Copyright © 2026 All Rights Reserved.
  • All

  • 30u30

  • ASR

  • ChatGPT

  • GNN

  • IDE

  • RAG

  • agent-skills

  • ai

  • ai-agent

  • ai-api

  • ai-api-management

  • ai-client

  • ai-coding

  • ai-demos

  • ai-deploy

  • ai-development

  • ai-framework

  • ai-image

  • ai-image-demos

  • ai-inference

  • ai-leaderboard

  • ai-library

  • ai-rank

  • ai-serving

  • ai-tools

  • ai-train

  • ai-video

  • ai-workflow

  • AIGC

  • algorithms

  • alibaba

  • amazon

  • android

  • anthropic

  • audio

  • aws

  • biology

  • blog

  • book

  • bytedance

  • chatbot

  • chatgpt

  • chemistry

  • claude

  • claude-code

  • cli

  • code

  • codex

  • copilot

  • course

  • cursor

  • deepmind

  • deepseek

  • depth

  • devops

  • diffusers

  • docker

  • drug-discovery

  • electron

  • embeddings

  • engineering

  • facebook

  • finance

  • foundation

  • foundation-model

  • gemini

  • gemini-cli

  • gemma

  • genomics

  • gitHub

  • github

  • go

  • google

  • gradient-booting

  • grok

  • huggingface

  • image

  • ios

  • java

  • javascript

  • LLM

  • llm

  • math

  • mcp

  • mcp-client

  • mcp-server

  • meta-ai

  • meta-pytorch

  • microsoft

  • mlops

  • mobile

  • multilingual

  • multimodal

  • NLP

  • nlp

  • nodejs

  • nvidia

  • ocr

  • ollama

  • openai

  • opencode

  • pandas

  • paper

  • physics

  • plugin

  • postgres

  • privacy

  • prompt-engineering

  • python

  • pytorch

  • RL

  • robotics

  • rust

  • science

  • security

  • shodan

  • skillkit

  • sora

  • speech

  • ssh

  • tensorrt

  • terminal

  • transformers

  • translation

  • tutorial

  • typescript

  • vibe-coding

  • video

  • vision

  • vllm

  • voice

  • xAI

  • xai

GitHub
Icon for item

fairseq

2017
Facebook AI Research (FAIR)

Provides research-grade implementations and pretrained models for sequence tasks (translation, LM, speech). Offers multi-GPU training, fast generation (beam/sampling/lexical constraints), mixed-precision, and state sharding — aimed at researchers reproducing or extending papers.

pytorchnlptranslationASRaudio+5
GitHub
Icon for item

ONNX

2017
ONNX Project Contributors, Meta (Facebook) +1

ONNX (Open Neural Network Exchange) is an open ecosystem that provides an open source format for AI models, including deep learning and traditional ML. It defines an extensible computation graph model, built-in operators, and standard data types, focusing on inferencing capabilities. Widely supported across frameworks and hardware, it enables interoperability and accelerates AI innovation.

ai-frameworkmlopsai-inferenceai-servingpytorch+2
GitHub
Icon for item

Detectron2

2019
Yuxin Wu, Alexander Kirillov +4

Modular implementations of object detection, instance/semantic/panoptic segmentation and related vision models for research and deployment. Offers a large model zoo, export to TorchScript/Caffe2, and PyTorch-native optimizations for faster training and extensibility.

pytorchvisionmeta-aiai-librarygithub+2
GitHub
Icon for item

xFormers

2021
Facebook Research (Meta)

xFormers is a modular, hackable, and efficiency-oriented Transformer building-blocks library from Facebook Research (Meta). It provides multiple attention implementations (memory-efficient exact attention, sparse and block-sparse attention), fused operators, and custom CUDA kernels to speed up transformer research and prototyping within the PyTorch ecosystem.

pytorchai-librarymeta-aiai-developmentfoundation-model+1
GitHub
Icon for item

ExecuTorch

2022
PyTorch

Enables on-device inference for PyTorch models—export, optimize, and run LLMs, vision, and speech models across mobile, embedded, and edge devices with a tiny runtime and multiple hardware backends.

pytorchai-inferenceai-servingmeta-aillm+5
GitHub
Icon for item

LLM Transparency Tool

2023
facebookresearch, Igor Tufanov +3

LLM Transparency Tool (LLM-TT) is an open-source interactive toolkit from Facebook Research for analyzing the internal workings of Transformer-based language models. It lets users run inferences, explore contribution graphs tied to selected tokens, inspect representations after any block, and drill down to attention heads, FFN blocks and individual neurons to see how they promote or suppress output tokens. The project provides Docker and local installation instructions and a live demo hosted on Hugging Face.

githubllmNLPxaiai-tools+3
GitHub
Icon for item

Pyrefly

2025
Meta (Facebook)

Performs fast static type checking and provides a language server with code navigation, semantic highlighting, and completions for Python. Processes ~1.85M lines/sec and completes IDE rechecks typically under 10ms — intended for responsive editor workflows and large codebases.

pythongithubIDEclipytorch+3
GitHub
Icon for item

V-JEPA 2 (facebookresearch/vjepa2)

2025
Meta FAIR (facebookresearch)

Provides PyTorch code, pretrained checkpoints, and evaluation tooling for V-JEPA 2 — a Meta FAIR family of self-supervised video encoders and an action-conditioned world model. Includes training recipes, HuggingFace checkpoints, evaluation probes, and robot post‑training artifacts.

videopytorchvisionfoundation-modelmeta-ai+5
GitHub
Icon for item

SAM 3: Segment Anything with Concepts

2025
Meta Superintelligence Labs, Nicolas Carion +8

Promptable image/video segmentation that finds, segments, and tracks all instances of an open‑vocabulary concept from short text or exemplars. Key differences: an automated 4M‑concept data engine, a presence token for finer text discrimination, and a detector–tracker design. Checkpoints on Hugging Face; GPU required.

visionfoundation-modelmeta-aipytorchhuggingface+3
GitHub
Icon for item

DINOv3

2025
Meta AI Research (FAIR), Oriane Siméoni +25

DINOv3 is Meta AI Research's reference PyTorch implementation and model collection for a family of self-supervised vision foundation models. It provides high-resolution dense patch features, multiple pretrained backbones (ViT and ConvNeXt variants), pretrained heads for classification/detection/segmentation/depth, and integration examples for PyTorch Hub and Hugging Face. The repo contains training and evaluation scripts, notebooks, and instructions to obtain model weights.

visionpytorchgithubmeta-aihuggingface+3
GitHub
Icon for item

SAM-Audio

2025
Bowen Shi, Andros Tjandra +13

SAM-Audio (Segment Anything in Audio) is a Meta / Facebook Research foundation model and GitHub project for isolating target sounds from complex audio mixtures using text, visual, or temporal prompts. The repository provides inference code, example notebooks, links to pretrained checkpoints on Hugging Face, and evaluation/reranking tools (Judge, CLAP). Models are released in multiple sizes (small, base, large) and variants optimized for visual prompting.

audiofoundation-modelmeta-aigithub
GitHub
Icon for item

OpenEnv

2025
Meta-PyTorch

Provides a Gymnasium-style API and tooling to create, deploy, and interact with isolated execution environments for agentic RL training. Includes async/sync clients, a web interface, CLI, Docker-based deployment, and Hugging Face Spaces integration.

RLpytorchmeta-aihuggingfacedocker+5
  • Previous
  • 1
  • Next