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
orca-wm/Orca
Orca is a general world foundation model from BAAI centered on Next-State-Prediction, learning a unified world latent space from visual and…
571038experimental
volcengine/veScale
veScale is a PyTorch distributed training library from ByteDance for hyperscale training of large language models and reinforcement learnin…
571036experimental
HumanMLLM/R1-Omni
R1-Omni is a research project applying Reinforcement Learning with Verifiable Reward (RLVR) to an omni-multimodal large language model for …
261022experimental
meta-llama/llama
Meta's official repository containing inference code and download scripts for Llama 2 large language models (7B to 70B parameters). The rep…
3259579abandoned
mozilla/DeepSpeech
DeepSpeech is an open-source, offline speech-to-text engine based on Baidu's Deep Speech research paper and implemented with TensorFlow. It…
1026771abandoned
facebookresearch/Detectron
Facebook AI Research's Python software system implementing state-of-the-art object detection algorithms such as Mask R-CNN, RetinaNet, and …
1026358abandoned
openai/gpt-2
Official OpenAI repository containing code and pretrained model weights for GPT-2, from the paper 'Language Models are Unsupervised Multita…
1025021abandoned
QwenLM/Qwen
The official repository for Qwen (Tongyi Qianwen), Alibaba Cloud's family of pretrained and chat large language models, with weights on Hug…
6021654abandoned
apache/mxnet
Apache MXNet is a deep learning framework offering a hybrid front-end that mixes imperative (Gluon) and symbolic programming, with a dynami…
1020811abandoned
magenta/magenta
Magenta is a Google Brain research project and Python TensorFlow library for generating music, images, and drawings with machine learning. …
1019808abandoned
jantic/DeOldify
DeOldify is a deep learning project for colorizing and restoring old black-and-white images and videos, with artistic and stable model vari…
1018481abandoned
jcjohnson/neural-style
A Torch (Lua) implementation of the Gatys et al. neural style transfer algorithm, which combines the content of one image with the artistic…
3218284abandoned
microsoft/CNTK
The Microsoft Cognitive Toolkit (CNTK) is an open-source deep-learning toolkit that describes neural networks as directed computational gra…
1017595abandoned
horovod/horovod
Horovod is a distributed deep learning training framework for TensorFlow, Keras, PyTorch, and Apache MXNet, originally developed at Uber. I…
1014688abandoned
alexjc/neural-enhance
Neural Enhance is a Python command-line tool that upscales images 2x or 4x using deep learning super-resolution models. It ships with pre-t…
1011865abandoned
karpathy/convnetjs
ConvNetJS is a JavaScript library for defining and training neural networks, including convolutional networks and an experimental Deep Q Le…
2311197abandoned
facebookresearch/maskrcnn-benchmark
A fast, modular PyTorch reference implementation of instance segmentation and object detection algorithms including Mask R-CNN, Faster R-CN…
109360abandoned
Torch7
Torch7 is a scientific computing framework with a fast multi-dimensional tensor library and math operations, originally built for Lua with …
399141abandoned
tensorflow/tfjs-core
tfjs-core was the core WebGL-accelerated tensor computation library behind TensorFlow.js, providing linear algebra operations and automatic…
108432abandoned
facebookarchive/caffe2
Caffe2 is a lightweight, modular, and scalable deep learning framework built on the original Caffe, with both Python and C++ APIs. It has b…
108370abandoned
rbgirshick/py-faster-rcnn
A Python reimplementation of the Faster R-CNN object detection model built on a fork of Fast R-CNN and Caffe. The repository is officially …
328289abandoned
openai/jukebox
OpenAI's research code and pretrained model weights for Jukebox, a generative neural network that produces music with vocals as raw audio f…
108029abandoned
harthur/brain
A simple feed-forward neural network library written in JavaScript, usable in Node.js and the browser. It supports training on input/output…
107988abandoned
jwyang/faster-rcnn.pytorch
A pure PyTorch implementation of Faster R-CNN for object detection, supporting multi-image batch training and multi-GPU training with sever…
327858abandoned
fchollet/deep-learning-models
A deprecated collection of Keras code and pre-trained weights for popular deep learning image classification models such as VGG16, VGG19, R…
237348abandoned
facebookresearch/DensePose
DensePose is a research library from Facebook AI that maps all human pixels in 2D RGB images to a 3D surface-based model of the human body …
107259abandoned
carpedm20/DCGAN-tensorflow
A TensorFlow implementation of Deep Convolutional Generative Adversarial Networks (DCGAN) for generating images such as faces and digits. I…
327177abandoned
facebookresearch/pytext
PyText is a deep-learning-based NLP modeling framework built on PyTorch, providing extensible abstractions for text classifiers, sequence t…
106292abandoned
tensorflow/swift
Swift for TensorFlow was an experimental next-generation machine learning platform integrating differentiable programming directly into the…
106122abandoned
Swift-AI/Swift-AI
Swift AI is a high-performance deep learning library written entirely in Swift, offering a flexible fully-connected neural network optimize…
236038abandoned
tiny-dnn/tiny-dnn
tiny-dnn is a header-only, dependency-free deep learning framework written in C++14, designed for training and running neural networks on r…
236030abandoned
yahoo/open_nsfw
A Python library from Yahoo that runs a Caffe deep neural network to classify images as Not Suitable for Work (NSFW), outputting a probabil…
106012abandoned
salesforce/BLIP
PyTorch implementation of BLIP, a vision-language pre-training model for unified image understanding and text generation tasks. The reposit…
105717abandoned
google/seq2seq
A general-purpose encoder-decoder (seq2seq) framework built on TensorFlow, supporting tasks like machine translation, text summarization, c…
105618abandoned
karpathy/neuraltalk2
NeuralTalk2 is a Torch (Lua) implementation of image captioning that uses a CNN (VGGNet) followed by an RNN language model to generate text…
325592abandoned
autumnai/leaf
Leaf is an open-source machine learning framework written in Rust for building classical, deep, or hybrid ML applications, inspired by Tens…
325541abandoned
karpathy/neuraltalk
NeuralTalk is a Python+numpy implementation of Multimodal Recurrent Neural Networks that generate natural-language descriptions of images. …
325503abandoned
david-gpu/srez
A deep learning project that performs 4x image super-resolution on 16x16 images using a DCGAN-based architecture with ResNet generator modu…
105270abandoned
ashnkumar/sketch-code
A Keras/TensorFlow deep learning model that converts hand-drawn website wireframes into HTML code using an image captioning architecture (C…
755143abandoned
AutoGPTQ/AutoGPTQ
AutoGPTQ is a Python library for quantizing large language models using the GPTQ weight-only quantization algorithm, with user-friendly API…
105070abandoned
transcranial/keras-js
A JavaScript library for running trained Keras deep learning models directly in the browser, with GPU acceleration via WebGL 2. It also sup…
234963abandoned
liuzhuang13/DenseNet
Reference implementation of DenseNet (Densely Connected Convolutional Networks), the CVPR 2017 Best Paper Award-winning CNN architecture, w…
324869abandoned
idealo/image-super-resolution
A Python library providing Keras implementations of Residual Dense and Adversarial Networks for single image super-resolution, including pr…
104818abandoned
amazon-archives/amazon-dsstne
DSSTNE (Deep Scalable Sparse Tensor Network Engine) is a C++ GPU library from Amazon for training and deploying deep learning recommendatio…
104390abandoned
fizyr/keras-retinanet
A Keras/TensorFlow implementation of the RetinaNet object detection model with focal loss, supporting training and inference on custom data…
234383abandoned
janhuenermann/neurojs
neurojs is a JavaScript deep learning framework for the browser with a focus on reinforcement learning, supporting deep Q-networks and acto…
324371abandoned
NVIDIA/DIGITS
DIGITS is a web application for training deep learning models on GPUs, supporting frameworks like Caffe, Torch, and TensorFlow with a brows…
104177abandoned
goodfeli/adversarial
Reference implementation of the original 2014 'Generative Adversarial Networks' paper by Goodfellow et al., containing training code, YAML …
324078abandoned
google-deepmind/learning-to-learn
A TensorFlow implementation of 'Learning to learn by gradient descent by gradient descent' (DeepMind, arXiv:1606.04474), which trains LSTM-…
324068abandoned
junyanz/iGAN
iGAN is a research application implementing interactive image generation with generative adversarial networks, letting users draw strokes t…
324005abandoned
buriburisuri/speech-to-text-wavenet
A TensorFlow implementation of end-to-end English speech recognition based on DeepMind's WaveNet architecture, trained with CTC loss on sen…
324002abandoned
udacity/self-driving-car-sim
A Unity-based self-driving car simulator built for Udacity's Self-Driving Car Nanodegree, used to train cars to navigate road courses with …
103985abandoned
rasmusbergpalm/DeepLearnToolbox
A Matlab/Octave toolbox implementing classic deep learning models including Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Ne…
323867abandoned
NervanaSystems/neon
neon was Intel Nervana's reference deep learning framework in Python, focused on best-in-class training performance on CPUs, GPUs, and Nerv…
103861abandoned
facebookresearch/fairseq-lua
Fairseq-lua is Facebook AI Research's sequence-to-sequence learning toolkit for the Torch framework, focused on neural machine translation …
103725abandoned
fo40225/tensorflow-windows-wheel
A repository of prebuilt TensorFlow wheel binaries for 64-bit Windows, including CPU-only and CUDA/cuDNN GPU builds with AVX2 and SSE2 (non…
323670abandoned
apple/tensorflow_macos
A pre-release fork of TensorFlow and TensorFlow Addons for macOS 11.0+ that provides hardware acceleration on Apple Silicon and Intel Macs …
103648abandoned
endernewton/tf-faster-rcnn
A TensorFlow implementation of the Faster R-CNN object detection framework, supporting VGG16, ResNet, and MobileNet backbones trained and e…
233646abandoned
pavelgonchar/colornet
Colornet is a Python/TensorFlow neural network implementation that colorizes grayscale images, based on VGG16 features and YUV color-channe…
323552abandoned
Newmu/dcgan_code
Reference implementation of the DCGAN paper (Unsupervised Representation Learning with Deep Convolutional GANs) in Python. It trains convol…
323527abandoned
rbgirshick/fast-rcnn
Fast R-CNN is Ross Girshick's ICCV 2015 framework for fast object detection with deep convolutional networks, written in Python and C++/Caf…
323460abandoned
tensorforce/tensorforce
Tensorforce is an open-source deep reinforcement learning framework built on TensorFlow, emphasizing modular, configurable library design f…
643305abandoned
openai/glow
Official research code from OpenAI for reproducing the 'Glow: Generative Flow with Invertible 1x1 Convolutions' paper, a flow-based generat…
103185abandoned
tensorflow/skflow
A simplified Scikit Learn-style interface for TensorFlow deep learning, providing estimators for neural networks. It was merged into Tensor…
103168abandoned
LeeJunHyun/Image_Segmentation
A PyTorch implementation of four U-Net variants for image segmentation: U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net. It includes…
323101abandoned
mistralai/mistral-finetune
A lightweight Python codebase from Mistral AI for memory-efficient LoRA fine-tuning of Mistral's language models, optimized for single-node…
103096abandoned
CharlesShang/FastMaskRCNN
A TensorFlow implementation of Mask R-CNN for instance segmentation, reproducing the paper by Kaiming He et al. It includes ROIAlign, a COC…
323082abandoned
raghakot/keras-vis
keras-vis is a high-level Python toolkit for visualizing and debugging trained Keras neural network models. It supports activation maximiza…
232991abandoned
ryankiros/neural-storyteller
A recurrent neural network research project that generates short stories about images by combining skip-thought vectors, visual-semantic em…
322958abandoned
IntelLabs/nlp-architect
NLP Architect is an open-source Python library from Intel AI Lab for exploring state-of-the-art deep learning topologies and optimization t…
102930abandoned
jisungk/deepjazz
deepjazz is a Python application that uses a two-layer LSTM built with Keras and Theano to generate jazz music from a given MIDI file. It w…
652890abandoned
jetpacapp/DeepBeliefSDK
Jetpac's Deep Belief SDK, a cross-platform image recognition framework implementing the AlexNet convolutional neural network architecture, …
322853abandoned
isl-org/ZoeDepth
ZoeDepth is a PyTorch library implementing metric depth estimation from a single image, combining relative and metric depth approaches with…
102839abandoned
ShaoqingRen/faster_rcnn
A MATLAB re-implementation of Faster R-CNN, a deep-learning object detection framework combining a Region Proposal Network with a detection…
322835abandoned
zzw922cn/Automatic_Speech_Recognition
An end-to-end automatic speech recognition system implemented in TensorFlow, supporting Mandarin and English with models like DeepSpeech2, …
322831abandoned
sony/nnabla
Sony's Neural Network Libraries (nnabla) is a deep learning framework with a Python API over a C++11 core, designed for research, developme…
102774abandoned
lisa-lab/pylearn2
Pylearn2 is a Python machine learning research library built on top of Theano, developed by the LISA lab at Université de Montréal. It prov…
322767abandoned
kaonashi-tyc/zi2zi
zi2zi is a TensorFlow implementation of a conditional GAN (based on pix2pix) for learning and transferring Chinese and East Asian character…
322745abandoned
allanzelener/YAD2K
YAD2K is a 90% Keras / 10% TensorFlow implementation and converter for YOLO_v2 object detection models. It converts Darknet cfg and weight …
322728abandoned
NVlabs/MUNIT
Official PyTorch implementation of MUNIT (ECCV 2018), a GAN-based model for multimodal unsupervised image-to-image translation. The reposit…
232707abandoned
intel/BigDL
BigDL is Intel's distributed deep learning library that scales TensorFlow, Keras, and PyTorch workloads on Apache Spark, Flink, and Ray, wi…
102698abandoned
propelml/propel
Propel was a JavaScript library for differentiable programming, providing tensor operations and automatic differentiation for scientific co…
102691abandoned
sherjilozair/char-rnn-tensorflow
A Python/TensorFlow implementation of multi-layer recurrent neural networks (LSTM) for character-level language modeling, inspired by Andre…
322659abandoned
ryanjay0/miles-deep
Miles Deep is a C++ deep learning application built on Caffe that classifies each second of a pornographic video into six sexual act catego…
232658abandoned
coqui-ai/STT
Coqui STT is an open-source deep learning toolkit for training and deploying speech-to-text models, built on TensorFlow with bindings for m…
232606abandoned
devsisters/DQN-tensorflow
A TensorFlow implementation of the Deep Q-Network (DQN) algorithm from the DeepMind paper 'Human-Level Control through Deep Reinforcement L…
322583abandoned
rbgirshick/rcnn
The original R-CNN (Region-based Convolutional Neural Networks) object detection system from UC Berkeley, released as research code accompa…
232416abandoned
karanchahal/DoodleMaster
Doodle Master is a proof-of-concept AI tool that turns hand-drawn UI mockups into real HTML/CSS code using a CNN classifier for detecting U…
322408abandoned
tryolabs/luminoth
Luminoth is an open-source Python toolkit for computer vision built on TensorFlow and Sonnet, focused on object detection with Faster R-CNN…
232402abandoned
kaishengtai/neuralart
A Torch7 (Lua) implementation of the paper 'A Neural Algorithm of Artistic Style' for neural style transfer, applying the style of one imag…
322397abandoned
facebookarchive/fb.resnet.torch
A Torch (Lua) implementation of ResNet residual networks for image classification, with training scripts for ImageNet and pretrained models…
102360abandoned
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
samjabrahams/tensorflow-on-raspberry-pi
A repository providing pre-built TensorFlow wheels and installation scripts for the Raspberry Pi, created before official support existed. …
232256abandoned
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
andersbll/neural_artistic_style
A Python command-line implementation of the Neural Algorithm of Artistic Style (Gatys et al., 2015) that transfers the style of one image o…
322168abandoned
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

← prev page 22 / 27 next →