Learn how you can make a PDF splitter script with the help of pikepdf library in Python.
Learn how to use PyMuPDF library to highlight, frame, underline, strikeout and redact text in PDF Files with Python.
Learn how to perform age and gender detection using OpenCV library in Python with camera or image input.
Learn how to build a deep learning model that is able to detect and recognize your gender just by your voice tone using Tensorflow framework in Python.
Learn how you to make a MAC address changer in Windows and Linux using the subprocess module in Python.
Using different methods such as thread pool executor or threading module to create and handle threads for speeding up I/O bound tasks in Python.
Learn how to make a simple drawing tool with brush color and size changing feature using PyGame library in Python.
Building a tool to extract all Javascript and CSS files from a web page in Python using requests and BeautifulSoup.
Learn how to perform gender detection on detected faces in images using OpenCV library in Python.
Learn how to join two or more video files using MoviePy library in Python
Exploring the fake news dataset, performing data analysis such as word clouds and ngrams, and fine-tuning BERT transformer to build a fake news detector in Python using transformers library.
Explore different methods to join two or more audio files using either MoviePy, wave and PyDub libraries in Python.
Learn how to build a model that is able to detect fraudulent credit card transactions with high accuracy, recall and F1 score using Scikit-learn in Python.
Explore different pre-trained transformer models in transformers library to paraphrase sentences in Python.
Scapy is a powerful Python-based interactive packet manipulation program and library.
Learn how to use Telegram API and python-telegram-bot wrapper to build a Telegram Bot in Python.