TH's Notes
  • Home
  • Categories
  • Tags
  • Archives

Set up the python environment for computer vision

Please install the following packages to set up the python environment for computer vision.

Python

The compiler of Python 3.

  • brew install python3

Numpy

A library for numerical calculation.

  • pip install numpy

Scipy

A library for scientific computing.

  • pip install scipy

Matplotlib

Powerful library to make plots.

  • pip install matplotlib

Ipython

A browser-based notebook for interactive computing.

  • pip install ipython[notebook]
  • pip install pyzmq jinja2 tornado jsonschema mpld3

Ipdb

IPython-enabled python debuger.

  • pip install ipdb

Scikit-learn

Machine Learning library.

  • pip install scikit-learn

Scikit-image

Image processing library.

  • pip install scikit-image

Pandas

A library for data analysis.

  • pip install pandas

pytest

A mature full-featured Python testing tool.

  • pip install pytest
Comments
comments powered by Disqus

  • « Create an IAM user for ElasticBeanstalk
  • Visualize data with IPython »

Published

Aug 1, 2015

Category

Machine learning

Tags

  • cv 16
  • python 12
  • Powered by Pelican. Theme: Elegant by Talha Mansoor