Learn how you can pretrain BERT and other transformers on the Masked Language Modeling (MLM) task on your custom dataset using Huggingface Transformers library in Python
Writing a DNS spoofer script in Python using Scapy library to successfully change DNS cache of a target machine in the same network.
Learn how you can extract Wi-Fi passwords that are saved in your machine (either Windows or Linux) using Python without installing any third-party library.
Building a deep learning model to generate human readable text using Recurrent Neural Networks (RNNs) and LSTM with TensorFlow and Keras frameworks in Python.
Learn how to extract and save images from PDF files in Python using PyMuPDF and Pillow libraries.
Learn how to build a phone number tracker in Python using phonenumbers, OpenCage and folium libraries.
Learning how to hide secret data in images using Steganography least significant bit technique in Python using OpenCV and Numpy.
Learn how to Use Tesseract OCR library and pytesseract wrapper for optical character recognition (OCR) to convert text in images into digital text in Python.
Learn how to make a real-time currency converter using different ways and from various sources such as xe, yahoo finance, xrates and Fixer API in Python.
Learn how to use HuggingFace transformers library to fine tune BERT and other transformer models for text classification task in Python.
Learn how you can use pdf2docx library to convert PDF files to docx word files in Python
Learn how to perform perspective image transformation techniques such as image translation, reflection, rotation, scaling, shearing and cropping using OpenCV library in Python.
Learn how to reduce image file size by compressing and resizing the image using Pillow library in Python.
Learn how to write a simple Python script to detect SQL Injection vulnerability on web applications using requests and BeautifulSoup in Python.
Building a Python script that detects XSS vulnerability in web pages using requests and BeautifulSoup.
Scraping Google weather search page to extract useful information such as current weather, temperature, next days' weather and much more in Python using requests and Beautiful Soup.