# ldpc-service **Repository Path**: openxg/ldpc-service ## Basic Information - **Project Name**: ldpc-service - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-01 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用conda创建并激活虚拟环境 ``` conda create --name ldpc-service conda activate ldpc-service # 安装依赖包 conda install flask requests psutil numpy # 启动服务注册中心 python service_registry.py # 启动CPU/GPU 服务 python ldpc_cpu_service.py python ldpc_gpu_service.py # 启动OAI客户端 python oai_client.py ```