An open API service indexing awesome lists of open source software.

https://github.com/devinus/cardio

A Cython wrapper around card.io
https://github.com/devinus/cardio

Last synced: 7 months ago
JSON representation

A Cython wrapper around card.io

Awesome Lists containing this project

README

          

# Cardio

A [Cython](http://cython.org/) wrapper around [Card.io](https://www.card.io/).

## Building

```bash
brew tap homebrew/python
brew tab homebrew/science
brew install homebrew/science/opencv
brew install pkg-config
pip install cython
pip install pillow
cd cardio
git submodule init
git submodule update
make
```

## Running

```bash
./run.py
```