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
clj-python/libpython-clj
A Clojure library providing deep bidirectional integration between the JVM and Python, allowing Clojure/Java code to call Python libraries …
761206active
willisma/SiT
Official PyTorch implementation of Scalable Interpolant Transformers (SiT), a family of generative models built on Diffusion Transformers t…
531206active
dexsuite/dex-retargeting
A Python library of retargeting optimizers that translate human hand motion (from video or pose datasets) into robot dexterous hand joint c…
371205active
JuliaNLSolvers/Optim.jl
Optim.jl is a pure-Julia library for univariate and multivariate function optimization, focused on unconstrained local minimization with al…
961204stable
ICT-FinD-Lab/alphagen
AlphaGen is a Python research library that automatically generates formulaic alpha (predictive) stock factors using reinforcement learning,…
701204active
dendenxu/fast-gaussian-rasterization
A drop-in replacement for diff-gaussian-rasterization that renders 3D Gaussian Splatting scenes using a geometry-shader-based GPU pipeline …
191202active
NVIDIA/kvpress
kvpress is a Python library from NVIDIA that implements multiple KV cache compression methods and benchmarks for long-context LLM inference…
861201active
dartsim/dart
DART (Dynamic Animation and Robotics Toolkit) is an open-source, research-focused C++ physics engine for robotics, animation, and machine l…
981199active
basetenlabs/truss
Truss is a Python CLI and packaging framework for deploying and serving AI/ML models in production, primarily on the Baseten platform. It h…
961199active
xorbitsai/xorbits
Xorbits is an open-source distributed computing framework that scales Python data science and machine learning workloads from a laptop to l…
641199active
Artelnics/opennn
OpenNN is an open-source C++ library for building, training, and deploying neural networks for advanced analytics. It is dependency-free, o…
971198active
openvinotoolkit/nncf
NNCF is Intel's Neural Network Compression Framework, a Python library providing post-training and training-time compression algorithms (qu…
941197active
toshas/torch-fidelity
A PyTorch library providing accurate and efficient implementations of generative model evaluation metrics such as FID, Inception Score, KID…
701197active
autonomousvision/stylegan-t
Official training code for StyleGAN-T, an ICML 2023 paper on fast large-scale text-to-image synthesis using GANs. It provides dataset prepa…
311197active
DeepRec-AI/DeepRec
DeepRec is a high-performance deep learning framework for recommendation models, built on TensorFlow 1.15 with Intel and NVIDIA TensorFlow …
241197active
haidog-yaqub/MeanFlow
An unofficial PyTorch implementation of MeanFlow and iMF, one-step generative modeling methods based on flow matching. It provides config-d…
591196active
qualcomm/ai-hub-models
Qualcomm AI Hub Models is a curated collection of 300+ state-of-the-art machine learning models (vision, audio, speech, generative AI) pre-…
891195active
cvs-health/uqlm
UQLM is a Python library for detecting LLM hallucinations using uncertainty quantification techniques. It provides five categories of score…
861195active
EvolvingLMMs-Lab/LLaVA-OneVision-2
A fully open framework for training multimodal large language models, releasing models, datasets, and training recipes for the LLaVA-OneVis…
721195active
omicverse/omicverse
OmicVerse is a Python library for multi-omics analysis covering bulk, single-cell, and spatial RNA-seq workflows. It is part of the scverse…
941193active
Cerebras/modelzoo
Cerebras Model Zoo is a collection of reference deep learning model implementations (Llama, Mixtral, DINOv2, Llava, etc.) with configs and …
771193active
deepfence/FlowMeter
FlowMeter is a Go utility that analyzes network packet headers, groups packets into flows, and uses machine learning to classify flows as b…
101193active
jncraton/languagemodels
A Python library providing simple building blocks for running large language models locally with as little as 512MB of RAM. It offers instr…
601192active
microsoft/RecAI
RecAI is a Microsoft research project exploring ways to integrate large language models into recommender systems (LLM4Rec). It includes a c…
561192active
trianglesplatting/triangle-splatting
Official implementation of 'Triangle Splatting for Real-Time Radiance Field Rendering' (3DV 2026), which uses 3D triangles as rendering pri…
431191active
a-r-j/graphein
Graphein is a Python library for constructing graph and mesh representations of proteins, RNA, molecules, and biological interaction networ…
761190active
getkeops/keops
KeOps (pykeops) is a Python library for computing kernel reductions over large arrays on CPUs and GPUs using efficient C++/CUDA routines wi…
651189active
CNugteren/CLBlast
CLBlast is a lightweight, tunable OpenCL BLAS library written in C++11 that implements basic linear algebra subprograms for vectors and mat…
701186stable
pymc-labs/CausalPy
CausalPy is a Python package for causal inference in quasi-experimental settings, offering methods like difference-in-differences, syntheti…
941185active
Oxen-AI/Oxen
Oxen is a fast data version control system written in Rust that versions large datasets (images, audio, video, text, parquet) with a git-li…
961184active
chakki-works/seqeval
seqeval is a Python library for evaluating sequence labeling tasks such as named-entity recognition, part-of-speech tagging, and semantic r…
231184stable
mlmed/torchxrayvision
TorchXRayVision is an open-source PyTorch library providing pre-trained deep learning models and a unified interface for publicly available…
911183active
functime-org/functime
functime is a Python library for production-ready global forecasting and time-series feature extraction on large panel datasets, built on l…
701183active
msracver/Deformable-ConvNets
Official MXNet implementation of Deformable Convolutional Networks (ICCV 2017) and R-FCN, including deformable convolution and ROI pooling …
324121maintenance
shawwn/llama-dl
A shell script that provides high-speed curl-based downloads of Meta's LLaMA model weights (7B, 13B, 30B, 65B), fetching all weights in und…
304114maintenance
Facico/Chinese-Vicuna
Chinese-Vicuna is a low-resource LLaMA+LoRA solution for building Chinese instruction-following language models, structured after Alpaca. I…
384113maintenance
ddlBoJack/emotion2vec
Official PyTorch implementation of emotion2vec, a self-supervised pre-trained model for speech emotion representation. It provides code for…
271179active
higgsfield-ai/higgsfield
Higgsfield is an open-source GPU orchestration and machine learning framework for fault-tolerant, distributed training of very large models…
234106maintenance
langchain-ai/openevals
OpenEvals is a library of readymade evaluators for testing LLM applications, including LLM-as-judge evaluators and reference-based/referenc…
861178active
ubicomplab/rPPG-Toolbox
rPPG-Toolbox is an open-source Python toolbox for camera-based physiological sensing (remote photoplethysmography), enabling heart rate and…
511178active
balancap/SSD-Tensorflow
A TensorFlow re-implementation of the Single Shot MultiBox Detector (SSD) for object detection, including VGG-based SSD-300 and SSD-512 net…
324101maintenance
AlgRUC/JittorGeometric
JittorGeometric is a graph machine learning library built on the Jittor deep learning framework, providing implementations of 40+ Graph Neu…
621177active
Tencent-Hunyuan/MixGRPO
MixGRPO is a research framework from Tencent Hunyuan implementing a mixed ODE-SDE GRPO algorithm for efficient reinforcement learning fine-…
581177active
tjiiv-cprg/EPro-PnP
EPro-PnP is a probabilistic Perspective-n-Points (PnP) layer for end-to-end 6DoF monocular object pose estimation networks, built on PyTorc…
411175stable
MIC-DKFZ/batchgenerators
A Python framework for data augmentation of 2D and 3D images, developed by the German Cancer Research Center for medical image classificati…
711173stable
chongzhou96/EdgeSAM
EdgeSAM is the official PyTorch implementation of a distilled, accelerated variant of the Segment Anything Model (SAM) designed for on-devi…
371173active
princeton-nlp/MeZO
MeZO is a memory-efficient zeroth-order optimizer that fine-tunes language models using only forward passes, with the same memory footprint…
291173stable
bytedance/1d-tokenizer
A research repository from ByteDance containing code and pretrained model weights for 1D visual tokenizers (TiTok, TA-TiTok, FlowTok) and i…
291172active
magicleap/SuperGluePretrainedNetwork
SuperGlue is a PyTorch implementation of a graph neural network with an optimal matching layer that matches sparse image features between t…
324072maintenance
onnx/onnxmltools
ONNXMLTools is a Python library that converts machine learning models from various toolkits (Keras/TensorFlow, scikit-learn, Core ML, XGBoo…
781170active
baidu-research/warp-ctc
A fast parallel implementation of the Connectionist Temporal Classification (CTC) loss function for CPU and CUDA GPU, with a simple C inter…
324069maintenance
jenly1314/MLKit
MLKit is an easy-to-use Kotlin wrapper library around Google ML Kit for Android, exposing text recognition, barcode scanning, image labelin…
791168active
CarlGao4/Demucs-Gui
A graphical desktop application wrapping the Demucs AI music source-separation model, letting users split songs into stems (vocals, drums, …
461168active
iver56/torch-audiomentations
A PyTorch library for fast audio data augmentation, inspired by audiomentations. It provides GPU-accelerated, differentiable audio transfor…
581167active
SuperBruceJia/EEG-DL
EEG-DL is a deep learning library built on TensorFlow for classifying EEG signals, supporting many architectures including CNNs, RNNs, GCNs…
471167active
Object Detection Metrics
A Python toolkit implementing the most popular metrics (AP, mAP, precision-recall curves) used to evaluate object detection algorithms, wit…
501166stable
GaParmar/clean-fid
Clean-FID is a PyTorch library for computing the Frechet Inception Distance (FID) with correct image resizing and quantization steps, fixin…
481166stable
sksq96/pytorch-summary
A PyTorch library providing a Keras-style model.summary() that prints layer types, output shapes, parameter counts, and memory estimates. I…
324053maintenance
facebookresearch/VideoPose3D
A PyTorch implementation of CVPR 2019 research on 3D human pose estimation in video using temporal convolutions over 2D keypoint trajectori…
104052maintenance
yosinski/deep-visualization-toolbox
A GUI toolbox for visualizing and understanding deep neural networks, showing per-unit activations, backprop/deconv, and regularized-optimi…
324051maintenance
lmstudio-ai/mlx-engine
mlx-engine is the Apple MLX-based LLM inference engine that powers LM Studio on Mac, built on mlx-lm with support for vision models via mlx…
671165active
Text-to-Audio/AudioLCM
AudioLCM is a PyTorch implementation of an ACM-MM'24 paper for efficient, high-quality text-to-audio generation using latent consistency mo…
371165active
thunlp/OpenKE
OpenKE is an open-source PyTorch-based toolkit for knowledge graph embedding (knowledge representation learning), with C++ accelerated data…
324047maintenance
majianjia/nnom
NNoM is a high-level neural network inference library written in C for microcontrollers. It converts Keras models into optimized on-device …
231164stable
facebookresearch/encodec
EnCodec is a deep learning based neural audio codec from Meta AI that compresses mono 24 kHz and stereo 48 kHz audio to bitrates from 1.5 t…
324041maintenance
3D ResNets for Action Recognition
A PyTorch implementation of 3D ResNet and R(2+1)D models for video action recognition, accompanying CVPR 2018 and related papers. It includ…
234038maintenance
soniqo/speech-swift
An open-source Swift toolkit for on-device speech AI on Apple Silicon, providing ASR, TTS, speech-to-speech, VAD, and speaker diarization v…
831161active
meta-pytorch/torchcodec
TorchCodec is a PyTorch-native library for decoding and encoding videos, audio, and images into PyTorch tensors on CPU and CUDA GPU, built …
871160active
LibCity/Bigscity-LibCity
LibCity is an open-source PyTorch library for urban spatial-temporal data mining, providing a unified pipeline for traffic prediction resea…
231157active
fundamentalvision/Deformable-DETR
Official PyTorch implementation of Deformable DETR, an efficient end-to-end object detector that uses deformable attention to fix DETR's sl…
324015maintenance
NVIDIA-NeMo/Gym
NeMo Gym is a Python library from NVIDIA for evaluating and improving LLM models and agents using environments. It provides infrastructure …
801156active
gemelo-ai/vocos
Vocos is a fast neural vocoder that synthesizes audio waveforms from acoustic features such as mel-spectrograms or EnCodec tokens. It uses …
651155stable
deepmodeling/Uni-Mol
Uni-Mol is a collection of 3D molecular representation learning frameworks and pretrained models for tasks like molecule property predictio…
341155active
TJU-Aerial-Robotics/YOPO
YOPO is a learning-based one-stage planner for quadrotor autonomous navigation in obstacle-dense environments, integrating perception, mapp…
791153active
apple/ml-clara
CLaRa is Apple's open-source end-to-end Retrieval-Augmented Generation model that compresses documents into continuous latent representatio…
431153active
quark0/darts
DARTS is the official PyTorch implementation of the ICLR 2019 paper 'DARTS: Differentiable Architecture Search', which performs neural arch…
323997maintenance
shyamsn97/mario-gpt
MarioGPT is a Python library and finetuned GPT2 model that generates playable Super Mario Bros levels from text prompts. It accompanies the…
211152active
TensorSpeech/TensorFlowTTS
TensorFlowTTS is a Python library providing real-time state-of-the-art text-to-speech architectures (Tacotron-2, FastSpeech/FastSpeech2, Me…
233995maintenance
easystats/performance
An R package from the easystats ecosystem that computes indices of model quality and goodness of fit, such as R-squared, RMSE, ICC, AIC, an…
921151active
DennisLiu1993/Fastest_Image_Pattern_Matching
A C++ library implementing an accelerated Normalized Cross Correlation (NCC)-based template matching and image alignment algorithm, based o…
611151active
naurril/SUSTechPOINTS
SUSTechPOINTS is a web-based 3D point cloud annotation platform for labeling LiDAR data with 3D bounding boxes, aimed at autonomous driving…
621150active
amazon-science/mm-cot
Official PyTorch implementation of the paper 'Multimodal Chain-of-Thought Reasoning in Language Models', which adds vision features to a tw…
313985maintenance
lhotse-speech/lhotse
Lhotse is a Python library for flexible, scalable preparation of multimodal (speech, audio, video, image, text) data for machine learning, …
891149active
PKU-Alignment/omnisafe
OmniSafe is a PyTorch-based infrastructural framework for safe reinforcement learning research, providing a unified modular toolkit and com…
271149active
brightmart/albert_zh
A repository providing pre-trained ALBERT models for Chinese language, implemented in TensorFlow with PyTorch and Keras conversions. It inc…
323982maintenance
JDAI-CV/fast-reid
FastReID is a PyTorch-based research platform implementing state-of-the-art re-identification algorithms for persons, vehicles, and faces. …
233981maintenance
bodaay/HuggingFaceModelDownloader
A Go-based CLI utility for downloading models and datasets from the HuggingFace Hub with parallel, resumable downloads. It includes an inte…
871147active
open-gigaai/giga-world-1
GigaWorld-1 is an open-source framework providing training, inference, data processing, checkpoint conversion, and LoRA merge workflows for…
541147active
simpler-env/SimplerEnv
SIMPLER (SimplerEnv) is a collection of simulated environments built on SAPIEN/ManiSkill for evaluating real-world robot manipulation polic…
511147active
snipsco/snips-nlu
Snips NLU is a Python library (with a Rust core) that extracts structured meaning from natural language text by detecting user intents and …
233973maintenance
google/lyra
Lyra is a very low-bitrate speech codec from Google that combines traditional codec techniques with generative machine learning models to c…
233973maintenance
ShiqiYu/OpenGait
OpenGait is a flexible and extensible Python framework for gait recognition research, providing implementations of state-of-the-art models …
671146active
midas-research/audino
Audino is an open-source, self-hosted web application for annotating audio, supporting transcription, labeling, and speaker-related tasks. …
521146active
okooo5km/HiPixel
HiPixel is a native macOS app for AI-powered image super-resolution, built with SwiftUI and using Upscayl's AI models. It offers batch upsc…
761145active
sgl-project/SpecForge
SpecForge is a Python framework from the SGLang team for training speculative decoding models such as EAGLE/EAGLE3 draft heads. Trained mod…
641145active
gopherdata/gophernotes
Gophernotes is a Go kernel for Jupyter notebooks and nteract that lets you write and evaluate Go code interactively in a browser-based note…
233967maintenance
extropic-ai/thrml
THRML is a JAX library for building and sampling probabilistic graphical models, focused on efficient block Gibbs sampling of energy-based …
711144active
ScorpioLea/AiCE
AiCE is a Python tool that predicts high-fitness protein mutations by sampling sequences from protein inverse folding models such as Protei…
401144active
facebookresearch/fairseq2
fairseq2 is a PyTorch-based sequence modeling toolkit from Meta FAIR for training custom models for content generation tasks such as langua…
891143active
callous-youth/BOAT
BOAT is a PyTorch-based library providing a compositional, operation-level toolbox for gradient-based bi-level optimization (BLO). It decom…
871143active

← prev page 20 / 40 next →