Skip to content

Instantly share code, notes, and snippets.

@syedsouban
Last active March 31, 2021 21:51
Show Gist options
  • Save syedsouban/97209b26f067ed1d0698ab7d87d8a63d to your computer and use it in GitHub Desktop.
Save syedsouban/97209b26f067ed1d0698ab7d87d8a63d to your computer and use it in GitHub Desktop.
1. Download Anaconda (https://repo.anaconda.com/archive/Anaconda3-2020.11-Windows-x86_64.exe)
2. Open anaconda prompt
3. Run the following commands in anaconda prompt
1. conda create -n venv python=3.7.4 anaconda
2. conda config --append channels conda-forge
3. conda install --yes --file requirements.txt
4. conda install -c conda-forge opencv=3.4.1
5. pip install imutils
(check if above package is installed or not using conda list)
6. python main.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment