awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

144 个仓库

Awesome GitHub RepositoriesEvaluation & Validation

Explore 144 awesome GitHub repositories matching artificial intelligence & ml · Evaluation & Validation. Refine with filters or upvote what's useful.

Awesome Evaluation & Validation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • langchain-ai/langchainlangchain-ai 的头像

    langchain-ai/langchain

    139,458在 GitHub 上查看↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing

    Benchmarks model performance to assist in selecting appropriate providers for specific requirements.

    Pythonagentsaiai-agents
    在 GitHub 上查看↗139,458
  • ggerganov/llama.cppggerganov 的头像

    ggerganov/llama.cpp

    116,912在 GitHub 上查看↗

    llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across various hardware architectures. It provides the core components for local model execution, including a dedicated model quantizer for compressing weights into the GGUF format and a system for generating text embeddings for semantic search. The project distinguishes itself through specialized memory and execution optimizations, such as block-wise weight quantization to reduce memory footprints and memory-mapped model loading. It supports structured text generation by using formal

    Includes utilities to measure execution time and throughput across different parameters to identify performance bottlenecks.

    C++
    在 GitHub 上查看↗116,912
  • microsoft/generative-ai-for-beginnersmicrosoft 的头像

    microsoft/generative-ai-for-beginners

    112,045在 GitHub 上查看↗

    This project is a comprehensive, open-source educational curriculum designed to guide developers through the mastery of generative artificial intelligence. It provides a structured learning path that covers foundational concepts, prompt engineering, and the practical application of large language models. The repository serves as a central hub for skill acquisition, offering sequential modules that progress from basic model mechanics to advanced architectural patterns. The curriculum distinguishes itself by focusing on the end-to-end lifecycle of intelligent software, including the implementat

    Presents methodologies for systematically evaluating and comparing the performance of various large language models.

    Jupyter Notebookaiazurechatgpt
    在 GitHub 上查看↗112,045
  • yidadaa/chatgpt-next-webYidadaa 的头像

    Yidadaa/ChatGPT-Next-Web

    88,263在 GitHub 上查看↗

    ChatGPT-Next-Web is a web-based chat interface for interacting with large language models via API or self-hosted model runners. It functions as a prompt management tool and a cross-platform application available for web, mobile, and desktop environments. The project distinguishes itself through a plugin integration gateway that extends model capabilities with external tools like network search and calculators. It includes a self-hosted administrative dashboard for controlling model lists, member permissions, and access passwords on private infrastructure. The application covers prompt engine

    Allows administrators to edit available models, rename entries, and designate vision capabilities.

    TypeScript
    在 GitHub 上查看↗88,263
  • karpathy/autoresearchkarpathy 的头像

    karpathy/autoresearch

    87,119在 GitHub 上查看↗

    Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a closed-loop system to programmatically rewrite training and architecture source code to discover optimal language model configurations. The system iteratively modifies code and evaluates performance metrics to improve model quality based on a target objective. It optimizes model performance and training efficiency by tracking validation bits per byte, which allows for a fair comparison of architectural changes independently of vocabulary size. The framework manages the full training

    Uses validation bits per byte as a specialized metric to compare architectural changes independently of vocabulary size.

    Python
    在 GitHub 上查看↗87,119
  • fighting41love/funnlpfighting41love 的头像

    fighting41love/funNLP

    81,299在 GitHub 上查看↗

    This project is a community-driven knowledge base and curated repository focused on natural language processing and large language model development. It serves as a centralized index for high-quality tools, libraries, and research materials, organizing technical resources into structured, version-controlled documentation to assist developers in navigating the evolving artificial intelligence ecosystem. The repository distinguishes itself by acting as an aggregator for AI model evaluation and benchmarking. It provides access to tools that enable the simultaneous comparison of multiple conversa

    Facilitates comparative analysis by linking to interfaces that allow simultaneous interaction with multiple large language models.

    Python
    在 GitHub 上查看↗81,299
  • unslothai/unslothunslothai 的头像

    unslothai/unsloth

    66,628在 GitHub 上查看↗

    Unsloth is a high-performance training and inference platform designed to optimize the lifecycle of large language and multimodal models. It provides a comprehensive engine for fine-tuning, executing, and managing models locally, with a focus on reducing memory consumption and increasing compute speed on consumer-grade hardware. The platform distinguishes itself through hand-optimized kernels and automated computational graph techniques that maximize hardware throughput. It supports advanced training methodologies, including reinforcement learning for reasoning and efficient adapter-based fin

    Monitors training progress via loss metrics and validates output quality through manual chat sessions or automated test sets.

    Pythonagentdeepseekdeepseek-r1
    在 GitHub 上查看↗66,628
  • scikit-learn/scikit-learnscikit-learn 的头像

    scikit-learn/scikit-learn

    66,344在 GitHub 上查看↗

    Scikit-learn is a machine learning library for predictive data analysis that provides a collection of algorithms for supervised and unsupervised learning. It functions as a comprehensive toolkit for data preprocessing, dimensionality reduction, and model selection, allowing users to classify data objects, predict continuous values, and cluster similar items based on historical patterns. The project is defined by a unified interface design where objects either learn from data, transform data, or chain these operations into sequential workflows. To ensure performance on large or high-dimensiona

    Compares algorithm configurations and tunes hyperparameters to identify the most accurate approach for specific predictive tasks.

    Pythondata-analysisdata-sciencemachine-learning
    在 GitHub 上查看↗66,344
  • karpathy/nanogptkarpathy 的头像

    karpathy/nanoGPT

    59,730在 GitHub 上查看↗

    nanoGPT is a lightweight engine for training and fine-tuning transformer-based language models from scratch. It provides a minimalist codebase designed for educational exploration and rapid experimentation with neural network architectures, utilizing self-attention and feed-forward layers to process sequences and predict subsequent elements. The project distinguishes itself through a focus on high-speed data ingestion and hardware-accelerated performance. It includes a dedicated pipeline for transforming raw text into memory-mapped binary files, which enables efficient streaming during traini

    Measures training speed and iteration throughput to identify performance bottlenecks.

    Python
    在 GitHub 上查看↗59,730
  • ultralytics/ultralyticsultralytics 的头像

    ultralytics/ultralytics

    58,468在 GitHub 上查看↗

    Ultralytics is a comprehensive computer vision framework designed for training, validating, and deploying deep learning models across a wide range of visual recognition tasks. It provides a unified interface for core operations including object detection, instance segmentation, pose estimation, and image classification. By utilizing a modular architecture, the platform allows users to swap model components to balance inference speed and accuracy requirements for diverse applications. The framework distinguishes itself through its support for real-time processing and flexible deployment. It in

    Verifies the precision and recall of human pose detection models by running automated benchmarks against ground truth datasets.

    Pythonclicomputer-visiondeep-learning
    在 GitHub 上查看↗58,468
  • lm-sys/fastchatlm-sys 的头像

    lm-sys/FastChat

    39,472在 GitHub 上查看↗

    FastChat is a training and serving platform for large language models that provides an integrated toolkit for fine-tuning, hosting, and benchmarking chatbots. It functions as an inference server capable of hosting multiple models and exposing them via a standardized API for chat applications. The platform distinguishes itself through a distributed model controller that manages worker nodes and routes requests across a hardware-agnostic inference layer supporting various accelerators. It includes a dedicated evaluation framework for assessing model quality using automated judges, multi-turn di

    Provides tools for comparing different language model outputs side-by-side to determine performance preference.

    Python
    在 GitHub 上查看↗39,472
  • google-research/google-researchgoogle-research 的头像

    google-research/google-research

    38,139在 GitHub 上查看↗

    This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum computing, and large-scale scientific data analysis. It provides foundational frameworks for developing complex algorithmic systems, offering the necessary infrastructure for distributed training, computational graph execution, and high-performance model development. The project distinguishes itself by integrating specialized research domains with robust, privacy-preserving methodologies. It supports diverse scientific discovery through tools for quantum simulation, physics-informed

    Evaluates predictive models across diverse domains by comparing results against established datasets.

    Jupyter Notebookaimachine-learningresearch
    在 GitHub 上查看↗38,139
  • facebookresearch/detectron2facebookresearch 的头像

    facebookresearch/detectron2

    34,548在 GitHub 上查看↗

    Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying models for object detection, image segmentation, and visual recognition. It provides a research-oriented environment for training complex vision models with multi-GPU acceleration. The project includes a specialized object detection library for identifying and locating multiple objects via bounding boxes, as well as an image segmentation toolkit for creating pixel-level masks through instance, semantic, and panoptic segmentation. Additionally, it features a human pose estimati

    Calculates accuracy and performance metrics for trained models using specific checkpoints and configurations.

    Python
    在 GitHub 上查看↗34,548
  • huggingface/diffusershuggingface 的头像

    huggingface/diffusers

    33,872在 GitHub 上查看↗

    Diffusers is a PyTorch-based library and generative AI framework used to build, train, and deploy diffusion pipelines for producing multi-modal media. It provides a suite of tools for generating images, video, and audio from natural language descriptions, as well as specialized systems for text-to-image generation. The project differentiates itself through a modular architecture that separates noise schedulers, pretrained model blocks, and pipeline compositions. This structure allows for the construction of custom generation workflows and the ability to swap individual components of the diffu

    Includes utilities for measuring memory usage and latency of generative models to optimize production performance.

    Pythondeep-learningdiffusionflux
    在 GitHub 上查看↗33,872
  • sgl-project/sglangsgl-project 的头像

    sgl-project/sglang

    29,079在 GitHub 上查看↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Simulates request traffic against various inference backends to measure throughput and latency for large language and vision models.

    Pythonattentionblackwellcuda
    在 GitHub 上查看↗29,079
  • d2l-ai/d2l-end2l-ai 的头像

    d2l-ai/d2l-en

    29,001在 GitHub 上查看↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Facilitates model selection by evaluating configurations on dedicated validation sets to prevent test set leakage.

    Pythonbookcomputer-visiondata-science
    在 GitHub 上查看↗29,001
  • fincept-corporation/finceptterminalFincept-Corporation 的头像

    Fincept-Corporation/FinceptTerminal

    26,900在 GitHub 上查看↗

    FinceptTerminal is a quantitative finance platform and financial engineering library designed for asset valuation, risk management, and fixed-income analytics. It provides a comprehensive suite for algorithmic trading and investment strategy automation, integrating specialized language model agents and node-based workflows to automate market research and alpha generation. The project distinguishes itself with a dedicated game theory analysis engine for calculating Nash equilibria and simulating strategic interactions in competitive markets. It also features a specialized credit risk modeling

    Calculates accuracy, precision, recall, and F1-score to measure binary classification performance.

    C++bloomberg-terminalcontributions-welcomefinance
    在 GitHub 上查看↗26,900
  • pytorch/examplespytorch 的头像

    pytorch/examples

    23,752在 GitHub 上查看↗

    This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning library. It provides practical examples for building, training, and deploying deep learning models, functioning as a toolkit for developers to explore neural network architectures and training workflows. The project distinguishes itself by offering concrete demonstrations of complex machine learning operations, ranging from computer vision tasks like object detection and depth estimation to the training of large-scale transformer models. These examples illustrate how to implement

    Measures end-to-end model latency and throughput to identify performance bottlenecks in inference pipelines.

    Python
    在 GitHub 上查看↗23,752
  • voltagent/awesome-claude-code-subagentsVoltAgent 的头像

    VoltAgent/awesome-claude-code-subagents

    21,906在 GitHub 上查看↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Automatically assigns subagents to specific models based on task complexity to balance reasoning depth against execution speed and cost.

    Shellai-agent-frameworkai-agent-toolsai-agents
    在 GitHub 上查看↗21,906
  • accumulatemore/cvAccumulateMore 的头像

    AccumulateMore/CV

    21,907在 GitHub 上查看↗

    This project is a comprehensive deep learning framework and educational platform designed for constructing, training, and evaluating neural network architectures. It provides a modular environment for building models through tensor operations and automatic differentiation, supporting a wide range of tasks from image classification and object detection to sequential data processing. Beyond its core technical capabilities, the project distinguishes itself by integrating professional career development resources directly into its learning ecosystem. It offers structured guidance, resume reviews,

    Supports tuning model capacity and regularization parameters to balance bias and variance.

    Jupyter Notebookagentagentsbook
    在 GitHub 上查看↗21,907
上一个123456…8下一个
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Evaluation & Validation

探索子标签

  • AI Model Evaluation AggregatorsPlatforms that collect and compare benchmark results across multiple conversational agents.
  • LLM Comparison InterfacesTools that enable simultaneous interaction with multiple large language models for comparative analysis.
  • Model Benchmarking1 个子标签Processes for evaluating and comparing different language models.
  • Model Capability Assessment4 个子标签Tools for benchmarking and selecting models based on specific requirements.
  • Model Evaluation Metrics5 个子标签Tools for measuring the performance and quality of trained machine learning models.
  • Model Selection and Validation1 个子标签Processes for comparing algorithm configurations and tuning parameters to optimize predictive performance.
  • Performance Benchmarks2 个子标签Tools for measuring and optimizing the computational speed and throughput of model training and inference.
  • Pose Estimation ValidationAutomated routines for verifying the precision and recall of human pose detection models against ground truth datasets.
  • Segmentation Model ValidationTools for calculating performance metrics such as mean average precision for pixel-level image segmentation tasks.