Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.13 KB

Intro-to-CV

Slides can be found at - http://slides.com/brihijoshi/deck

Installations

  1. Python v2.7 (v3.5 shall also do. However a little change in code would be required)

  2. OpenCV 2 -

sh openCV.sh
  1. Libraries -

For installing other libraries, use

pip install -r requirements.txt 

For Python 3.x, change pip to pip3

Running the Notebooks

Fork and Clone this repository.

cd REPO_NAME

Make sure you have Jupyter Notebook

Run:

jupyter notebook

Your notebooks should automatically open in your browser. If they do not, open http://localhost:8888/ on your browser