# AI-Practical **Repository Path**: PatrickW/ai-practical ## Basic Information - **Project Name**: AI-Practical - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-07 - **Last Updated**: 2025-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI-Practical #### 打包依赖 !pip freeze > requirements.txt ```python import sys print(sys.version) ``` #### 目录 | 脚本名 | 说明 | | | ---- | ---- | ---- | | 01-helloworld.py | 搭建环境 | | | 02-create-net.py | 前馈神经网络 | | | 03-transformers.py | 使用transformers库进行文本分类 | | | 04-chatglm.py | chatglm问答机器人 | | | 05-write-poem.py | 中文大模型写诗 | | #### 运行项目 D:/miniconda3/python.exe D:\ai-practical\src\xxx.py