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

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

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

5 个仓库

Awesome GitHub RepositoriesLLM-Based Analysis

Uses large language models to interpret code changes and generate natural language feedback.

Distinct from Git-Based Code Analysis Platforms: Distinct from general Git-based analysis by using LLMs for semantic interpretation rather than just statistics.

Explore 5 awesome GitHub repositories matching devops & infrastructure · LLM-Based Analysis. Refine with filters or upvote what's useful.

Awesome LLM-Based Analysis GitHub Repositories

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

    VikParuchuri/marker

    36,164在 GitHub 上查看↗

    Marker is an LLM-powered document parser and OCR pipeline designed to convert PDFs and unstructured files into structured markdown, JSON, and HTML. It functions as a data preprocessor that transforms complex documents into machine-readable formats while preserving tables, equations, and layout structures. The system utilizes large language models to refine OCR accuracy, clean mathematical notation, and merge fragmented tables across multiple pages. It employs model-based layout analysis to predict block types and bounding boxes, ensuring a more precise conversion of document elements. Capabi

    Uses large language models to refine OCR accuracy, clean mathematical notation, and merge fragmented tables.

    Python
    在 GitHub 上查看↗36,164
  • qodo-ai/pr-agentqodo-ai 的头像

    qodo-ai/pr-agent

    11,630在 GitHub 上查看↗

    PR Agent is an AI-powered code analysis tool and pull request reviewer that uses large language models to automate version control workflows. It functions as a programmatic agent that integrates with version control platforms to provide automated quality checks, explain code changes, and manage pull request documentation. The system distinguishes itself by enforcing organizational engineering standards through a customizable rule-based system. It leverages retrieval-augmented generation to inject repository context and organizational guidelines into its analysis, ensuring that feedback remain

    Uses large language models to analyze source code changes and provide natural language feedback within version control.

    Pythoncode-reviewcodereviewcoding-assistant
    在 GitHub 上查看↗11,630
  • nvidia/skillspectorNVIDIA 的头像

    NVIDIA/SkillSpector

    10,778在 GitHub 上查看↗

    SkillSpector 是一款安全扫描器,旨在在 AI 代理插件和扩展安装之前检测其中的漏洞和恶意模式。它作为一个运行时护栏,计算数值风险评分并分配严重性标签,以提供安装建议或阻止有风险的外部扩展。 该项目的独特之处在于使用语言模型执行语义代码分析,评估代码意图和上下文以减少误报。它还采用基于指纹的问题抑制技术,在重复扫描周期中跟踪并忽略已接受的风险。 该工具通过针对公共安全数据库的依赖项扫描来涵盖软件供应链安全,并支持从本地目录、远程 URL 和仓库进行多源资产摄取。它以多种机器可读和人类可读的格式提供漏洞报告,以便集成到 CI/CD 流水线中。

    Uses large language models to evaluate code intent and context, reducing false positives in security detection.

    Python
    在 GitHub 上查看↗10,778
  • usagi-org/ai-goofish-monitorUsagi-org 的头像

    Usagi-org/ai-goofish-monitor

    9,002在 GitHub 上查看↗

    ai-goofish-monitor is an AI-driven marketplace monitor and containerized web scraper designed to track online listings. It uses multimodal large language models and natural language prompts to analyze product text and images, determining if items meet specific requirements. The system employs an anti-detection workflow that rotates network proxies and authenticated accounts to bypass rate limits. It captures browser cookies and session states to mimic real user behavior during automated requests. The project includes a task scheduler using cron expressions and an embedded SQLite database for

    Uses multimodal AI and natural language prompts to automatically evaluate product listings.

    Pythonaiplaywright
    在 GitHub 上查看↗9,002
  • k8sgpt-ai/k8sgptk8sgpt-ai 的头像

    k8sgpt-ai/k8sgpt

    7,922在 GitHub 上查看↗

    k8sgpt 是一套专注于 Kubernetes 的工具,旨在进行 AI 驱动的调试、集群诊断和自我修复。它作为一个自动化分析器和调试器,使用大语言模型来解释集群错误、建议修复步骤并识别资源故障。 该项目以其可扩展的分析框架脱颖而出,支持自定义诊断插件和模型上下文协议(MCP)服务器,后者将集群诊断作为 AI 助手的工具暴露出来。它包括一个能够自动生成并应用修复程序以解决检测到的异常的自我修复代理,以及在传输到外部 AI 提供商之前屏蔽敏感信息的数据匿名化中间件。 该工具集涵盖了广泛的操作能力,包括通过 Operator 进行持续健康监控、针对策略引擎的合规性审计,以及识别广泛故障模式的多集群编排。它还提供可观测性功能,如诊断结果导出、可观测性指标集成和 Pod 故障排查。

    Sends Kubernetes resource data to generative AI backends for human-readable technical analysis.

    Go
    在 GitHub 上查看↗7,922
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure
  4. Version Control Systems
  5. Git-Based Repositories
  6. Git-Based Code Analysis Platforms
  7. LLM-Based Analysis

探索子标签

  • Document Content RefinementUsing language models to improve the accuracy and structural integrity of parsed document content. **Distinct from LLM-Based Analysis:** Focuses on cleaning OCR and merging tables in documents rather than analyzing source code changes.
  • Document Content RefinersAI-driven tools for cleaning and correcting text, notation, and structural elements within documents. **Distinct from LLM-Based Analysis:** Distinct from LLM-Based Analysis: focuses on cleaning and merging content rather than analyzing code changes.
  • Infrastructure AnalysisUse of large language models to analyze system infrastructure state and resource data. **Distinct from LLM-Based Analysis:** Applies LLM analysis to live cluster resource data rather than static code changes in a VCS.
  • Product Listing EvaluationUsing LLMs to evaluate if a product listing matches a set of natural language requirements. **Distinct from LLM-Based Analysis:** Focuses on retail product evaluation rather than code analysis.
  • Security Intent AnalysisUsing language models to evaluate the intent and context of code specifically for security vulnerability detection. **Distinct from LLM-Based Analysis:** Focuses on security-specific intent and vulnerability detection rather than general code change interpretation.