assignment-05-final-project.../README.md
hblu 1e10a311a8
All checks were successful
autograde-assignment-05-final-project / check-trigger (push) Successful in 4s
autograde-assignment-05-final-project / grade (push) Has been skipped
Initial commit
2025-12-07 09:15:55 +08:00

74 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 项目名称
一句话描述:这个项目做什么?
## 功能特性
- ✅ 功能 1描述
- ✅ 功能 2描述
- ✅ 功能 3LLM 功能描述
## 快速开始
### 环境要求
- Python 3.10+
- DeepSeek API Key
### 安装
```bash
pip install -r requirements.txt
```
### 配置
1. 复制 `.env.example``.env`
2. 填入你的 DeepSeek API Key
```bash
cp .env.example .env
# 编辑 .env 文件,填入 API Key
```
### 运行
```bash
# CLI 模式
python src/main.py --help
python src/main.py [命令] [参数]
# 或 Web 模式(如有)
# streamlit run app.py
```
## 使用示例
```bash
# 示例命令 1
python src/main.py example1
# 示例命令 2
python src/main.py example2
```
## 项目结构
```
project/
├── src/
│ ├── __init__.py
│ ├── main.py # 主入口
│ └── ... # 其他模块
├── data/ # 数据文件
├── output/ # 输出文件
├── manifest.yaml # 项目运行声明
├── requirements.txt # 依赖
└── README.md # 本文件
```
## 作者
[姓名] - [学号]