Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kendricktan/cat-finder
- Owner: kendricktan
- License: gpl-3.0
- Created: 2016-05-18T02:20:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T07:38:04.000Z (over 8 years ago)
- Last Synced: 2024-05-23T04:47:41.594Z (6 months ago)
- Language: Python
- Size: 161 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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