Skip to content

Commit

Permalink
add product screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
DjangoPeng committed Sep 4, 2024
1 parent eac7a98 commit e664edb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
10 changes: 10 additions & 0 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- [GitHub Sentinel](#github-sentinel)
- [主要功能](#主要功能)
- [产品截图](#产品截图)
- [快速开始](#快速开始)
- [1. 安装依赖](#1-安装依赖)
- [2. 配置应用](#2-配置应用)
Expand Down Expand Up @@ -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)


## 快速开始

Expand Down Expand Up @@ -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` 访问,但如果需要,您可以公开共享它。
Expand Down

0 comments on commit e664edb

Please sign in to comment.