Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

Python

Get Information About Installed Python Package using pip

Get Information About Installed Python Package using pip

  • June 28, 2023
  • Python
  • 0 Comments
  • 380 Views
The pip package manager is a valuable tool that allows to install, upgrade, and manage Python packages. However, at times, it becomes necessary to obtain detailed information about a specific...
Get Installed Python Packages using pip

Get Installed Python Packages using pip

  • June 27, 2023
  • Python
  • 0 Comments
  • 189 Views
Python has a package manager called pip, which simplifies the process of installing, upgrading, and removing packages. By obtaining a complete list of installed Python packages, developers gain a clear...
Convert PIL Image to Scikit Image using Python

Convert PIL Image to Scikit Image using Python

  • June 21, 2023
  • Python
  • 0 Comments
  • 268 Views
When working with image processing tasks in Python, Pillow (PIL) and the scikit-image library are two powerful tools that can help you manipulate and analyze images. While PIL is widely...
Convert Scikit Image to PIL Image using Python

Convert Scikit Image to PIL Image using Python

  • June 20, 2023
  • Python
  • 0 Comments
  • 514 Views
The scikit-image and Pillow (PIL) are two popular Python libraries widely used in image processing tasks. While scikit-image provides a rich set of functionalities for manipulating and analyzing images, PIL...
Convert TensorFlow Tensor to PIL Image using Python

Convert TensorFlow Tensor to PIL Image using Python

  • June 19, 2023
  • Python
  • 0 Comments
  • 566 Views
When working with computer vision tasks, we often need to visualize the TensorFlow tensors as images. Here the Pillow (PIL) library comes in useful. By converting TensorFlow tensor to PIL...
Convert PIL Image to TensorFlow Tensor using Python

Convert PIL Image to TensorFlow Tensor using Python

  • June 18, 2023
  • Python
  • 0 Comments
  • 650 Views
Python provides several powerful libraries for image processing, such as Pillow (PIL). While PIL offers many functions to work with images, TensorFlow provides a comprehensive ecosystem for building and training...
Convert TensorFlow Tensor to OpenCV Image using Python

Convert TensorFlow Tensor to OpenCV Image using Python

  • June 17, 2023
  • Python
  • 0 Comments
  • 591 Views
When working with computer vision and deep learning tasks, TensorFlow and OpenCV are two powerful libraries that often go hand in hand. In certain scenarios, you may need to convert...
Convert OpenCV Image to TensorFlow Tensor using Python

Convert OpenCV Image to TensorFlow Tensor using Python

  • June 16, 2023
  • Python
  • 0 Comments
  • 313 Views
OpenCV is widely used for image processing and computer vision tasks, while TensorFlow provides a powerful framework for building and training deep learning models. Most of the time, it is...
Check if ONNX Model is Valid using Python

Check if ONNX Model is Valid using Python

  • June 15, 2023
  • Python
  • 0 Comments
  • 672 Views
When working with ONNX models, it's important to ensure their validity before deployment to avoid potential errors or inconsistencies. By catching validation errors early on, we can save time and...
Get Opset Version of ONNX Model using Python

Get Opset Version of ONNX Model using Python

  • June 9, 2023
  • Python
  • 0 Comments
  • 3111 Views
Each ONNX model is associated with an opset version, which defines the set of operators are supported by the model. Knowing the opset version of an ONNX model is important...
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Buy Me a Coffee

Recent Posts

  • 2 Methods to Check if CPU Supports Virtualization on Linux
  • Compile with Specific Code Standard using gcc or g++ Compiler
  • Get Linux Kernel Build Date and Time
  • 3 Methods to Lock Screen on Ubuntu
  • Get CPU Architecture on Linux

Archives

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2025 · lindevs.com · All Rights Reserved