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

domain: machine-learning

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

ProductHealth v2StarsMaturity
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
mapbox/robosat
RoboSat is an end-to-end Python pipeline for semantic segmentation and feature extraction from aerial and satellite imagery, identifying fe…
632064abandoned
lxe/simple-llm-finetuner
A beginner-friendly Gradio web UI for fine-tuning LLMs (LLaMA, GPT-2) using LoRA via the Hugging Face PEFT library on consumer NVIDIA GPUs.…
302053abandoned
cmu-db/peloton
Peloton is a self-driving SQL database management system with integrated AI components for autonomous optimization of hybrid workloads. It …
102050abandoned
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…
102011abandoned
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
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
openai/maddpg
Reference implementation of the MADDPG (Multi-Agent Deep Deterministic Policy Gradient) algorithm from OpenAI's paper on mixed cooperative-…
101982abandoned
mozilla/fathom
Fathom is a supervised-learning framework for recognizing and classifying parts of web pages, tagging DOM nodes with types and probabilitie…
101963abandoned
owocki/pytrader
pytrader is a cryptocurrency trading robot that uses machine learning classifiers (sklearn, pybrain) to predict price movements and execute…
321962abandoned
openai/pixel-cnn
A Python/TensorFlow implementation of PixelCNN++, an autoregressive generative model for images with discretized logistic mixture likelihoo…
101959abandoned
crockpotveggies/tinderbox
Tinderbox is a self-hosted desktop web application that automates Tinder swiping and introductions using Eigenfaces for face-based attracti…
101937abandoned
justadudewhohacks/face-recognition.js
A Node.js wrapper around dlib providing face detection, face recognition, and face landmark detection with JavaScript and TypeScript APIs. …
321923abandoned
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
notadamking/RLTrader
RLTrader is a Python library providing a cryptocurrency trading environment built on OpenAI's gym, using deep reinforcement learning to tra…
231867abandoned
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
zjy-ucas/ChineseNER
A TensorFlow demo implementing a bidirectional LSTM-CRF model for Chinese named entity recognition. It includes training and evaluation scr…
321822abandoned
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
erikwijmans/Pointnet2_PyTorch
A PyTorch implementation of Pointnet2/Pointnet++ for deep learning on point clouds, including custom CUDA ops for GPU-only execution. It su…
601810abandoned
NVlabs/few-shot-vid2vid
A PyTorch implementation of few-shot photorealistic video-to-video translation from NVIDIA Research (NeurIPS 2019), generating realistic vi…
321797abandoned
IntelLabs/fastRAG
fastRAG is a Python research framework for building efficient, optimized retrieval-augmented generation (RAG) pipelines, built on Haystack …
101785abandoned
keplr-io/quiver
Quiver is a Python library (quiver_engine) that launches an interactive web dashboard to visualize layer activations of Keras convolutional…
321784abandoned
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
tensorflow/mlir
MLIR (Multi-Level Intermediate Representation) is a compiler infrastructure for building reusable and extensible compiler toolchains, origi…
101768abandoned
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
facebookresearch/TransCoder
TransCoder is a PyTorch implementation of an unsupervised neural model that translates source code between Java, C++, and Python 3. It is a…
101731abandoned
gliese581gg/YOLO_tensorflow
A TensorFlow implementation of YOLO (Real-Time Object Detection) that runs inference with pretrained YOLO_small, YOLO_tiny, and YOLO_face n…
321708abandoned
X-Lucifer/AI-Lossless-Zoomer
A desktop GUI application for AI-based lossless image upscaling using the Real-ESRGAN model from Tencent ARC Lab, with particular strength …
101695abandoned
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
replicate/keepsake
Keepsake is a Python library and CLI for version control of machine learning experiments, tracking code, hyperparameters, weights, and metr…
261681abandoned
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…
321670abandoned
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
googlecreativelab/aiexperiments-ai-duet
A.I. Duet is a Google Creative Lab experiment where a neural network trained on MIDI examples responds to notes you play on a virtual piano…
101668abandoned
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
Zehaos/MobileNet
A TensorFlow implementation of Google's MobileNets, efficient convolutional neural networks for mobile vision applications, including Image…
321659abandoned
ClimbsRocks/auto_ml
auto_ml is a Python library for automated machine learning that handles feature engineering, model selection, and hyperparameter optimizati…
231654abandoned
mikeizbicki/HLearn
HLearn is a high-performance machine learning library written in Haskell that exploits algebraic structures like monoids and groups for fas…
231651abandoned
asmuth/recommendify
Recommendify is a Ruby/Redis-based recommendation engine that generates item-to-item recommendations using collaborative filtering. It proc…
321649abandoned
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/evolution-strategies-starter
A distributed Python implementation of Evolution Strategies (ES) from OpenAI's paper 'Evolution Strategies as a Scalable Alternative to Rei…
101634abandoned
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
probml/pmtk3
PMTK3 is a Matlab/Octave toolkit of probabilistic machine learning models and algorithms, created to accompany Kevin Murphy's textbook 'Mac…
321569abandoned
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…
101559abandoned
wizyoung/YOLOv3_TensorFlow
A pure TensorFlow implementation of the YOLOv3 real-time object detection model, including weight conversion from darknet, training, and ev…
231551abandoned
allenai/bi-att-flow
Original implementation of the Bi-directional Attention Flow (BiDAF) network for machine comprehension on the SQuAD dataset. It is a multi-…
231546abandoned
instacart/lore
Lore is a Python machine learning framework from Instacart designed to make ML approachable for software engineers and maintainable for ML …
231543abandoned
openai/generating-reviews-discovering-sentiment
Research code accompanying the OpenAI paper 'Learning to Generate Reviews and Discovering Sentiment', providing a byte-level multiplicative…
101521abandoned
digital-standard/ThreeDPoseUnityBarracuda
A Unity sample project that performs real-time 3D human pose estimation from video using an ONNX model loaded via Unity Barracuda, driving …
321516abandoned
JinpengLI/deep_ocr
A Python-based deep learning OCR tool built on Caffe that recognizes Chinese characters, positioned as a better alternative to Tesseract fo…
321511abandoned
deependersingla/deep_trader
A Python research project applying deep reinforcement learning (DQN and policy gradient methods) to stock market trading, exploring whether…
321500abandoned
soumith/dcgan.torch
A Torch (Lua) implementation of the DCGAN paper for training deep convolutional generative adversarial networks that generate images. It su…
321488abandoned
adblockradio/adblockradio
Adblock Radio is a Node.js library that detects and blocks advertisements in live radio streams and podcasts using machine learning and aud…
101488abandoned
ocelma/python-recsys
A Python library for building recommender systems, built on top of Divisi2, NumPy, and SciPy. It provides SVD-based matrix factorization fo…
321480abandoned
SeldonIO/seldon-server
Seldon Server is an open-source machine learning platform and recommendation engine that runs on Kubernetes, providing Predict and Recommen…
231477abandoned
IBM/fhe-toolkit-linux
IBM's Fully Homomorphic Encryption Toolkit for Linux, a Docker-based toolkit demonstrating computation on encrypted data without decryption…
101472abandoned
RaoFoundation/bittensor
The Bittensor Python SDK and btcli CLI for interacting with the Bittensor decentralized machine intelligence network, where subnets produce…
101468abandoned
MLReef/mlreef
MLReef is an open-source ML-Ops collaboration platform combining versioned data hosting, containerized code publishing, experiment tracking…
321460abandoned
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
harthur/kittydar
Kittydar is a JavaScript library that detects the locations of cat faces in images using Histogram of Oriented Gradients features fed into …
101428abandoned
thunlp/KB2E
KB2E is a C++ library implementing knowledge graph embedding models including TransE, TransH, TransR, and PTransE from Tsinghua University'…
321420abandoned
ucbrise/clipper
Clipper is a low-latency prediction serving system that sits between user-facing applications and machine learning models, exposing a stand…
231420abandoned
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
seathiefwang/FaceRecognition-tensorflow
A face recognition neural network trained with TensorFlow, implemented in Python. It provides a model for identifying faces in images using…
321405abandoned
ljvmiranda921/pyswarms
PySwarms is a Python research toolkit for particle swarm optimization (PSO), offering a high-level declarative interface with built-in opti…
231393abandoned
openai/lm-human-preferences
OpenAI's research code for the paper 'Fine-Tuning Language Models from Human Preferences', implementing reward model training from human la…
101391abandoned
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…
321371abandoned
louismullie/treat
Treat is a natural language processing and computational linguistics toolkit for Ruby, offering tokenization, parsing, POS tagging, NER, ke…
421367abandoned
NousResearch/atropos
Atropos is a Python framework from Nous Research for building reinforcement learning environments that collect and evaluate LLM trajectorie…
101351abandoned
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
trailbehind/DeepOSM
DeepOSM is a Python application that trains neural networks with TensorFlow to classify roads and features in satellite imagery using OpenS…
321330abandoned
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…
671328abandoned
dmotz/thing-translator
Thing Translator is a web app that lets users point their phone or laptop camera at objects to hear how to say their names in a different l…
321328abandoned
tf-coreml/tf-coreml
A Python library that converts TensorFlow 1 frozen graph models (.pb) into Apple CoreML format for deployment on iOS devices. It is no long…
231328abandoned
YonghaoHe/LFFD-A-Light-and-Fast-Face-Detector-for-Edge-Devices
LFFD is a light and fast single-class object detection framework designed for edge devices, with pretrained models for face, head, pedestri…
321323abandoned
IDSIA/brainstorm
Brainstorm is a Python neural network library designed to be fast, flexible, and fun, supporting multiple computing backends. The project h…
321322abandoned
ARM-software/armnn
Arm NN is an open-source C++17 machine learning inference SDK that accelerates neural network execution on Arm Cortex-A CPUs, Mali GPUs, an…
841315abandoned
kingfengji/gcForest
Official Python implementation of gcForest, the multi-grained cascade deep forest algorithm proposed in the IJCAI-2017 paper 'Deep Forest: …
321313abandoned
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
haarnoja/sac
The original reference implementation of Soft Actor-Critic (SAC), a deep reinforcement learning algorithm for training maximum entropy poli…
321301abandoned

← prev page 36 / 40 next →