Learn how to perform text-to-image using stable diffusion models with the help of huggingface transformers and diffusers libraries in Python.
Writing a simple Python script using Scapy that identifies and detects an ARP spoof attack in the network.
Learn how to use stable diffusion 4x upscaler to upscale your low-resolution images into high quality images with Huggingface transformers and diffusers libraries in Python.
Learn how to use Huggingface transformer models to perform machine translation on various languages using transformers and PyTorch libraries in Python.
Learn how you can extract links and URLs from PDF files with Python using pikepdf and PyMuPDF libraries.
Learn how you can make interactive HTML tables with pagination, sorting and searching just from a pandas dataframe using pandas and jQuery data tables in Python.
Learn how to create a Pacman game using Python and Pygame with this comprehensive tutorial. Covering everything from setting up your environment, creating game characters and components, to running the game, this guide provides step-by-step instructions to build a fully functional Pacman game.
Blurring and anonymizing faces in images and videos after performing face detection using OpenCV library in Python.
Learn how to extract text as paragraphs line by line from PDF documents with the help of PyMuPDF library in Python.
Step-by-step guide to implementing the Vigenère Cipher in Python. Understand its mechanism, strengths, and vulnerabilities, with practical examples for encryption and decryption.
Learn how to connect to a MySQL database, create tables, insert and fetch data in Python using MySQL connector.
Learn how to make a simple file explorer that is able to navigate through folders, create folders and files and more using Tkinter in Python.
Learn how to build a web-based chat room application using Flask and Flask-SocketIO libraries in Python.
Learn how to add and remove passwords to PDF files using PyPDF4 library, as well as using pyAesCrypt to encrypt and decrypt PDF files in Python
Learn how to fine-tune the current state-of-the-art EffecientNet V2 model to perform image classification on satellite data (EuroSAT) using TensorFlow in Python.
Learn to code the Caesar cipher in Python and encrypt messages like Julius Caesar! This beginner-friendly tutorial covers the basics of one of history's earliest ciphers with step-by-step coding instructions. Dive into the world of ancient cryptography!