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

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

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

5 个仓库

Awesome GitHub RepositoriesLLM-Based Summarizations

Automated summarization of content extracted from URLs or PDFs using large language models.

Distinct from Content Summarization Tools: Distinct from Content Summarization Tools: specifically uses LLMs for summarization after web scraping or PDF conversion, not generic excerpt generation.

Explore 5 awesome GitHub repositories matching content management & publishing · LLM-Based Summarizations. Refine with filters or upvote what's useful.

Awesome LLM-Based Summarizations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pyspur-dev/pyspurPySpur-Dev 的头像

    PySpur-Dev/pyspur

    5,677在 GitHub 上查看↗

    Routes input through web scraping or PDF conversion, then summarizes extracted text using an LLM.

    TypeScriptagentagentsai
    在 GitHub 上查看↗5,677
  • campsite/campsitecampsite 的头像

    campsite/campsite

    4,829在 GitHub 上查看↗

    Campsite 是一个异步通信工具和集成工作区套件,专为团队协作和知识共享而设计。它提供了一个统一的界面,结合了长篇帖子、文档和项目跟踪,以减少与实时聊天相关的噪音。 该平台是一个由 LLM 驱动的协作环境,使用大型语言模型来生成大量对话线程和会议记录的简洁摘要和回顾。它还作为 Webhook 自动化网关脱颖而出,实现了内部讨论与外部第三方服务和工具的同步。 该工作区涵盖了广泛的协作功能,包括集成视频会议、基于团队的工作组织以及通过帖子交叉引用创建的可搜索知识库。它还包括异步反馈循环、对话解决跟踪以及通过电子邮件和 Web 推送提供更新的多渠道通知系统。 安全访问通过使用 Google 身份提供商的 OAuth 2.0 身份验证系统进行管理。

    Processes long conversation threads through large language models to generate concise recaps.

    TypeScript
    在 GitHub 上查看↗4,829
  • madawei2699/mygptreadermadawei2699 的头像

    madawei2699/myGPTReader

    4,418在 GitHub 上查看↗

    myGPTReader 是一套大型语言模型应用套件,包含聊天界面、文档分析工具和新闻聚合器。该系统专注于从数字文件和网页内容中提取信息,以实现对话式分析和自动化内容摘要。 该项目具有提示词模板管理器,用于构建对话流程并提高响应准确性。它还包含一个多语言语音聊天客户端,集成了语音转文字(STT)和文字转语音(TTS)功能,用于实时交互式辅导和语言练习。 该平台涵盖了检索增强对话、每日新闻自动推送,以及网站和视频内容摘要等更广泛的功能。

    Uses large language models to automatically summarize content extracted from URLs and PDFs.

    Python
    在 GitHub 上查看↗4,418
  • steipete/summarizesteipete 的头像

    steipete/summarize

    3,771在 GitHub 上查看↗

    Summarize is a command line tool and multimodal content extractor designed to generate concise summaries from web pages, documents, and media files. It functions as an orchestrator that connects developer tools to various language model providers to process and condense information. The system provides specialized capabilities for audio and video processing, including transcription with speaker identification and the extraction of timestamped visual markers from video slides. It also includes a translation utility to convert generated summaries and extracted text into different target languag

    Generates concise summaries from web pages, documents, and media files using large language models.

    TypeScriptaiclisummarize
    在 GitHub 上查看↗3,771
  • volcengine/openvikingvolcengine 的头像

    volcengine/OpenViking

    2,993在 GitHub 上查看↗

    OpenViking is a multi-tenant context server and knowledge base administration system designed to provide AI agents with persistent long-term memory. It enables the indexing of diverse documents and codebases to support retrieval-augmented generation, allowing agents to recall past interactions, user preferences, and learned experiences across sessions. The project is distinguished by its use of a URI-based virtual filesystem to organize memories, resources, and skills. It implements a tiered context loading system that balances retrieval precision with token budgets by structuring data into a

    Generates summaries for source code using AST skeleton extraction or LLM-based analysis.

    Pythonagentagentic-ragai-agents
    在 GitHub 上查看↗2,993
  1. Home
  2. Content Management & Publishing
  3. Content Processing and Transformation
  4. Content Processing
  5. Content Summarization Tools
  6. LLM-Based Summarizations

探索子标签

  • Code SummarizationsGeneration of condensed representations of source code using ASTs or LLMs. **Distinct from LLM-Based Summarizations:** Specifically targets source code structure via ASTs, whereas LLM-based summarizations generally target prose or web content.