Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 763 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 763 Bytes

Rapids-best-practice

This repo is best practice with the NVIDIA GPU data science package RAPIDS.

RAPIDS

cuCIM

cuCIM is a GPU-accelerated image processing library for Python. Official documentation.

cuCIM vs skimage (Benchmark Article)

cuCIM vs skimage

cuCIM is faster than skimage with genral image processing.

How to install

conda create -n cucim python=3.8 -r requirements.txt
conda activate cucim