Installation Steps:
- Installing Python:
- Download python from the official website: https://www.python.org/downloads/. Make sure to add it to the PATH at the time of installation.
- Follow this tutorial for installing python on Windows, Linux or MacOS : https://python.land/installing-python
- Installing OpenCV Library:
- Install Pip with the help of this website: https://www.partitionwizard.com/partitionmanager/install-pip.html
- To install opencv for python, type
pip install opencv-pythonon terminal or on command prompt.
- Installing Jupyter Notebook:
- To install Jupyter Lab type
pip install jupyterlabon terminal or on command prompt. - For any doubts follow this website: https://jupyter.org/install
- Installing git:
- Follow this tutorial to install and setup git locally: https://kinsta.com/knowledgebase/install-git/
Cloning the repository:
- Type
git clone https://github.com/tejalkul/TL-CV-Workshop.giton the terminal or command prompt.