# tmf_v1 **Repository Path**: jackfrued/tmf_v1 ## Basic Information - **Project Name**: tmf_v1 - **Description**: 国内IT教育头部企业著名文本分类项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 55 - **Created**: 2026-06-23 - **Last Updated**: 2026-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目说明 ## 注意事项 ### 克隆项目 ```bash git clone https://gitee.com/jackfrued/tmf_v1.git ``` ### 还原环境 Conda: ```bash conda env create -f https://gitee.com/jackfrued/tmf_v1.git ``` Pip: ```bash pip install -r requirements.txt ``` ### 测试用例 ```bash pytest tests/ -v pytest tests/ -v -m api ```