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

domain: deep-learning

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

ProductHealth v2StarsMaturity
NVlabs/DG-Net
DG-Net is a PyTorch implementation of the CVPR 2019 (Oral) paper 'Joint Discriminative and Generative Learning for Person Re-identification…
321298maintenance
google-research/multilingual-t5
Code and resources for mT5, a massively multilingual text-to-text transformer pretrained on the mC4 corpus covering 101 languages. It repro…
101294maintenance
tensorflow/text
TensorFlow Text is a library of text-processing classes and ops for TensorFlow 2.x, providing tokenization, Unicode normalization, n-grams,…
901293maintenance
bubbliiiing/deeplabv3-plus-pytorch
A PyTorch implementation of the DeepLabv3+ semantic segmentation model with MobileNetV2 and Xception backbones. It includes scripts for tra…
231292maintenance
NVlabs/alias-free-gan
The official project page and code for Alias-Free GAN, an NVIDIA research method for aliasing-free generative adversarial networks. The imp…
321289maintenance
zeusees/License-Plate-Detector
A YOLOv5-based license plate detection model trained on the CCPD dataset and proprietary data, supporting many Chinese plate types. It prov…
321288maintenance
Khrylx/PyTorch-RL
A PyTorch library implementing deep reinforcement learning policy gradient algorithms (TRPO, PPO, A2C) and Generative Adversarial Imitation…
321286maintenance
weihua916/powerful-gnns
Official PyTorch implementation of the experiments from the ICLR 2019 paper 'How Powerful are Graph Neural Networks?', introducing the Grap…
321285maintenance
oscarknagg/few-shot
A PyTorch repository with clean, tested implementations that reproduce few-shot learning and meta-learning research papers such as Prototyp…
321284maintenance
YuanxunLu/LiveSpeechPortraits
A PyTorch implementation of the SIGGRAPH Asia 2021 paper 'Live Speech Portraits', which generates photorealistic personalized talking-head …
321283maintenance
NVIDIA-Merlin/Transformers4Rec
Transformers4Rec is a Python library by NVIDIA for sequential and session-based recommendation using transformer architectures, bridging NL…
671282maintenance
harvardnlp/seq2seq-attn
A Torch (Lua) implementation of sequence-to-sequence models with LSTM encoder-decoders and optional attention for neural machine translatio…
321281maintenance
MasterBin-IIAU/UNINEXT
UNINEXT is the official PyTorch implementation of the CVPR 2023 paper 'Universal Instance Perception as Object Discovery and Retrieval'. It…
301278maintenance
benedekrozemberczki/CapsGNN
A PyTorch implementation of the Capsule Graph Neural Network (CapsGNN) from ICLR 2019, which uses capsule networks and routing mechanisms t…
231278maintenance
snap-research/articulated-animation
Official research code for the CVPR 2021 paper 'Motion Representations for Articulated Animation' by Snap Research. It animates a static so…
431277maintenance
kaiyinzhou/BERT-NER
A Python implementation that fine-tunes Google's BERT for named entity recognition using the CoNLL-2003 dataset, built on TensorFlow. It pr…
321277maintenance
SullyChen/Autopilot-TensorFlow
A TensorFlow implementation of Nvidia's end-to-end self-driving steering angle prediction paper (arXiv 1604.07316) with some modifications.…
321276maintenance
j96w/DenseFusion
DenseFusion is the official PyTorch implementation of the paper '6D Object Pose Estimation by Iterative Dense Fusion', which estimates the …
321276maintenance
pfnet/pfrl
PFRL is a PyTorch-based deep reinforcement learning library implementing state-of-the-art algorithms such as DQN, Rainbow, PPO, SAC, and A3…
541274maintenance
elanmart/cbp-translate
A demo application that live-translates foreign-language speech in videos into subtitles, mimicking the Cyberpunk 2077 translation effect. …
321274maintenance
DeepGraphLearning/graphvite
GraphVite is a general, high-performance graph embedding engine written in C++ with Python bindings, supporting node embedding, knowledge g…
321269maintenance
HendrikStrobelt/LSTMVis
LSTMVis is a visual analysis toolbox for inspecting hidden state dynamics of LSTM (and other RNN) networks. It provides a browser-based int…
231266maintenance
tensorlayer/HyperPose
HyperPose is a library for building high-performance custom human pose estimation applications. It combines a C++ inference engine with Ten…
231264maintenance
TimoBolkart/voca
VOCA is a speech-driven 3D facial animation framework that synthesizes realistic character face animations from an arbitrary speech signal …
321263maintenance
salesforce/pytorch-qrnn
A PyTorch implementation of the Quasi-Recurrent Neural Network (QRNN) from Salesforce Research, offering LSTM-like accuracy with 2-17x fast…
101263maintenance
kennymckormick/pyskl
PYSKL is a PyTorch-based toolbox for skeleton-based human action recognition, built on MMAction2. It provides official implementations of P…
531261maintenance
openpifpaf/openpifpaf
OpenPifPaf is a PyTorch library implementing Composite Fields for semantic keypoint detection and spatio-temporal association, primarily fo…
231261maintenance
kuleshov/audio-super-res
A Python/TensorFlow implementation of neural network models for audio super resolution, upsampling low-resolution audio to higher sampling …
321260maintenance
harvardnlp/im2markup
A deep learning system (built on Torch) that converts images of rendered text into presentational markup such as LaTeX or HTML, using a CNN…
321259maintenance
DrSleep/tensorflow-deeplab-resnet
A TensorFlow re-implementation of the DeepLab-ResNet model for semantic image segmentation, trained and evaluated on the PASCAL VOC dataset…
101258maintenance
uclaml/SPIN
Official implementation of Self-Play Fine-Tuning (SPIN), a method that improves language models by having them iteratively generate and dis…
261254maintenance
Fantasy-Studio/Paint-by-Example
Paint by Example is a PyTorch implementation of exemplar-based image editing with diffusion models, letting users fill masked regions of an…
321252maintenance
davidmrau/mixture-of-experts
A PyTorch re-implementation of the sparsely-gated Mixture-of-Experts layer from the paper 'Outrageously Large Neural Networks' by Shazeer e…
321252maintenance
GoGoDuck912/Self-Correction-Human-Parsing
A deep learning toolkit for human parsing (semantic segmentation of clothing and body parts in images), with pretrained models on LIP, ATR,…
321251maintenance
kamalkraj/BERT-NER
A PyTorch library for training and running named entity recognition (NER) models based on Google's BERT, evaluated on the CoNLL-2003 datase…
321249maintenance
ARM-software/ML-KWS-for-MCU
TensorFlow models and training scripts for keyword spotting (wake-word detection) on Arm Cortex-M microcontrollers, accompanying the 'Hello…
321249maintenance
daijifeng001/R-FCN
MATLAB implementation of R-FCN, a region-based fully convolutional object detection framework described in a NIPS 2016 paper. It builds on …
321248maintenance
leftthomas/SRGAN
A PyTorch implementation of SRGAN, the CVPR 2017 generative adversarial network for photo-realistic single-image super-resolution. It inclu…
321248maintenance
RedaOps/ann-visualizer
A Python library that generates presentable graph diagrams of Keras neural network architectures using Graphviz. It supports visualizing bo…
101248maintenance
XiangLi1999/Diffusion-LM
Diffusion-LM is the official research code for the paper 'Diffusion-LM Improves Controllable Text Generation', implementing a diffusion-bas…
321245maintenance
KMnP/vpt
Official PyTorch implementation of Visual Prompt Tuning (VPT), an ECCV 2022 method for parameter-efficient fine-tuning of vision transforme…
321244maintenance
mravanelli/SincNet
SincNet is a PyTorch neural architecture that processes raw audio waveforms using parametrized sinc band-pass filters in the first convolut…
321243maintenance
NeymarL/ChineseChess-AlphaZero
An open-source implementation of AlphaZero/AlphaGo Zero reinforcement learning methods applied to Chinese chess (Xiangqi). It includes self…
231242maintenance
ShannonAI/service-streamer
Service Streamer is a Python middleware that queues discrete web service requests into mini-batches for deep learning model inference, impr…
321241maintenance
lfz/DSB2017
The winning solution of team 'grt123' for the 2017 Data Science Bowl (DSB2017), a deep learning pipeline for detecting lung cancer from CT …
321241maintenance
ranahanocka/point2mesh
Point2Mesh is a PyTorch implementation of a SIGGRAPH 2020 technique that reconstructs watertight surface meshes from input point clouds by …
321240maintenance
autonomousvision/giraffe
Official PyTorch implementation of GIRAFFE, a CVPR 2021 (oral, best paper award) generative model that represents scenes as compositional g…
321238maintenance
BR-IDL/PaddleViT
PaddleViT is a collection of state-of-the-art Vision Transformer and MLP model implementations for PaddlePaddle 2.1+, covering image classi…
231238maintenance
VeritasYin/STGCN_IJCAI-18
Reference implementation of Spatio-Temporal Graph Convolutional Networks (STGCN) from the IJCAI 2018 paper, a deep learning framework for t…
711237maintenance
openseg-group/openseg.pytorch
Official PyTorch implementations of semantic segmentation models OCNet, OCRNet, and SegFix, achieving state-of-the-art results on benchmark…
231237maintenance
facebookresearch/simsiam
A PyTorch implementation of SimSiam, a simple Siamese-based self-supervised representation learning method from Facebook AI Research (CVPR …
101237maintenance
jfzhang95/pytorch-video-recognition
A PyTorch library implementing C3D, R3D, and R2Plus1D models for video action recognition, with training scripts for UCF101 and HMDB51 data…
321236maintenance
otaha178/Emotion-recognition
A Python application that performs real-time facial emotion recognition from a webcam feed using a convolutional neural network. It display…
321236maintenance
jakesnell/prototypical-networks
Reference PyTorch implementation of Prototypical Networks for few-shot classification from the NeurIPS 2017 paper. It includes training and…
321235maintenance
AGI-Edgerunners/LLM-Adapters
LLM-Adapters is a Python framework extending HuggingFace's PEFT library that integrates various adapter types (LoRA, series/parallel adapte…
301233maintenance
ultralytics/JSON2YOLO
A legacy Python toolkit that converts JSON-format annotation datasets (COCO, LabelMe, Labelbox, VoTT, INFOLKS, ATH) into the YOLO format fo…
671231maintenance
qubvel/classification_models
A Keras/TensorFlow Keras library providing ImageNet-pretrained image classification model architectures such as ResNet, SE-ResNet, DenseNet…
231231maintenance
huoyijie/AdvancedEAST
AdvancedEAST is a deep learning algorithm for detecting text in scene images, built on the EAST architecture with improvements for more acc…
321227maintenance
google-research/fixmatch
Official research code for FixMatch, a semi-supervised learning method that combines consistency regularization with confidence-based pseud…
101223maintenance
xvjiarui/GCNet
Official PyTorch implementation of GCNet (Global Context Networks), a paper combining ideas from Non-Local Networks and Squeeze-Excitation …
321220maintenance
GeekAlexis/FastMOT
FastMOT is a high-performance multiple object tracking system combining YOLO/SSD detection, Deep SORT with OSNet ReID, and KLT optical flow…
231220maintenance
xingyizhou/CenterNet2
CenterNet2 is a research implementation of probabilistic two-stage object detection built on detectron2, where a class-agnostic one-stage C…
321219maintenance
awslabs/sockeye
Sockeye is an open-source sequence-to-sequence framework for Neural Machine Translation built on PyTorch, with distributed training and opt…
231215maintenance
The-AI-Summer/self-attention-cv
A PyTorch library implementing various self-attention mechanisms and transformer building blocks for computer vision, including multi-head …
231214maintenance
mouna99/dien
A TensorFlow implementation of the Deep Interest Evolution Network (DIEN) for click-through rate prediction, based on the Alibaba research …
321211maintenance
Shikhargupta/Spiking-Neural-Network
A pure Python implementation of a hardware-efficient spiking neural network (SNN) trained with Spike-Time Dependent Plasticity (STDP). It i…
321210maintenance
imfing/keras-flask-deploy-webapp
A minimal, customizable Flask web app template for deploying Keras/TensorFlow image classification models. It ships with a mobile-friendly …
321209maintenance
Alexander-H-Liu/End-to-end-ASR-Pytorch
A PyTorch implementation of end-to-end automatic speech recognition (ASR), formerly known as Listen, Attend and Spell. It supports seq2seq …
321208maintenance
lessw2020/Ranger-Deep-Learning-Optimizer
Ranger is a PyTorch deep learning optimizer that synergistically combines RAdam (Rectified Adam), LookAhead, and Gradient Centralization in…
321207maintenance
facebookresearch/ToMe
ToMe (Token Merging) is a PyTorch library from Meta AI that speeds up existing Vision Transformers by merging similar tokens inside the net…
101207maintenance
bckenstler/CLR
A Keras callback implementing cyclical learning rate (CLR) policies from Leslie Smith's paper, with built-in triangular, triangular2, and e…
321206maintenance
aigamedev/scikit-neuralnetwork
A Python library providing deep neural network classifiers and regressors with a scikit-learn-compatible API, wrapping Lasagne and Theano. …
101204maintenance
enazoe/yolo-tensorrt
A C++ wrapper around NVIDIA TensorRT for running YOLO object detection models (YOLOv3, YOLOv4, YOLOv5) with support for FP32, FP16, and INT…
571202maintenance
google-research/tapas
TAPAS is Google Research's implementation of transformer-based models for question answering over tables, including pretrained checkpoints …
101202maintenance
henrywoo/chatllama
An open-source Python library implementing RLHF-based fine-tuning of Meta's LLaMA models to build ChatGPT-style chat assistants, runnable o…
221201maintenance
chainer/chainerrl
ChainerRL is a deep reinforcement learning library implementing state-of-the-art algorithms like DQN, Rainbow, PPO, SAC, and A3C in Python …
231198maintenance
lucidrains/CoCa-pytorch
A Pytorch implementation of CoCa (Contrastive Captioners), an image-text foundation model that combines contrastive learning with an encode…
231198maintenance
rotemtzaban/STIT
STIT (Stitch it in Time) is a research implementation of a GAN-based framework for semantic editing of faces in real videos, based on the p…
321197maintenance
facebookresearch/mixup-cifar10
Official PyTorch implementation of mixup, a data augmentation technique that trains neural networks on convex combinations of image pairs a…
101197maintenance
DeepWisdom/AutoDL
AutoDL is a fully automated deep learning framework from DeepWisdom that won the NeurIPS AutoDL challenge. It performs automatic feature en…
231196maintenance
KaihuaTang/Scene-Graph-Benchmark.pytorch
A PyTorch codebase for Scene Graph Generation (SGG) built on maskrcnn-benchmark, implementing methods from the CVPR 2020 paper 'Unbiased Sc…
591195maintenance
huggingface/hmtl
HMTL is a Hierarchical Multi-Task Learning model for NLP that jointly trains Named Entity Recognition, Entity Mention Detection, Relation E…
321195maintenance
rinongal/StyleGAN-nada
Official PyTorch implementation of StyleGAN-NADA, a CLIP-guided method for adapting pre-trained StyleGAN image generators to new domains us…
321195maintenance
philipperemy/yolo-9000
A packaging of YOLO9000 (YOLOv2), a real-time object detection model that can detect over 9,000 object classes, built around the Darknet fr…
321194maintenance
ROCm/MIOpen
MIOpen is AMD's open-source library providing high-performance GPU kernels for machine learning primitives (convolutions, normalization, ac…
931193maintenance
rockchip-linux/rknn-toolkit2
RKNN-Toolkit2 is Rockchip's software development kit for converting trained AI models to RKNN format and deploying them on Rockchip NPU chi…
231193maintenance
VITA-Group/DeblurGANv2
Official PyTorch implementation of DeblurGAN-v2, an ICCV 2019 relativistic conditional GAN for single-image motion deblurring with a Featur…
321192maintenance
altosaar/variational-autoencoder
A reference implementation of a variational autoencoder (VAE) in PyTorch, TensorFlow, and JAX, including an inverse autoregressive flow var…
231192maintenance
yitu-opensource/T2T-ViT
Official PyTorch implementation of Tokens-to-Token ViT (T2T-ViT), an ICCV 2021 vision transformer architecture trained from scratch on Imag…
231191maintenance
elliottwu/unsup3d
Official PyTorch implementation of the CVPR 2020 (Oral, Best Paper Award) research paper 'Unsupervised Learning of Probably Symmetric Defor…
321189maintenance
vanhuyz/CycleGAN-TensorFlow
A TensorFlow implementation of CycleGAN for unpaired image-to-image translation, based on the original CycleGAN paper. It includes scripts …
231189maintenance
lightaime/deep_gcns_torch
A PyTorch library implementing DeepGCNs, DeeperGCN, and GNN1000 - graph convolutional network architectures that borrow residual/dense conn…
321187maintenance
aitorzip/DeepGTAV
DeepGTAV is a C++ plugin for Grand Theft Auto V that converts the game into a vision-based self-driving car research environment. It expose…
321186maintenance
zju3dv/snake
Official research code for 'Deep Snake for Real-Time Instance Segmentation' (CVPR 2020 oral), implementing a deep contour-based instance se…
321185maintenance
PyRetri/PyRetri
PyRetri is a unified deep learning based unsupervised image retrieval toolbox built on PyTorch. It provides a modular pipeline of pre-proce…
321183maintenance
HyperGAN/HyperGAN
HyperGAN is a composable GAN (generative adversarial network) framework built on PyTorch, offering both a Python API and a CLI with a user …
231183maintenance
jankrepl/deepdow
deepdow is a Python library built on PyTorch that connects deep learning with portfolio optimization, allowing networks that output asset w…
321181maintenance
lucidrains/performer-pytorch
A PyTorch implementation of the Performer transformer, which uses linear attention via the FAVOR+ (Fast Attention Via positive Orthogonal R…
231181maintenance
naoto0804/pytorch-AdaIN
An unofficial PyTorch implementation of the AdaIN paper 'Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization' (Huang…
101181maintenance
Smerity/sha-rnn
A PyTorch implementation of the Single Headed Attention RNN (SHA-LSTM) from Stephen Merity's paper, combining an LSTM with a single attenti…
321180maintenance

← prev page 21 / 28 next →