Skip to content

Commit e664edb

Browse files
committed
add product screenshot
1 parent eac7a98 commit e664edb

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

README-EN.md

+10
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
- [GitHub Sentinel](#github-sentinel)
1818
- [Key Features](#key-features)
19+
- [Product Screenshot](#product-screenshot)
1920
- [Quick Start](#quick-start)
2021
- [1. Install Dependencies](#1-install-dependencies)
2122
- [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 (
5657

5758
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.
5859

60+
### Product Screenshot
61+
62+
**GitHub Project Tracking and Summary**
63+
64+
![gradio_v0.8_github](images/gradio_v0.8_github.png)
65+
66+
**Hacker News Trending Tech Topic Mining**
67+
68+
![gradio_v0.8_hn](images/gradio_v0.8_hn.png)
5969

6070
## Quick Start
6171

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
- [GitHub Sentinel](#github-sentinel)
1818
- [主要功能](#主要功能)
19+
- [产品截图](#产品截图)
1920
- [快速开始](#快速开始)
2021
- [1. 安装依赖](#1-安装依赖)
2122
- [2. 配置应用](#2-配置应用)
@@ -58,6 +59,15 @@ GitHub Sentinel 是专为大模型(LLMs)时代打造的智能信息检索和
5859

5960
GitHub Sentinel 不仅能帮助用户自动跟踪和分析 `GitHub 开源项目` 的最新动态,还能快速扩展到其他信息渠道,如 `Hacker News` 的热门话题,提供更全面的信息挖掘与分析能力。
6061

62+
### 产品截图
63+
64+
**GitHub 项目进度跟踪与总结**
65+
66+
![gradio_v0.8_github](images/gradio_v0.8_github.png)
67+
68+
**Hacker News 热门技术话题挖掘**
69+
![gradio_v0.8_hn](images/gradio_v0.8_hn.png)
70+
6171

6272
## 快速开始
6373

@@ -179,9 +189,6 @@ python src/command_tool.py
179189
python src/gradio_server.py
180190
```
181191

182-
![gradio_v0.8_github](images/gradio_v0.8_github.png)
183-
184-
![gradio_v0.8_hn](images/gradio_v0.8_hn.png)
185192

186193
- 这将在您的机器上启动一个 Web 服务器,允许您通过用户友好的界面管理订阅和生成报告。
187194
- 默认情况下,Gradio 服务器将可在 `http://localhost:7860` 访问,但如果需要,您可以公开共享它。

0 commit comments

Comments
 (0)