# dl-subsidiary **Repository Path**: kevin_789/dl-subsidiary ## Basic Information - **Project Name**: dl-subsidiary - **Description**: No description available - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-30 - **Last Updated**: 2024-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dl-subsidiary ```text 深度学习应用 图片文字提取 文生图 ``` ## 配置文件 ```shell cd ${PROJECT_HOME}/config ``` # 运行方式 ## 运行环境 1. 必须的环境 ```text python 3.11 + ``` ```shell pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ ``` 2. 可能需要的依赖 ```shell pip3 install torch torchvision torchaudio -i https://pypi.tuna.tsinghua.edu.cn/simple/ ``` ## IDE 运行 ```shell ${PROJECT_HOME}/main.py ``` ## On Linux ```shell ${PROJECT_HOME}/bin/startup.sh ``` ## 文档地址 - 本地IDE ```text http://localhost:16666/docs/