# pyapp **Repository Path**: nnstn/pyapp ## Basic Information - **Project Name**: pyapp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-24 - **Last Updated**: 2024-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 模型应用平台 数据转模型 -->自动训练 模型上传 --> 直接使用 ```shell # python 项目生成requirements.txt pip freeze > requirements.txt # 项目安装依赖 pip install -r requirements.txt ``` 日志组件 ``` # 日志组件 https://blog.csdn.net/u012856866/article/details/136315471 # waitress服务器 https://www.cnblogs.com/weifeng1463/p/18126267 ```