diff --git a/README-EN.md b/README-EN.md index ad8a16c8..b75a4ecd 100644 --- a/README-EN.md +++ b/README-EN.md @@ -16,6 +16,7 @@ - [GitHub Sentinel](#github-sentinel) - [Key Features](#key-features) +- [Product Screenshot](#product-screenshot) - [Quick Start](#quick-start) - [1. Install Dependencies](#1-install-dependencies) - [2. Configure the Application](#2-configure-the-application) @@ -56,6 +57,15 @@ GitHub Sentinel is an `AI Agent` designed for the era of large language models ( GitHub Sentinel not only helps users automatically track and analyze the progress of `GitHub open-source projects` but also extends its capabilities to other information sources, such as trending topics on `Hacker News`, providing a more comprehensive approach to information extraction and analysis. +### Product Screenshot + +**GitHub Project Tracking and Summary** + +![gradio_v0.8_github](images/gradio_v0.8_github.png) + +**Hacker News Trending Tech Topic Mining** + +![gradio_v0.8_hn](images/gradio_v0.8_hn.png) ## Quick Start diff --git a/README.md b/README.md index 9d852398..30414b9a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - [GitHub Sentinel](#github-sentinel) - [主要功能](#主要功能) +- [产品截图](#产品截图) - [快速开始](#快速开始) - [1. 安装依赖](#1-安装依赖) - [2. 配置应用](#2-配置应用) @@ -58,6 +59,15 @@ GitHub Sentinel 是专为大模型(LLMs)时代打造的智能信息检索和 GitHub Sentinel 不仅能帮助用户自动跟踪和分析 `GitHub 开源项目` 的最新动态,还能快速扩展到其他信息渠道,如 `Hacker News` 的热门话题,提供更全面的信息挖掘与分析能力。 +### 产品截图 + +**GitHub 项目进度跟踪与总结** + +![gradio_v0.8_github](images/gradio_v0.8_github.png) + +**Hacker News 热门技术话题挖掘** +![gradio_v0.8_hn](images/gradio_v0.8_hn.png) + ## 快速开始 @@ -179,9 +189,6 @@ python src/command_tool.py python src/gradio_server.py ``` -![gradio_v0.8_github](images/gradio_v0.8_github.png) - -![gradio_v0.8_hn](images/gradio_v0.8_hn.png) - 这将在您的机器上启动一个 Web 服务器,允许您通过用户友好的界面管理订阅和生成报告。 - 默认情况下,Gradio 服务器将可在 `http://localhost:7860` 访问,但如果需要,您可以公开共享它。