Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kendricktan/cat-finder

Finds cats in photos
https://github.com/kendricktan/cat-finder

Last synced: 19 days ago
JSON representation

Finds cats in photos

Awesome Lists containing this project

README

        

# cat-finder
Finds cat faces in photos.

![cat](http://i.imgur.com/G6ZxwGO.png)

# Getting started

# Windows

1. Get [Python](https://www.python.org/ftp/python/2.7.11/python-2.7.11.msi)

2. [Add Python to System Environment ](http://stackoverflow.com/questions/3701646/how-to-add-to-the-pythonpath-in-windows-7)

3. Follow installing [OpenCV in Windows Instruction](http://yourfuture.deloitte.com.au/site/landing)

4. [Download cat-finder repo and extract it](https://github.com/kendricktan/cat-finder/archive/master.zip)

5. Fire up command prompt, cd into your directory and enter

`python cat.py`

# Linux (Ubuntu) should work for debian as well

# 1. Dependencies
sudo apt-get install python python-dev python-opencv

# 2. Clone repository
cd ~
git clone https://github.com/kendricktan/cat-finder.git
cd cat-finder
python cat.py