docs: 添加技术介绍章节到报告
在报告的`technology.tex`文件中新增了技术介绍章节,详细描述了项目中使用的前端、后端和人工智能技术栈。该章节有助于读者更好地理解项目的技术架构和实现细节。
This commit is contained in:
parent
3898290e16
commit
1955a4d76b
24
report/chapters/technology.tex
Normal file
24
report/chapters/technology.tex
Normal file
@ -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}
|
Loading…
x
Reference in New Issue
Block a user