yoshoku/rumale

A machine learning library for Ruby that provides a wide array of algorithms with an interface similar to Scikit-Learn.

SciML/DiffEqFlux.jl

A Julia package that integrates differential equation solvers into neural networks to enable the creation of physically informed scientific machine learning models.

facebookresearch/mobile-vision

A collection of hardware-aware efficient ConvNet models and tools, including FBNet and ChamNet, designed to optimize computer vision performance and latency on mobile devices.

tensorflow/java

TensorFlow‑Java provides Maven‑publishable Java/JVM bindings for TensorFlow, including low‑level JNI wrappers (`tensorflow‑core`), a high‑level neural‑network API (`tensorflow‑framework`), and an independent ndarray library. It supports Linux (x86_64, arm64) and macOS (Apple Silicon) binaries, with optional GPU builds, and integrates with standard Java build tools.

XiandaGuo/OpenStereo

A comprehensive benchmark and framework for stereo matching that integrates 17 datasets and multiple state-of-the-art models for depth estimation.

atomistic-machine-learning/schnetpack

A deep learning toolbox for predicting quantum-chemical properties of molecules and materials using atomistic neural networks.

alvarobartt/hf-mem

hf‑mem is a lightweight Python CLI (and library) that estimates the RAM required to run any Hugging Face model that uses Safetensors or GGUF weights. It fetches only metadata via HTTP range requests, supports Transformers, Diffusers, Sentence‑Transformers, and can optionally estimate KV‑cache memory and MoE breakdowns. Installable as a standalone tool, a Hugging Face CLI extension, or an agent skill.

M507/RamiGPT

An AI-powered offensive security agent that automates privilege escalation to root access using an autonomous LLM-driven shell loop.

Growth-Kinetics/DiffMem

DiffMem is a production‑ready FastAPI service that gives LLM‑powered agents a Git‑backed, Markdown‑based memory. Each user lives on an isolated Git branch; the writer agent commits conversation updates, and a retrieval agent uses plain `git`/`grep` commands to fetch the current view or dive into history. The system needs only an LLM API key, runs on a tiny Linux box (Docker or Coolify), and optionally mirrors branches to a private GitHub repo for backup. It includes consolidation tools (dedupe, redistribute, link) to keep the “now” files compact and well‑linked.

rstudio/keras3

An R interface to Keras that enables R users to prototype and train deep learning models using a high-level neural networks API.

curiosity-ai/catalyst

A high-performance C# NLP library inspired by spaCy that provides fast tokenization, entity recognition, and embedding training for .NET applications.

hollowstrawberry/kohya-colab

A collection of Google Colab notebooks for preparing datasets and training Stable Diffusion LoRA models, including support for SDXL.

heurist-network/heurist-agent-framework

A modular AI agent framework that enables the creation of multi-platform agents with specialized Web3 intelligence and integrated RAG and Chain of Thought workflows.

dmlc/treelite

Treelite is a universal model exchange and serialization format for decision tree forests, enabling C++ applications to store and exchange models on disk and network.

elki-project/elki

An open-source Java data mining framework focused on research in unsupervised methods for cluster analysis and outlier detection, featuring high-performance index structures for scalable benchmarking.

DataBassGit/AgentForge

AgentForge is a low‑code Python framework for building, testing, and iterating AI‑driven autonomous agents. It uses declarative YAML files (Cogs) to compose agents, attach optional memory, and orchestrate multi‑agent workflows, while supporting OpenAI, Gemini, Claude, and local models via Ollama/LMStudio.

CodeBendKit/codeseek

A code intelligence CLI tool that combines AST-based call graph analysis and hybrid semantic search to help developers and AI agents navigate large codebases.

ls1intum/Artemis

An open-source platform for interactive learning that provides scalable individual feedback, automatic assessment, and optional LLM-powered tutoring for universities.

JoHof/lungmask

A package of trained U-net models for automated lung segmentation in CT scans, capable of handling severe pathologies and lobe-specific masking.

VinAIResearch/PhoBERT

PhoBERT provides state-of-the-art pre-trained language models for Vietnamese based on the RoBERTa architecture, improving performance on various Vietnamese NLP tasks.

astroautomata/SymbolicRegression.jl

A Julia library for symbolic regression that searches for human-readable mathematical expressions to fit datasets, optimizing the trade-off between accuracy and complexity.

go-kratos/blades

A multimodal AI agent framework for the Go language that enables developers to build complex AI workflows with pluggable models, tools, and memory.

deel-ai/xplique

A Python toolkit for Explainable AI (XAI) that provides tools for attribution, feature visualization, and concept extraction to help users understand complex neural network models.

fishaudio/fish-diffusion

A diffusion-based training framework for Text-to-Speech, Singing Voice Synthesis, and Singing Voice Conversion that supports multi-speaker training and efficient hardware utilization.

RichmondAlake/memorizz

A Python framework for building memory-first AI agents that use persistent episodic, semantic, and procedural memory to recall experience and learn new skills over time.

mistralai/client-python

Official Python SDK for Mistral AI’s cloud APIs (chat, embeddings, audio, files, agents, etc.). Install via pip/uv/poetry, set `MISTRAL_API_KEY`, then call methods like `client.chat.complete(...)` synchronously or with `asyncio`. Includes Azure and GCP wrappers and support for streaming, pagination, retries, and more.

JuliaPOMDP/POMDPs.jl

A core Julia interface for defining and solving Markov Decision Processes (MDPs) and Partially Observable Markov Decision Processes (POMDPs) to handle decision-making under uncertainty.

TAG-Research/TAG-Bench

A benchmark for Table-Augmented Generation (TAG), a paradigm for answering natural language questions over databases that require world knowledge or semantic reasoning.

TechStark/opencv-js

An NPM package that brings the OpenCV computer vision library to Node.js and web browsers, enabling tasks like real-time face detection in JavaScript.

fangvv/UAV-DDPG

A reinforcement learning framework using DDPG to minimize processing delays in UAV-assisted mobile edge computing by optimizing flight paths and task offloading.

google/pyglove

A symbolic programming library for Python that enables the manipulation and automatic search of Python programs, commonly used for AutoML and evolutionary computing.

infinilabs/coco-app

A unified search and AI chat platform that connects enterprise data from apps like Google Workspace, Dropbox, and GitHub into a single interface.

StevenStavrakis/obsidian-mcp

A local Model Context Protocol server that enables AI assistants to safely read and modify Obsidian vaults by interacting directly with Markdown files.

nuclia/nucliadb

NucliaDB is a hybrid AI search database that combines vector, full-text, and graph indexes to store and search unstructured data.

StatMixedML/XGBoostLSS

An extension of XGBoost that enables probabilistic modelling by predicting the full conditional distribution of targets instead of single point estimates.

EleutherAI/sparsify

A lean library for training and enable loading k-sparse autoencoders (SAEs) and transcoders on HuggingFace language model activations to aid in mechanistic interpretability.

HKUSTDial/flash-sparse-attention

A high-performance trainable sparse attention implementation that combines Flash Attention's memory efficiency with sparse computation for handling extremely long sequences in Transformers.

claw-eval/claw-eval

A trustworthy evaluation framework for autonomous agents featuring 300 human-verified tasks and a strict Pass^3 metric to ensure consistent model performance.

nextcloud/recognize

A smart media tagging app for Nextcloud that uses local AI models to automatically categorize photos, videos, and music.

MarioSieg/magnetron

A compact, C-based machine learning runtime with a Python API that provides full control over tensor execution and memory for research and low-level optimization.

triton-inference-server/client

Client libraries and examples for C++, Python, and Java that simplify communication with Triton Inference Server for model inferencing and server management.

databricks/mlops-stacks

A customizable production-ready template for Databricks ML projects that provides pre-configured CI/CD, resource management as code, and a standardized project structure.

FilippoAiraldi/mpc-reinforcement-learning

A library for training model-based Reinforcement Learning agents using Model Predictive Control as a function approximation to learn optimal control policies.

oarriaga/paz

A hierarchical perception library for autonomous systems that provides modular APIs for building computer vision pipelines using TensorFlow and Keras.

tensorflow/tcav

A model interpretability method that explains neural network predictions using high-level human concepts rather than individual input features.

JuliaReinforcementLearning/ReinforcementLearning.jl

A comprehensive Julia package for reinforcement learning research that provides extensible components for implementing, benchmarking, and reproducing RL algorithms.

EXboys/evotown

A private enterprise control plane for AI agents that unifies model routing, skill distribution, and knowledge management across different local agent runtimes.

Waikato/moa

MOA is an open-source Java framework for real-time data stream mining and large-scale machine learning, providing a suite of algorithms and evaluation tools.