nowaterlili / heroku-buildpack-ruby-opencv

Heroku's Ruby Buildpack for Cedar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku buildpack: Ruby with OpenCV

This is a fork of the Heroku Ruby buildpack, that includes OpenCV and CMake for gems like ruby-opencv and 'ropencv' and all the fun computer vision tools to work on Heroku.

Usage

Just set this as your buildpack with the following command:

heroku config:add BUILDPACK_URL=https://github.com/lilibethdlc/heroku-buildpack-ruby-opencv

Flow

Here's the basic flow of how the buildpack works:

  • Installs CMake, unless already installed.
  • Installs OpenCV, unless already installed.
  • Continues with the heroku-buildpack-ruby flow

About

Heroku's Ruby Buildpack for Cedar

License:MIT License


Languages

Language:Ruby 92.1%Language:Shell 7.9%