Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BYOA PDF助手

项目简介

一个基于 DeepSeek API(Function Calling)的AI代理,能够:

  1. 读取PDF文件并提取文本内容
  2. 根据提取的内容生成专业的邮件草稿

技术架构

  • 语言: Python 3.12+
  • 框架: DeepSeek API (OpenAI 兼容格式)
  • PDF解析: pypdf
  • 环境管理: venv + python-dotenv

快速开始

1. 环境配置

# 创建虚拟环境
python -m venv .venv

# 激活虚拟环境 (Windows CMD)
.venv\Scripts\activate.bat

# 安装依赖
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages