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
facebookarchive/fb.resnet.torch
A Torch (Lua) implementation of ResNet residual networks for image classification, with training scripts for ImageNet and pretrained models…
102360abandoned
microsoft/Deep3DFaceReconstruction
A TensorFlow implementation of a weakly-supervised CNN method for reconstructing accurate 3D face models (shape, texture, pose, landmarks) …
322353abandoned
casper-hansen/AutoAWQ
AutoAWQ is a Python library implementing the Activation-aware Weight Quantization (AWQ) algorithm for 4-bit quantization of large language …
102349abandoned
isl-org/DPT
DPT (Dense Prediction Transformers) is Intel's implementation of Vision Transformers for dense prediction tasks, providing pretrained model…
102334abandoned
openai/improved-gan
Reference implementation of the techniques from the OpenAI paper 'Improved Techniques for Training GANs' (arXiv:1606.03498), including semi…
102333abandoned
achillesrasquinha/bulbea
A Python library for stock market prediction and modelling using deep learning, built on TensorFlow with RNN models for price forecasting a…
322322abandoned
openai/finetune-transformer-lm
Reference code and model for OpenAI's paper 'Improving Language Understanding by Generative Pre-Training' (the original GPT-1), implemented…
102308abandoned
gluon-api/gluon-api
Gluon API is a clear, concise, and efficient interface for building deep learning models with an imperative programming style, originally d…
102294abandoned
facebookresearch/InferSent
InferSent is a sentence embedding method from Facebook AI Research that produces semantic representations for English sentences using a mod…
102280abandoned
PetrochukM/PyTorch-NLP
PyTorch-NLP (torchnlp) is a Python library of basic utilities for natural language processing built on PyTorch, providing text data loading…
102222abandoned
abisee/pointer-generator
Reference implementation of the pointer-generator network from the ACL 2017 paper 'Get To The Point: Summarization with Pointer-Generator N…
322191abandoned
paarthneekhara/text-to-image
An experimental TensorFlow implementation of text-to-image synthesis using Skip Thought Vectors and the GAN-CLS algorithm from the Generati…
322163abandoned
facebookresearch/SparseConvNet
A PyTorch library for training Submanifold Sparse Convolutional Networks, providing spatially-sparse convolutions that operate efficiently …
102145abandoned
neuralmagic/sparseml
SparseML is a Python library for applying sparsification recipes (pruning, quantization, sparsity) to neural networks with a few lines of c…
102145abandoned
openai/image-gpt
OpenAI's official code and pre-trained models for iGPT (image GPT), a GPT-2-style transformer adapted to generate and classify images as pi…
102096abandoned
facebookresearch/darkforestGo
DarkForest is a computer Go game engine developed at Facebook AI Research, powered by deep neural networks and Monte Carlo tree search. It …
102095abandoned
LantaoYu/SeqGAN
A Python/TensorFlow implementation of SeqGAN, the Sequence Generative Adversarial Nets with Policy Gradient model from the AAAI-17 paper. I…
322092abandoned
ajbrock/Neural-Photo-Editor
A GUI application for editing natural photos using generative neural networks (GANs/VAEs), implementing the Introspective Adversarial Netwo…
322074abandoned
ryankiros/skip-thoughts
A Python implementation of the Skip-Thought Vectors paper, providing a sent2vec encoder that maps sentences to fixed 4800-dimensional vecto…
322047abandoned
intel/intel-extension-for-pytorch
A Python package extending official PyTorch with Intel-specific optimizations for CPUs and GPUs, including quantization and LLM inference a…
102012abandoned
facebookresearch/video-nonlocal-net
A research codebase from Facebook AI implementing Non-local Neural Networks for video classification, built on the Caffe2 framework. It rep…
101990abandoned
keras-team/keras-applications
Keras Applications provides reference implementations of popular deep learning models (e.g., ResNet, VGG, MobileNet) for use with Keras. Th…
101990abandoned
openai/pixel-cnn
A Python/TensorFlow implementation of PixelCNN++, an autoregressive generative model for images with discretized logistic mixture likelihoo…
101960abandoned
Po-Hsun-Su/pytorch-ssim
A small PyTorch library providing a differentiable structural similarity (SSIM) index and SSIM loss module for image comparison. It can be …
321949abandoned
facebookresearch/ResNeXt
A Torch (Lua) implementation of the ResNeXt architecture from the paper 'Aggregated Residual Transformations for Deep Neural Networks', bui…
101924abandoned
jakeret/tf_unet
A generic U-Net implementation built on TensorFlow 1.x for training image segmentation models on arbitrary imaging data. Originally develop…
231907abandoned
jiesutd/LatticeLSTM
A PyTorch implementation of Lattice LSTM for Chinese Named Entity Recognition, accompanying an ACL 2018 paper. It combines character-based …
321832abandoned
kuz/DeepMind-Atari-Deep-Q-Learner
The original DQN 3.0 source code published by DeepMind alongside the 2015 Nature paper 'Human-level control through deep reinforcement lear…
321829abandoned
tensorflow/fold
TensorFlow Fold is a Python library for building TensorFlow models that consume structured data, where the computation graph structure depe…
101815abandoned
microsoft/onnxjs
ONNX.js is a JavaScript library for running pre-trained ONNX machine learning models directly in browsers and Node.js, using WebAssembly fo…
101814abandoned
ruotianluo/pytorch-faster-rcnn
A PyTorch 1.0 implementation of the Faster R-CNN object detection framework, based on Xinlei Chen's tf-faster-rcnn, supporting VGG16, ResNe…
231811abandoned
NVlabs/few-shot-vid2vid
A PyTorch implementation of few-shot photorealistic video-to-video translation from NVIDIA Research (NeurIPS 2019), generating realistic vi…
321798abandoned
dunnousername/yanderifier
A GUI front-end wrapper around the first-order-motion model that animates a still face image to match the motion of a driving video. It bun…
231787abandoned
keplr-io/quiver
Quiver is a Python library (quiver_engine) that launches an interactive web dashboard to visualize layer activations of Keras convolutional…
321784abandoned
traveller59/second.pytorch
A PyTorch implementation of the SECOND 3D object detector for LiDAR point clouds, supporting KITTI and NuScenes datasets with sparse convol…
321777abandoned
longcw/faster_rcnn_pytorch
A PyTorch re-implementation of Faster R-CNN for object detection, based on the original py-faster-rcnn and TFFRCNN projects. It supports tr…
321776abandoned
tomlepaine/fast-wavenet
A Python/TensorFlow library implementing an efficient O(L) generation algorithm for Wavenet-style autoregressive models using dynamic progr…
321772abandoned
facebookarchive/MemNN
Facebook AI Research's reference implementations of memory-augmented neural networks (MemN2N, Key-Value Memory Networks, Entity Networks) w…
101755abandoned
gram-ai/capsule-networks
A barebones CUDA-enabled PyTorch implementation of the CapsNet architecture from the NIPS 2017 paper 'Dynamic Routing Between Capsules' by …
321754abandoned
TuSimple/mx-maskrcnn
An MXNet implementation of the Mask R-CNN instance segmentation model, built on top of the mx-rcnn Faster R-CNN codebase. It includes train…
321753abandoned
dog-qiuqiu/MobileNet-Yolo
A collection of ultra-lightweight YOLOv3-based object detection models (MobileNetV2-YOLOv3-Lite/Nano, YoloFace) designed for mobile and emb…
321744abandoned
lukalabs/cakechat
CakeChat is a Python backend for building emotional generative chatbots using a hierarchical recurrent encoder-decoder (seq2seq) architectu…
101707abandoned
huggingface/swift-coreml-transformers
A Swift library with Core ML implementations of GPT-2, DistilGPT-2, BERT, and DistilBERT, including tokenizers and demo apps for on-device …
101682abandoned
nyu-mll/jiant
jiant is a PyTorch-based NLP research toolkit for multitask and transfer learning, supporting 50+ natural language understanding tasks and …
231673abandoned
ramprs/grad-cam
Official Torch (Lua) implementation of Grad-CAM, the ICCV 2017 gradient-weighted class activation mapping technique for producing visual ex…
321668abandoned
terrifyzhao/bert-utils
A Python library that simplifies Google's BERT to generate sentence vectors with one line of code and perform text classification and text …
321668abandoned
ry/tensorflow-resnet
An implementation of the ResNet deep residual learning model in TensorFlow, including a tool to convert Kaiming He's published Caffe pretra…
101665abandoned
dmlc/nnvm
NNVM was a computation-graph intermediate representation and compiler front-end for deep learning frameworks, serving as the graph-level op…
101649abandoned
openai/sparse_attention
A Python library of sparse attention primitives from OpenAI's Sparse Transformers paper, including fused normal attention and strided/fixed…
101613abandoned
facebookresearch/ClassyVision
Classy Vision is an end-to-end PyTorch framework for image and video classification, offering a modular API for computer vision research wi…
101607abandoned
jcjohnson/densecap
DenseCap is a Torch implementation of a fully convolutional localization network that performs dense captioning: detecting objects in image…
321596abandoned
keras-team/keras-contrib
Keras-contrib is the official community extension repository for the Keras deep learning library, providing additional layers, activations,…
101585abandoned
ELS-RD/kernl
Kernl is an open-source PyTorch model optimization library that accelerates transformer inference on GPUs with a single line of code, using…
101584abandoned
carpedm20/deep-rl-tensorflow
A TensorFlow implementation of several Deep Reinforcement Learning papers, including DQN, Double DQN, and Dueling networks, for training ag…
321580abandoned
rwightman/gen-efficientnet-pytorch
A PyTorch library providing generic implementations and pretrained weights for compute-efficient image classification models such as Effici…
321577abandoned
xunhuang1995/AdaIN-style
Torch (Lua) implementation of the ICCV 2017 paper 'Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization'. It applies …
321567abandoned
longcw/yolo2-pytorch
A PyTorch implementation of the YOLOv2 real-time object detection model, based on darknet and darkflow. It includes training and inference …
321560abandoned
NVIDIA/OpenSeq2Seq
OpenSeq2Seq is a TensorFlow-based toolkit for building and training sequence-to-sequence models for neural machine translation, speech reco…
101558abandoned
wizyoung/YOLOv3_TensorFlow
A pure TensorFlow implementation of the YOLOv3 real-time object detection model, including weight conversion from darknet, training, and ev…
231551abandoned
fzliu/style-transfer
A Python implementation of the Gatys et al. neural style transfer algorithm built on Caffe, applying the artistic style of one image onto a…
321535abandoned
huggingface/pytorch-openai-transformer-lm
A PyTorch reimplementation of OpenAI's finetuned transformer language model (GPT-1) from the paper 'Improving Language Understanding by Gen…
321522abandoned
openai/generating-reviews-discovering-sentiment
Research code accompanying the OpenAI paper 'Learning to Generate Reviews and Discovering Sentiment', providing a byte-level multiplicative…
101521abandoned
chenriwei/DeepFace
A deep learning face analysis toolkit built on Caffe, implementing face detection, facial keypoint (alignment) detection, and face verifica…
321508abandoned
soumith/dcgan.torch
A Torch (Lua) implementation of the DCGAN paper for training deep convolutional generative adversarial networks that generate images. It su…
321488abandoned
nod-ai/AMD-SHARK-Studio
AMD-SHARK Studio is a web UI distribution for high-performance machine learning inference built on SHARK and IREE, primarily for running St…
481451abandoned
dhwajraj/deep-siamese-text-similarity
A TensorFlow implementation of a deep siamese LSTM network that learns phrase and sentence similarity using character-level and word-level …
321414abandoned
raghakot/keras-resnet
A Keras implementation of Residual Networks (ResNet) using the Keras 1.0 functional API, supporting both Theano and TensorFlow backends. It…
321389abandoned
bonlime/keras-deeplab-v3-plus
A Keras implementation of the DeepLab v3+ semantic image segmentation model with pretrained weights imported from the original TensorFlow c…
231375abandoned
NifTK/NiftyNet
NiftyNet is a TensorFlow-based open-source convolutional neural networks platform for research in medical image analysis and image-guided t…
101374abandoned
TorchSSL/TorchSSL
TorchSSL is a PyTorch-based toolbox for semi-supervised learning that implements popular SSL algorithms like FixMatch, FlexMatch, MixMatch,…
321372abandoned
andersbll/deeppy
DeepPy is a Pythonic deep learning framework built on top of NumPy, with optional CUDA acceleration via the cudarray library. It provides a…
321370abandoned
MIC-DKFZ/medicaldetectiontoolkit
A PyTorch framework providing 2D and 3D implementations of object detectors like Mask R-CNN, Retina Net, and Retina U-Net, tailored for med…
321357abandoned
reiinakano/fast-style-transfer-deeplearnjs
A browser-based demo of Fast Neural Style Transfer running entirely client-side with the deeplearn.js library, letting users stylize images…
321352abandoned
ericjang/tdb
TensorDebugger (TDB) is a visual debugger for TensorFlow deep learning models, combining a Python library with a Jupyter notebook extension…
231350abandoned
NervanaSystems/ngraph
nGraph is a C++ deep learning graph compiler that accelerates neural network workloads from frameworks like TensorFlow, ONNX, MXNet, and Py…
101344abandoned
facebookresearch/multipathnet
A Torch-7 implementation of the MultiPath Network for object detection from the BMVC 2016 paper by Facebook AI Research, also supporting Fa…
101331abandoned
onnx/onnx-tensorflow
A Python library and CLI that converts ONNX machine learning models into TensorFlow models so they can be executed with TensorFlow. It is t…
671326abandoned
IDSIA/brainstorm
Brainstorm is a Python neural network library designed to be fast, flexible, and fun, supporting multiple computing backends. The project h…
321322abandoned
bamos/dcgan-completion.tensorflow
A TensorFlow implementation of semantic image inpainting using DCGANs, based on the paper 'Semantic Image Inpainting with Perceptual and Co…
321316abandoned
happynear/caffe-windows
A Windows-specific fork of the Caffe deep learning framework with preconfigured Visual Studio project files, enabling users to build Caffe …
231309abandoned
datitran/object_detector_app
A Python application that performs real-time object recognition from a webcam or HLS video stream using TensorFlow's Object Detection API a…
321305abandoned
piiswrong/deep3d
Deep3D is a CNN-based research project that automatically converts 2D images and videos into 3D by estimating per-pixel depth maps and gene…
321299abandoned
hunkim/word-rnn-tensorflow
A TensorFlow implementation of multi-layer recurrent neural networks (LSTM/RNN) for training word-level language models, adapted from char-…
321294abandoned
tianzhi0549/CTPN
Reference implementation of CTPN (Connectionist Text Proposal Network) for detecting text lines in natural images, from the ECCV 2016 paper…
321287abandoned
leehomyc/Faster-High-Res-Neural-Inpainting
Research code implementing the CVPR 2017 paper 'High-Resolution Image Inpainting using Multi-Scale Neural Patch Synthesis', written in Lua …
321286abandoned
pluskid/Mocha.jl
Mocha.jl is a deep learning framework for Julia, inspired by Caffe, providing modular layers, solvers, and support for training convolution…
321284abandoned
Prinsphield/Wechat_AutoJump
A Python bot that automatically plays the WeChat 'Jump Jump' mini-game using computer vision and a CNN coarse-to-fine model to locate the p…
321280abandoned
rosejn/cortex
Cortex is a Clojure machine learning library providing neural networks, regression, and feature learning on the JVM, with optional GPU acce…
321271abandoned
hollance/Forge
Forge is a Swift library that wraps Apple's MPSCNN (Metal Performance Shaders CNN) framework to make it easier to build and run deep neural…
321264abandoned
gnes-ai/gnes
GNES (Generic Neural Elastic Search) is a cloud-native framework for building semantic search systems over text, images, and video using de…
101263abandoned
yahoo/CaffeOnSpark
CaffeOnSpark is a Spark package that brings the Caffe deep learning framework to Hadoop and Spark clusters, enabling distributed neural net…
101261abandoned
shekkizh/FCN.tensorflow
A TensorFlow implementation of Fully Convolutional Networks (FCN) for semantic segmentation, based on the reference code from the original …
321248abandoned
ivan-vasilev/neuralnetworks
A Java library implementing deep learning algorithms and deep neural network architectures (MLPs, CNNs, RBMs, autoencoders, DBNs) with GPU …
231236abandoned
atpaino/deep-text-corrector
A TensorFlow research project that trains sequence-to-sequence deep learning models to correct small grammatical errors in short conversati…
321235abandoned
google/prettytensor
Pretty Tensor is a Python library providing a fluent, chainable builder API on top of TensorFlow for defining multi-layer neural networks. …
101227abandoned
DmitryUlyanov/texture_nets
Research code implementing the 'Texture Networks' paper for fast feed-forward texture synthesis and neural style transfer using Torch7. Onc…
321225abandoned
facebookarchive/C3D
C3D is a modified fork of BVLC Caffe that adds support for 3D convolution and pooling layers, enabling training and fine-tuning of 3D ConvN…
101181abandoned
gpleiss/temperature_scaling
A small PyTorch module implementing temperature scaling, a post-processing technique that calibrates the overconfident probability outputs …
471175abandoned
hannes-brt/hebel
Hebel is a GPU-accelerated deep learning library in Python built on PyCUDA, implementing feed-forward neural networks for classification an…
231169abandoned
kootenpv/neural_complete
Neural Complete is a generative LSTM-based autocomplete system trained on Python Keras source code to help write neural network code. It co…
321159abandoned

← prev page 25 / 28 next →