Go to file Use this template
hblu 12a38e6ad3
All checks were successful
autograde-assignment-05-final-project / check-trigger (push) Successful in 8s
autograde-assignment-05-final-project / grade (push) Has been skipped
Update content
2025-12-08 09:44:56 +08:00
.gitea/workflows Update content 2025-12-08 09:44:56 +08:00
src Initial commit 2025-12-07 09:15:55 +08:00
.env.example Initial commit 2025-12-07 09:15:55 +08:00
CHANGELOG.md Initial commit 2025-12-07 09:15:55 +08:00
GRADING_CRITERIA.md Update content 2025-12-07 20:29:43 +08:00
manifest.yaml Initial commit 2025-12-07 09:15:55 +08:00
README.md Initial commit 2025-12-07 09:15:55 +08:00
REPORT.md Initial commit 2025-12-07 09:15:55 +08:00
requirements.txt Initial commit 2025-12-07 09:15:55 +08:00

项目名称

一句话描述:这个项目做什么?

功能特性

  • 功能 1描述
  • 功能 2描述
  • 功能 3LLM 功能描述

快速开始

环境要求

  • Python 3.10+
  • DeepSeek API Key

安装

pip install -r requirements.txt

配置

  1. 复制 .env.example.env
  2. 填入你的 DeepSeek API Key
cp .env.example .env
# 编辑 .env 文件,填入 API Key

运行

# CLI 模式
python src/main.py --help
python src/main.py [命令] [参数]

# 或 Web 模式(如有)
# streamlit run app.py

使用示例

# 示例命令 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           # 本文件

作者

[姓名] - [学号]