Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 307 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 307 Bytes

curly-robot

This project uses Python3 and opencv 3

Install

# Create virtualenv
mkvirtualenv curly-robot
# Activate virtualenv
workon curly-robot

# Install requirements
pip install -r requirements.txt

Run

# You will see the resulting images at images/result
python main.py