Skip to content

vivek-ram/Live-Sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Live-Sketch

Created the Live-Sketch using OpenCv and Python

Getting Started

These instructions will get you a copy of the project set up and running on your local machine

Prerequisites

What things you need to install the software and how to install them

Homebrew
OpenCV
Python3
Anaconda

Installation for Mac and Windows

Mac

Install Homebrew

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Python3

brew install python

Install OpenCV4

brew install opencv

Install Anaconda for Python 3.7 from https://www.anaconda.com/distribution/

Steps to check :-

1)Open Terminal and type jupyter notebook press enter

2)Click new in the jupyter notebook and select the python3 and run the following code if it prints "packages successfully imported"

import cv2
import numpy
print("Packages successfully imported")

Running the test file

1)Go to the repository of the Live-sktech file in the terminal

2)Type the jupyter notebook in terminal and press enter

3)Run the Live-Sketch file

Or

1)Go to the repository of the Live-sktech file in the terminal

2)Type Python Live-sketch.py in terminal and press enter

3)The file will execute

Windows

1)Install Python3 in windows and check it is running updated version

2)Install Anaconda for Python 3.7 from https://www.anaconda.com/distribution/

3)Open terminal and type pip install opencv-python

4)Steps to check and Running the test file is same as Mac

Overview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages