Spaces:
Configuration error
Configuration error
Delete README.md
Browse files
README.md
DELETED
|
@@ -1,31 +0,0 @@
|
|
| 1 |
-
# github-semantic-search
|
| 2 |
-
基于向量匹配及 LLM 二次过滤的 Github 仓库搜索工具:拒绝重复造轮子,快速找到已有高质量仓库
|
| 3 |
-
|
| 4 |
-
Vector Matching and LLM-Based Secondary Filtering for GitHub Repository Search: Avoiding Reinvention and Rapidly Identifying High-Quality Existing Repositories
|
| 5 |
-
|
| 6 |
-
## 使用
|
| 7 |
-
|
| 8 |
-
### 1. 在线使用
|
| 9 |
-
|
| 10 |
-
访问 [https://huggingface.co/spaces/zhaoyu/github-semantic-search](https://huggingface.co/spaces/zhaoyu/github-semantic-search)
|
| 11 |
-
|
| 12 |
-
### 2. 本地运行
|
| 13 |
-
```bash
|
| 14 |
-
# 1. 安装依赖
|
| 15 |
-
pip install -r requirements.txt
|
| 16 |
-
|
| 17 |
-
# 2. 获取 github 仓库数据 + 向量化存储
|
| 18 |
-
python deal_data.py
|
| 19 |
-
|
| 20 |
-
# 3. 运行聊天界面
|
| 21 |
-
python chat.py
|
| 22 |
-
```
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
## 功能
|
| 27 |
-
|
| 28 |
-
- 基于向量匹配的 Github 仓库搜索
|
| 29 |
-
- 基于 LLM 的仓库二次过滤
|
| 30 |
-
- 基于 LLM 的仓库关键词扩展
|
| 31 |
-
- 基于 LLM 的仓库描述生成
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|