From 1955a4d76b5e9190c268e5d7531edf94fc0687db Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Sun, 25 May 2025 21:15:58 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E6=8A=80=E6=9C=AF?= =?UTF-8?q?=E4=BB=8B=E7=BB=8D=E7=AB=A0=E8=8A=82=E5=88=B0=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在报告的`technology.tex`文件中新增了技术介绍章节,详细描述了项目中使用的前端、后端和人工智能技术栈。该章节有助于读者更好地理解项目的技术架构和实现细节。 --- report/chapters/technology.tex | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 report/chapters/technology.tex diff --git a/report/chapters/technology.tex b/report/chapters/technology.tex new file mode 100644 index 0000000..5c63d47 --- /dev/null +++ b/report/chapters/technology.tex @@ -0,0 +1,24 @@ +% 技术介绍 +\section{技术介绍} +\begin{frame} +\frametitle{技术介绍} +\begin{itemize} +\item \faDesktop 前端技术栈 + \begin{itemize} + \item Gradio - Python 机器学习前端框架 + \end{itemize} +\item \faServer 后端技术栈 + \begin{itemize} + \item Python - 主要开发语言 + \item SQLite - 轻量级关系型数据库 + \item TinyDB - 轻量级非关系型数据库 + \item LangChain - 大语言模型应用框架 + \end{itemize} +\item \faBrain 人工智能技术 + \begin{itemize} + \item Qwen2.5 - 开源大语言模型 + \item Unsloth - 开源微调工具 + \item QLoRA - 低秩适应微调技术 + \end{itemize} +\end{itemize} +\end{frame} \ No newline at end of file