Classifying emails (spam or not spam) with GloVe embedding vectors and RNN/LSTM units using Keras and TensorFlow in Python.
Learn how to monitor and watch your file system for events by creating a watchdog in Python with watchdog and pygtail libraries.
Learn how to use Keystone engine, Capstone engine and Unicorn engine to assemble, disassemble and emulate machine code (ARM, x86-64 and more) in Python
Learn how you can add audio clip to a video clip with more flexibility using the MoviePy library in Python.
Learn how to handle stock prices in Python, understand the candles prices format (OHLC), plotting them using candlestick charts as well as learning to use many technical indicators using stockstats library in Python.
Building deep learning models (using embedding and recurrent layers) for different text classification problems such as sentiment analysis or 20 news group classification using Tensorflow and Keras in Python
Learn how you can make a DHCP listener by sniffing DHCP packets in the network using the Scapy library in Python.
Learn how to build a flappy bird game from scratch using the Pygame library in Python.
Learn how to use PyMuPDF library to convert PDF files into individual images per page in Python.
Learn how you can inject Javascript, HTML or CSS to HTTP response packets in a spoofed network using Scapy and NetfilterQueue in Python.
Learn what is the ROUGE score and how to calculate it using rouge_score library in Python.
Learn how you can build a CLI and GUI YouTube video downloader using Pytube in Python.
Writing a simple Python script using Scapy that identifies and detects an ARP spoof attack in the network.
Blurring and anonymizing faces in images and videos after performing face detection using OpenCV library in Python.
Learn how to perform text-to-image using stable diffusion models with the help of huggingface transformers and diffusers libraries in Python.
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.