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