awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • vikparuchuri/markerAvatar von VikParuchuri

    VikParuchuri/marker

    36,164Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗36,164
  • qodo-ai/pr-agentAvatar von qodo-ai

    qodo-ai/pr-agent

    11,630Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,630
  • nvidia/skillspectorAvatar von NVIDIA

    NVIDIA/SkillSpector

    10,778Auf GitHub ansehen↗

    SkillSpector ist ein Security-Scanner, der darauf ausgelegt ist, Schwachstellen und bösartige Muster in KI-Agent-Plugins und -Erweiterungen zu erkennen, bevor diese installiert werden. Er fungiert als Runtime-Guardrail, der numerische Risikoscores berechnet und Schweregrad-Labels zuweist, um Installations-Empfehlungen zu geben oder riskante externe Erweiterungen zu blockieren. Das Projekt zeichnet sich dadurch aus, dass es Sprachmodelle verwendet, um semantische Code-Analysen durchzuführen, wobei Code-Intention und Kontext bewertet werden, um False Positives zu reduzieren. Zudem setzt es auf Fingerprint-basiertes Issue-Suppression, um zuvor akzeptierte Risiken über wiederholte Scan-Zyklen hinweg zu verfolgen und zu ignorieren. Das Tool deckt Software-Supply-Chain-Security durch Dependency-Scanning gegen öffentliche Sicherheitsdatenbanken ab und unterstützt Multi-Source-Asset-Ingestion aus lokalen Verzeichnissen, Remote-URLs und Repositories. Es bietet Schwachstellen-Reporting in mehreren maschinen- und menschenlesbaren Formaten für die Integration in CI/CD-Pipelines.

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

    Python
    Auf GitHub ansehen↗10,778
  • usagi-org/ai-goofish-monitorAvatar von Usagi-org

    Usagi-org/ai-goofish-monitor

    9,002Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,002
  • k8sgpt-ai/k8sgptAvatar von k8sgpt-ai

    k8sgpt-ai/k8sgpt

    7,922Auf GitHub ansehen↗

    k8sgpt ist eine Suite von Kubernetes-fokussierten Tools, die für KI-gestütztes Debugging, Cluster-Diagnose und Selbstheilung entwickelt wurden. Es fungiert als automatisierter Analysator und Debugger, der große Sprachmodelle verwendet, um Cluster-Fehler zu erklären, Sanierungsschritte vorzuschlagen und Ressourcenfehler zu identifizieren. Das Projekt zeichnet sich durch ein erweiterbares Analyse-Framework aus, das benutzerdefinierte Diagnose-Plugins und einen Model Context Protocol-Server unterstützt, der Cluster-Diagnosen als Tools für KI-Assistenten bereitstellt. Es enthält einen Selbstheilungs-Agenten, der in der Lage ist, automatisch Korrekturen für erkannte Anomalien zu generieren und anzuwenden, sowie eine Middleware zur Datenanonymisierung, um sensible Informationen vor der Übertragung an externe KI-Anbieter zu maskieren. Das Toolset deckt ein breites Spektrum an operativen Funktionen ab, einschließlich kontinuierlicher Gesundheitsüberwachung über einen Operator, Compliance-Audits gegen Richtlinien-Engines und Multi-Cluster-Orchestrierung zur Identifizierung weit verbreiteter Fehlermuster. Es bietet zudem Beobachtbarkeitsfunktionen wie den Export von Diagnoseergebnissen, die Integration von Beobachtbarkeitsmetriken und die Fehlerbehebung bei Pod-Ausfällen.

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

    Go
    Auf GitHub ansehen↗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

Unter-Tags erkunden

  • 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.