Ross ROSS = Recommend OSS · open-source software intelligence for agents

function: deep-learning

2653 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
microsoft/Oscar
Oscar is Microsoft's research code for object-semantics aligned cross-modal pre-training of vision-language models, with VinVL providing im…
101053maintenance
ashkamath/mdetr
MDETR (Modulated Detection) is a PyTorch research codebase for end-to-end multi-modal object detection that grounds free-form text queries …
321052maintenance
yangxudong/deeplearning
A collection of deep learning model training, evaluation, and prediction code implemented with TensorFlow's high-level Estimator API, with …
321049maintenance
damo-cv/TransReID
Official PyTorch implementation of TransReID, an ICCV 2021 paper applying vision transformers to object re-identification. It provides trai…
321048maintenance
microsoft/SimMIM
Official PyTorch implementation of SimMIM, a simple framework for masked image modeling (self-supervised visual pre-training) from Microsof…
321048maintenance
yuval-alaluf/restyle-encoder
Official PyTorch implementation of ReStyle, a residual-based StyleGAN encoder that inverts real images into GAN latent codes via iterative …
321046maintenance
thunlp/OpenDelta
OpenDelta is a Python library for parameter-efficient tuning (delta tuning) of pretrained language models, letting users attach small train…
231046maintenance
4uiiurz1/pytorch-nested-unet
A PyTorch implementation of the UNet++ (Nested U-Net) architecture for image segmentation, based on the paper 'UNet++: A Nested U-Net Archi…
321045maintenance
YuwenXiong/py-R-FCN
A Python implementation of R-FCN (Region-based Fully Convolutional Networks) for object detection, modified from the official MATLAB code a…
321043maintenance
facebookresearch/FixRes
FixRes is a PyTorch implementation of the NeurIPS 2019 paper 'Fixing the train-test resolution discrepancy', providing training and fine-tu…
101043maintenance
keijiro/Pix2Pix
A Unity library that runs pix2pix image-to-image translation neural networks in real time using compute shaders. It includes its own infere…
231041maintenance
descriptinc/melgan-neurips
Official PyTorch implementation of MelGAN, a GAN-based non-autoregressive vocoder that inverts mel-spectrograms into raw audio waveforms fo…
321039maintenance
huggingface/pytorch-pretrained-BigGAN
A PyTorch reimplementation of DeepMind's BigGAN generator with pretrained weights at 128, 256, and 512 pixel resolutions, plus scripts to c…
231039maintenance
google-research/morph-net
MorphNet is a TensorFlow library for resource-constrained learning of deep network structure. It adds regularizers during training that ind…
731038maintenance
thuml/Anomaly-Transformer
Official PyTorch implementation of the Anomaly Transformer model from the ICLR 2022 Spotlight paper on unsupervised time series anomaly det…
321038maintenance
JIA-Lab-research/SNR-Aware-Low-Light-Enhance
Official PyTorch implementation of the CVPR 2022 paper 'SNR-aware Low-Light Image Enhancement'. It combines SNR-aware transformers and conv…
321037maintenance
CalciferZh/minimal-hand
A Python library for real-time 3D hand motion capture from a single RGB camera, running at over 100fps. It combines a deep network (DetNet)…
231037maintenance
sicara/tf-explain
tf-explain is a Python library implementing interpretability methods (Grad CAM, occlusion sensitivity, vanilla gradients, etc.) for tf.kera…
231037maintenance
google-research/deeplab2
DeepLab2 is a TensorFlow library from Google Research providing a unified, state-of-the-art codebase for dense pixel labeling tasks such as…
101037maintenance
Xwin-LM/Xwin-LM
Xwin-LM is an open-source project for LLM alignment technologies including supervised fine-tuning, reward models, reject sampling, and RLHF…
281035maintenance
pesser/stable-diffusion
The development repository for Stable Diffusion and Latent Diffusion Models, containing research code, training scripts, and pretrained mod…
321033maintenance
goberoi/faceit
A Python script that simplifies swapping faces in videos using the deepfakes/faceswap library, with training data sourced from YouTube vide…
321032maintenance
ClementPinard/SfmLearner-Pytorch
A PyTorch reimplementation of SfMLearner (Zhou et al., CVPR 2017), which jointly learns monocular depth estimation and camera ego-motion fr…
671031maintenance
kakaobrain/rq-vae-transformer
The official PyTorch implementation of 'Autoregressive Image Generation using Residual Quantization' (CVPR 2022), implementing RQ-VAE and R…
321030maintenance
qubvel/ttach
TTAch is a Python library for image test time augmentation (TTA) with PyTorch. It wraps existing models to apply augmentations like flips, …
231030maintenance
vincentherrmann/pytorch-wavenet
A PyTorch implementation of the WaveNet neural audio generation architecture with fast generation support. It includes dataset creation fro…
321029maintenance
google-deepmind/scalable_agent
A TensorFlow implementation of IMPALA (Importance Weighted Actor-Learner Architectures) for scalable distributed deep reinforcement learnin…
321028maintenance
graphdeeplearning/graphtransformer
Reference implementation of the Graph Transformer architecture from the paper 'A Generalization of Transformer Networks to Graphs' (DLG-AAA…
321028maintenance
yuval-alaluf/hyperstyle
Official PyTorch implementation of HyperStyle (CVPR 2022), a hypernetwork that inverts real images into editable regions of StyleGAN's late…
321027maintenance
microsoft/Llama-2-Onnx
Microsoft's optimized ONNX export of Meta's Llama 2 models (7B and 13B, pretrained and fine-tuned, float16/float32), distributed via Git su…
281026maintenance
zepen/predict_Lottery_ticket
A Python application that scrapes historical draw data for Chinese lotteries (双色球/Double Color Ball and 大乐透/Super Lotto) and trains deep le…
341025maintenance
edvardHua/PoseEstimationForMobile
A TensorFlow-based library implementing CPM and Hourglass models with MobileNetV2 inverted residual modules for real-time single-person hum…
321024maintenance
lmb-freiburg/flownet2
A Caffe fork implementing FlowNet 2.0, a deep CNN for optical flow estimation from image pairs, released with the CVPR 2017 paper. It inclu…
321024maintenance
cxxnet
ps-lite is a lightweight, efficient C++ implementation of the parameter server framework for distributed machine learning. It exposes simpl…
101024maintenance
dwofk/fast-depth
FastDepth is the official PyTorch implementation of the ICRA 2019 paper 'FastDepth: Fast Monocular Depth Estimation on Embedded Systems' fr…
321023maintenance
sniklaus/sepconv-slomo
A reference PyTorch implementation of Video Frame Interpolation via Adaptive Separable Convolution, which generates intermediate frames bet…
431021maintenance
Gumpest/YOLOv5-Multibackbone-Compression
A YOLOv5-based toolbox for swapping in lightweight or high-accuracy backbones (TPH-YOLOv5, GhostNet, ShuffleNetV2, MobileNetV3-Small, Effic…
321020maintenance
tensorflow/similarity
TensorFlow Similarity is a Python library built on TensorFlow for training and serving similarity and metric learning models, including sel…
101020maintenance
wywu/LAB
Official C++/Caffe implementation of the CVPR 2018 paper 'Look at Boundary: A Boundary-Aware Face Alignment Algorithm', which localizes fac…
321019maintenance
bayesiains/nflows
nflows is a comprehensive PyTorch library of normalizing flows for density estimation and generative modeling. It provides invertible trans…
231019maintenance
brain-research/self-attention-gan
A TensorFlow implementation of Self-Attention GANs for reproducing results from the paper 'Self-Attention Generative Adversarial Networks' …
101019maintenance
EvgenyKashin/stylegan2-distillation
A research implementation of the ECCV 2020 paper 'StyleGAN2 Distillation for Feed-forward Image Manipulation', distilling StyleGAN2 latent-…
321018maintenance
facebookresearch/barlowtwins
A PyTorch implementation of Barlow Twins, a self-supervised learning method that trains visual representations by reducing redundancy betwe…
101017maintenance
AMLab-Amsterdam/AttentionDeepMIL
A PyTorch implementation of the paper 'Attention-based Deep Multiple Instance Learning' (Ilse, Tomczak & Welling, 2018). It provides code t…
321012maintenance
snap-research/NeROIC
Official PyTorch implementation of NeROIC, a neural method for capturing 3D object geometry and material from online image collections and …
321012maintenance
wpeebles/gangealing
Official PyTorch implementation of GANgealing, a CVPR 2022 method that trains a Spatial Transformer to densely align images using GAN-gener…
321012maintenance
kakaobrain/kogpt
KakaoBrain's KoGPT, a Korean Generative Pre-trained Transformer (GPT) model with 6B parameters, distributed via Hugging Face with inference…
231011maintenance
tensorflow/neural-structured-learning
Neural Structured Learning (NSL) is a TensorFlow framework for training neural networks with structured signals, either explicit graphs or …
651010maintenance
allegro/allRank
allRank is a PyTorch-based framework for training neural learning-to-rank (LTR) models. It provides pointwise, pairwise, and listwise loss …
321009maintenance
zhanghang1989/PyTorch-Multi-Style-Transfer
A PyTorch implementation of MSG-Net and Gatys et al. neural style transfer for applying artistic styles to images in real time. It includes…
231009maintenance
xiaoyufenfei/Efficient-Segmentation-Networks
A PyTorch reference implementation collection of lightweight, real-time semantic segmentation models such as ENet, ERFNet, LEDNet, Fast-SCN…
321008maintenance
kevinzakka/spatial-transformer-network
A TensorFlow implementation of Spatial Transformer Networks, a differentiable module that can be inserted into ConvNet architectures to add…
321005maintenance
mileyan/pseudo_lidar
Research code implementing Pseudo-LiDAR, a CVPR 2019 method that converts image-based depth maps into pseudo-LiDAR point clouds for 3D obje…
321005maintenance
bubbliiiing/yolov8-pytorch
A PyTorch implementation of the YOLOv8 object detection model with training, prediction, and evaluation scripts. It supports training on cu…
211005maintenance
alex04072000/ObstructionRemoval
The official TensorFlow implementation of the CVPR 2020 paper 'Learning to See Through Obstructions', which removes obstructions like windo…
321004maintenance
NATSpeech/NATSpeech
A PyTorch framework for non-autoregressive text-to-speech (NAR-TTS), containing official implementations of PortaSpeech (NeurIPS 2021) and …
231004maintenance
LeeSureman/Flat-Lattice-Transformer
Reference implementation of the ACL 2020 paper FLAT: Chinese NER Using Flat-Lattice Transformer, built on PyTorch and FastNLP. It trains fl…
321003maintenance
microsoft/nnfusion
NNFusion is a flexible and efficient deep neural network (DNN) compiler that generates high-performance executables from model descriptions…
231002maintenance
google-research/magvit
Official JAX implementation of MAGVIT, a masked generative video transformer from a CVPR 2023 paper by Google Research and CMU. It provides…
101000maintenance
openai/grok
Research code accompanying the paper 'Grokking: Generalization Beyond Overfitting on Small Algorithmic Datasets' from OpenAI. It provides t…
104263experimental
apple/ml-mgie
MGIE (MLLM-Guided Image Editing) is Apple's research implementation of instruction-based image editing guided by multimodal large language …
263874experimental
0hq/WebGPT
WebGPT is a vanilla JavaScript and HTML implementation of GPT transformer inference running in the browser via WebGPU, in under ~1500 lines…
303792experimental
MoonshotAI/Attention-Residuals
Official implementation of Attention Residuals (AttnRes), a drop-in replacement for standard residual connections in Transformers that lets…
473487experimental
lucidrains/musiclm-pytorch
A PyTorch library implementing MusicLM, Google's text-to-music generation model, by combining text-conditioned AudioLM with MuLan, a text-a…
213293experimental
enhuiz/vall-e
An unofficial PyTorch implementation of the VALL-E text-to-speech audio language model, built on the EnCodec tokenizer. It provides trainin…
312976experimental
guoqincode/Open-AnimateAnyone
An unofficial PyTorch implementation of Animate Anyone, a diffusion-based method that animates a static character image using pose sequence…
262923experimental
Everlyn-Labs/Everlyn-1
Everlyn-1 is an open autoregressive foundational video AI model from Everlyn Labs, accompanied by research on video compression/tokenizatio…
222892experimental
openai/weak-to-strong
OpenAI's research codebase implementing weak-to-strong generalization experiments from their alignment paper, where a strong pretrained mod…
102552experimental
test-time-training/ttt-video-dit
Official PyTorch implementation of 'One-Minute Video Generation with Test-Time Training', which finetunes the CogVideoX 5B diffusion transf…
502448experimental
AIGCDesignGroup/ReplaceAnything
ReplaceAnything is a research project from Alibaba's Institute for Intelligent Computing for ultra-high quality content replacement in imag…
262426experimental
facebookresearch/large_concept_model
Official PyTorch implementation of Meta's Large Concept Models (LCM), which perform language modeling by autoregressively predicting senten…
232375experimental
dvmazur/mixtral-offloading
A Python library enabling efficient inference of Mixtral-8x7B mixture-of-experts language models on limited hardware like Google Colab or c…
262332experimental
lllyasviel/LayerDiffuse
LayerDiffuse is a research project that generates transparent images and image layers using diffusion models with latent transparency. It p…
252221experimental
MineDojo/NitroGen
NitroGen is an open foundation model for generalist gaming agents that takes pixel input from games and predicts gamepad actions, trained v…
452168experimental
Sumandora/remove-refusals-with-transformers
A proof-of-concept Python script that removes refusal behavior from LLMs by ablating the refusal direction using pure Hugging Face Transfor…
482149experimental
JiauZhang/DragGAN
A Python implementation of DragGAN, a research method for interactively manipulating generated images by dragging points on the generative …
292128experimental
etched-ai/open-oasis
Inference code and model weights for Oasis 500M, an interactive world model from Decart and Etched that generates gameplay video autoregres…
222123experimental
QwenLM/Qwen-Image-Layered
Qwen-Image-Layered is a diffusion-based model and pipeline that decomposes an input image into multiple independently editable RGBA layers.…
432079experimental
lucidrains/make-a-video-pytorch
A PyTorch library implementing Make-A-Video, Meta AI's text-to-video generation approach, built around pseudo-3d (axial) convolutions and s…
231986experimental
lucidrains/gigagan-pytorch
A PyTorch implementation of GigaGAN, Adobe's state-of-the-art generative adversarial network for text-to-image and unconditional image synt…
211942experimental
chelsea0x3b/dfdx
A Rust deep learning library providing shape-checked tensors and neural network building blocks with compile-time verification of tensor op…
231932experimental
matthewearl/deep-anpr
An experimental Python project that uses neural networks (TensorFlow) to build an automatic number plate recognition (ANPR) system. It incl…
321856experimental
rentruewang/aioway
Aioway is an optimizing compiler for deep learning algorithms that treats ML models as instructions and builds declarative pipelines using …
771824experimental
deepseek-ai/DeepSeek-V3.2-Exp
DeepSeek-V3.2-Exp is an experimental open-weight large language model release that introduces DeepSeek Sparse Attention for more efficient …
401640experimental
EvolvingLMMs-Lab/open-r1-multimodal
A fork of Hugging Face's open-r1 that extends the R1 GRPO reinforcement learning training paradigm to multimodal (vision-language) models l…
231603experimental
lyuchenyang/Macaw-LLM
Macaw-LLM is a multi-modal language modeling framework that integrates image, video, audio, and text data, built on CLIP, Whisper, and LLaM…
291591experimental
ali-vilab/composer
Official implementation of Composer, a 5-billion-parameter controllable diffusion model for creative image synthesis using composable condi…
311557experimental
KUR-creative/SickZil-Machine
SickZil-Machine is a desktop application that automates text removal from manga and comic pages during the scanlation (translation) process…
231524experimental
test-time-training/ttt-lm-pytorch
Official PyTorch implementation of Test-Time Training (TTT) layers, a sequence modeling layer with linear complexity whose hidden state is …
231388experimental
lucidrains/video-diffusion-pytorch
A Pytorch implementation of the Video Diffusion Models paper by Jonathan Ho, extending denoising diffusion probabilistic models (DDPMs) to …
231383experimental
sintel-dev/Orion
Orion is a Python machine learning library for unsupervised time series anomaly detection, offering verified ML pipelines that flag rare pa…
741368experimental
lizhihao6/Sparc3D
Sparc3D is the official implementation of a research framework for high-resolution 3D shape modeling, combining a sparse deformable marchin…
311353experimental
lucidrains/naturalspeech2-pytorch
A PyTorch implementation of NaturalSpeech 2, a zero-shot text-to-speech and singing synthesizer that combines a neural audio codec with a l…
201333experimental
DLYuanGod/TinyGPT-V
TinyGPT-V is an efficient multimodal large language model built on small backbones (Phi-2 2.7B), combining vision and language capabilities…
551316experimental
google/style-aligned
Official research code for 'Style Aligned Image Generation via Shared Attention', implementing style-consistent image generation with diffu…
101315experimental
Jamie-Stirling/RetNet
A minimal, pure PyTorch implementation of the Retentive Network (RetNet) architecture proposed as a successor to Transformers for large lan…
281209experimental
tspeterkim/flash-attention-minimal
A minimal ~100-line CUDA re-implementation of the Flash Attention forward pass, loadable as a PyTorch extension. It is designed as an educa…
251179experimental
facebookresearch/shumai
Shumai is a fast, differentiable tensor library for TypeScript and JavaScript built on Bun and Flashlight (ArrayFire backend). It provides …
321172experimental
Tencent-Hunyuan/Hunyuan3D-WorldClaw
WorldClaw is a research framework from Tencent Hunyuan for agentic, large-scale 3D open-world generation, released alongside an arXiv paper…
561117experimental
Ligo-Biosciences/AlphaFold3
An open-source Python implementation of AlphaFold3, DeepMind's biomolecular structure prediction model, including the full model architectu…
271091experimental

← prev page 21 / 27 next →