Skip to content

johneim/CVwithPython

 
 

Repository files navigation

CVwithPython

Sandbox for learning computer vision with Python. Much of this is from Jan Erik Solem's excellent book.

Setup

  1. Install pip and virtualenv.
  2. In this directory, type virtualenv venv
  3. To activate virtualenv, type source venv/bin/activate . Do this now.
  4. Install packages by pip install -r requirements.txt .
  5. When you are done, deactivate virtualenv with deactivate .

About

Learning computer vision with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%