lucataco / rgb2grayscale-cuda

CUDA implementation of an rgb2grayscale function

  • Public
  • 118 runs
  • T4
  • GitHub
Iterate in playground
Run with an API

Input

image
*file

Input image

Output

output
Generated in

Run time and cost

This model costs approximately $0.023 to run on Replicate, or 43 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on Nvidia T4 GPU hardware. Predictions typically complete within 104 seconds. The predict time for this model varies significantly based on the inputs.

Readme

Proof of concept Cog wrapper for a CUDA implementation of an rgb2grayscale function

Original code from the following google colab by Jeremy Howard