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

Monthly Archives: May 2023

Convert PyTorch Tensor to OpenCV Image using Python

Convert PyTorch Tensor to OpenCV Image using Python

  • May 31, 2023
  • Python
  • 0 Comments
  • 2789 Views
While PyTorch provides tools for building and training deep learning models, it does not provide many image processing functions that are available in OpenCV. Converting PyTorch tensor to OpenCV image...
Convert OpenCV Image to PyTorch Tensor using Python

Convert OpenCV Image to PyTorch Tensor using Python

  • May 30, 2023
  • Python
  • 0 Comments
  • 3678 Views
In many times, it is necessary to process images using both OpenCV and PyTorch. To achieve this, we need to convert OpenCV image to PyTorch tensor, which is the fundamental...
Convert OpenCV Image to Scikit Image using Python

Convert OpenCV Image to Scikit Image using Python

  • May 29, 2023
  • Python
  • 0 Comments
  • 721 Views
There may be cases where you need to convert an OpenCV image to a Scikit image to take advantage of the image processing functions provided by scikit-image library. Thankfully, the...
Convert Scikit Image to OpenCV Image using Python

Convert Scikit Image to OpenCV Image using Python

  • May 28, 2023
  • Python
  • 0 Comments
  • 444 Views
In some cases, it may be necessary to convert Scikit image to an OpenCV image because OpenCV provides a wider range of image processing functions and computer vision algorithms compared...
Convert OpenCV Image to PIL Image using Python

Convert OpenCV Image to PIL Image using Python

  • May 27, 2023
  • Python
  • 0 Comments
  • 844 Views
There may be scenarios where you need to convert an OpenCV image to a Pillow (PIL) image, for example, when you need to pass an image to a function that...
Convert PIL Image to OpenCV Image using Python

Convert PIL Image to OpenCV Image using Python

  • May 26, 2023
  • Python
  • 0 Comments
  • 2220 Views
In some cases, you may need to convert a Pillow (PIL) image to an OpenCV image to take advantage of the advanced image processing and computer vision features provided by...
Download Files From Hugging Face using Python

Download Files From Hugging Face using Python

  • May 25, 2023
  • Python
  • 0 Comments
  • 2315 Views
Hugging Face is a platform for sharing machine learning models, model weights, datasets, etc. The models have been trained on large amounts of data and fine-tuned to solve various problems...
Perform Simple Linear Regression using scikit-learn

Perform Simple Linear Regression using scikit-learn

  • May 24, 2023
  • Python
  • 0 Comments
  • 165 Views
Simple linear regression is a statistical method that is used to analyze the relationship between two continuous variables: an independent variable and a dependent variable. Simple linear regression can be...
Extract Text From PDF File using PyPDF2 and Python

Extract Text From PDF File using PyPDF2 and Python

  • May 23, 2023
  • Python
  • 0 Comments
  • 551 Views
One common task that you may encounter when working with Python is the need to extract text from a PDF file. By extracting the text, you can convert the PDF...
Generate QR Code for Website URL using Python

Generate QR Code for Website URL using Python

  • May 22, 2023
  • Python
  • 0 Comments
  • 229 Views
QR codes are a quick and easy way for sharing information with others. By generating a QR code for your website URL, you can provide a convenient way for users...
  • 1
  • 2
  • 3
  • 4
  • »
Buy Me a Coffee

Recent Posts

  • Generate C-Compatible Byte Array from File on Linux
  • Check Stack Usage Per Function using gcc or g++ Compiler
  • Generate Assembly Code using MSVC Compiler
  • Get MSVC Compiler Version Used to Compile C++ Code
  • Install NVIDIA Container Toolkit on Ubuntu 24.04

Archives

  • 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