# nic_ui **Repository Path**: tari-tech-parttime/nic_ui ## Basic Information - **Project Name**: nic_ui - **Description**: 字幕生成UI - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-18 - **Last Updated**: 2024-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 字幕生成UI ## 准备模型 ```shell |-- resnet101.pth |-- rl | |-- grid-based | | `-- model_49_5.1001_0418-1216.pth | `-- region-based | `-- model_49_5.0719_0420-1839.pth |-- webui.py `-- xe |-- grid-based | `-- model_49_2.8938_0417-1245.pth `-- region-based `-- model_49_2.8568_0420-1657.pth ``` ## 安装依赖 ```shell pip install -r requirements.txt ``` ## 启动ui ```shell python webui.py ```