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
- Host: GitHub
- URL: https://github.com/devinus/cardio
- Owner: devinus
- Created: 2015-02-02T16:42:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T07:25:59.000Z (about 11 years ago)
- Last Synced: 2025-02-03T23:45:06.012Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 4.02 MB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```