# CeleryKernel **Repository Path**: whu-cuda/CeleryKernel ## Basic Information - **Project Name**: CeleryKernel - **Description**: CeleryKernel - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-15 - **Last Updated**: 2021-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kernel Tasks ![](https://img.shields.io/badge/python-3.6-blue) ![](https://img.shields.io/badge/cuda-11.0.0-red) ![](https://img.shields.io/badge/celery-5.1.2-green) ## Install First you should install cuda ```bash pip install -r requirements.txt ``` ## Run ### Linux ```bash chmod a+x run.sh ./run.sh ``` ### Windows Double Click run.bat ```bash run.bat ```