Pain_Point

pip-install-multiple-packages

pip install multiple packages in Python

If you are working or learning Python then you must use different packages or libraries to develop something new. For some projects sometimes you may need to install multiple packages at once. In this post, we will explore different ways to install multiple packages in Python using pip or without pip.

pip install opencv gpu

Install OpenCV GPU with CUDA for Windows 10

You must install OpenCV for GPU if your system allows you. if you are working on deep learning or video processing project like Object Detection, Social Distance detection, you will face lags in the output video (less frame rate per second), you can fix this lag using GPU if your system has NVIDIA GPU (NVIDIA Graphics card).

It’s easy to install OpenCV for GPU on the Linux machine but it is hard for Windows. That is why I am making this post.

conda virtual environment

Conda Virtual environment Cheatsheet

What is virtual environment? Virtual environment is a space or tool which helps to keep libraries or packages for different projects separate by creating virtual environments. In this post I will list down all popular commands to work with python virtual environment with Anaconda. Before that let’s understand why python virtual environment is required. Why …

Conda Virtual environment Cheatsheet Read More »