How to make a Virtual Environment in Python (Windows)
Read on Medium
Python’s Virtual Environment(venv) is a self-contained directory tree that contains a Python installation for a particular version of Python, with several additional packages.
Read on Medium
Python’s Virtual Environment(venv) is a self-contained directory tree that contains a Python installation for a particular version of Python, with several additional packages.
Read on Medium
Accelerating machine learning code using your system’s GPU will make the code run much faster and save a lot of time. In this blog we are going to do a quick setup to make TensorFlow access our PC/Laptop’s GPU, just like installing 3–4 libraries in python using pip.
Read on Medium
In the dynamic landscape of technology, innovation becomes a beacon that guides creators to captivate audiences with unique and engaging projects. For me, this journey began with a challenge from my college’s technical fest, Asthra 8.0. The head of the department tasked me with crafting something special, something that would not only capture attention but also evoke joy. Thus, the inception of Emotion2Emoji — a lightweight system that predicts and displays emojis from facial emotions in a live webcam feed.
Read on Medium
The journey of dual-booting Windows and Ubuntu (or any other OS) on a high-end laptop can be a bit tricky. But still, it can be an exciting endeavor — challenges and problem-solving. This article presents a comprehensive guide for addressing two common issues users face while dual-booting high-end laptops: setting the storage configuration and resolving sound output problems.
Read on Medium
How to work faster in jupyter notebooks — the answer is Keyboard shortcuts.
Keyboard shortcuts are a great way to do digital work faster, when it comes to programming it’s more relevant. With this article, I am sharing some of my daily keyboard shortcuts while using jupyter notebook.